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: Sun, 14 Mar 2010 23:20:53 -0700 (PDT)



xnand wrote:
> 
> 
> 
> David Grundberg-3 wrote:
>> 
>> xnand wrote:
>>> Hi all.
>>>
>>> I am installing octave from the development sources. Below is the ending
>>> part of the output I got for the command "make":
>>>
>>> /bin/sh ../build-aux/ylwrap lex.ll lex.octave_.c lex.cc -- flex -I -I
>>> "/home/me/octave/src/lex.ll", line 27: unrecognized '%' directive
>>> "/home/me/octave/src/lex.ll", line 28: bad character: #
>>> "/home/me/octave/src/lex.ll", line 28: unknown error processing section
>>> 1
>>> "/home/me/octave/src/lex.ll", line 29: bad character: #
>>> "/home/me/octave/src/lex.ll", line 29: bad character: <
>>> "/home/me/octave/src/lex.ll", line 29: bad character: .
>>> "/home/me/octave/src/lex.ll", line 29: bad character: >
>>> "/home/me/octave/src/lex.ll", line 30: bad character: #
>>> "/home/me/octave/src/lex.ll", line 31: bad character: }
>>> make[2]: *** [lex.cc] Error 1
>>> 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
>>>
>>> Thanks.
>>>
>>> Nands
>>>   
>> 
>> What lexical analyzer generator are you running? And which version? 
>> Check the configure output.
>> 
>> hth,
>> David
>> _______________________________________________
>> Help-octave mailing list
>> address@hidden
>> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>> 
>> 
> 
> Hi David.
> 
> It's flex rpm package, version : 2.5.4a, release : 41.fc6.
> The lines related to lex in configure output were:
> checking for flex... flex
> checking lex output file root... lex.yy
> checking lex library... -lfl
> 
> Thanks.
> 
> Nands
> 
> 

Hi all.

I installed flex-2.5.35, and now I am getting this:

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_convhulln_la-convhulln.lo -MD -MP -MF
DLD-FUNCTIONS/.deps/DLD_FUNCTIONS_convhulln_la-convhulln.Tpo -c
DLD-FUNCTIONS/convhulln.cc  -fPIC -DPIC -o
DLD-FUNCTIONS/.libs/DLD_FUNCTIONS_convhulln_la-convhulln.o
DLD-FUNCTIONS/convhulln.cc:45:27: error: qhull/qhull_a.h: No such file or
directory
DLD-FUNCTIONS/convhulln.cc:52: warning: unused parameter 'args'
DLD-FUNCTIONS/convhulln.cc:52: warning: unused parameter 'nargout'
make[3]: *** [DLD-FUNCTIONS/DLD_FUNCTIONS_convhulln_la-convhulln.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

Thanks.

Nands

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



reply via email to

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