help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installation error from development sources


From: xnand
Subject: Re: Installation error from development sources
Date: Thu, 18 Mar 2010 02:35:37 -0700 (PDT)



John W. Eaton-3 wrote:
> 
> On 15-Mar-2010, xnand wrote:
> 
> | Thanks to LUK ShunTim, I installed development package of qhull and got
> | cured of the error. But now, new error:
> | 
> | libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../libgnu -I../libgnu
> | -I../libcruft/misc -I../liboctave -I../liboctave -I. -I. -g -O2
> | -DHAVE_CONFIG_H -I/usr/include/freetype2 -Wall -W -Wshadow
> -Wold-style-cast
> | -Wformat -g -O2 -pthread -g -O2 -MT
> | DLD-FUNCTIONS/DLD_FUNCTIONS_urlwrite_la-urlwrite.lo -MD -MP -MF
> | DLD-FUNCTIONS/.deps/DLD_FUNCTIONS_urlwrite_la-urlwrite.Tpo -c
> | DLD-FUNCTIONS/urlwrite.cc  -fPIC -DPIC -o
> | DLD-FUNCTIONS/.libs/DLD_FUNCTIONS_urlwrite_la-urlwrite.o
> | DLD-FUNCTIONS/urlwrite.cc: In member function 'string_vector
> | curl_handle::list() const':
> | DLD-FUNCTIONS/urlwrite.cc:405: error: 'CURLOPT_DIRLISTONLY' was not
> declared
> | in this scope
> | DLD-FUNCTIONS/urlwrite.cc:412: error: 'CURLOPT_DIRLISTONLY' was not
> declared
> | in this scope
> | make[3]: *** [DLD-FUNCTIONS/DLD_FUNCTIONS_urlwrite_la-urlwrite.lo] Error
> 1
> | make[3]: Leaving directory `/home/me/octave/src'
> | make[2]: *** [all] Error 2
> | make[2]: Leaving directory `/home/me/octave/src'
> | make[1]: *** [all-recursive] Error 1
> | make[1]: Leaving directory `/home/me/octave'
> | make: *** [all] Error 2
> 
> What version of libcurl do you have?  My guess is your version is too
> old.
> 
> jwe
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 
> 

Hi everyone.

I ran ./configure with --without-curl, but now the 'make' is getting hang at
the following output:

Making all in interpreter
make[3]: Entering directory `/home/me/octave/doc/interpreter'
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/sh /home/me/octave/build-aux/missing --run makeinfo
--version) >/dev/null 2>&1; then \
          for f in octave.info octave.info-[0-9] octave.info-[0-9][0-9]
octave.i[0-9] octave.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/sh /home/me/octave/build-aux/missing --run makeinfo   -I . \
         -o octave.info octave.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd .; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd . && \
          $restore $backupdir/* `echo "./octave.info" | sed 's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
                                       
Can anyone please help me?

Thanks.

Nands


-- 
View this message in context: 
http://old.nabble.com/Installation-error-from-development-sources-tp27876372p27943339.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]