octave-maintainers
[Top][All Lists]
Advanced

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

Re: interpfcn/toplev.cc:1295:24: error: too many decimal points in numbe


From: John W. Eaton
Subject: Re: interpfcn/toplev.cc:1295:24: error: too many decimal points in number
Date: Fri, 01 Mar 2013 06:02:40 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

On 02/28/2013 09:27 PM, Ben Abbott wrote:
My build is ending with the error below.  Anyone else seeing this?

Ben

/bin/sh ../libtool  --tag=CXX   --mode=compile /opt/local/bin/g++-mp-4.5 
-DHAVE_CONFIG_H -I. -I..  -I../liboctave/cruft/misc -I../liboctave/array 
-I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators 
-I../liboctave/operators -I../liboctave/system -I../liboctave/util 
-I./octave-value -I./operators -Iparse-tree -I./parse-tree -Iinterp-core 
-I./interp-core -Iinterpfcn -I./interpfcn -Icorefcn -I../libgnu -I../libgnu 
-D_THREAD_SAFE -I/opt/local/include -I/opt/local/include  -isystem 
/opt/local/libexec/llvm-3.1/include -I/opt/local/include/freetype2 
-I/opt/local/include   -I/opt/local/include   -Wall -W -Wshadow 
-Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align 
-Wcast-qual -pipe -O0 -g -m64 -ggdb3 -gstabs -D_THREAD_SAFE -D_THREAD_SAFE 
-pthread -MT interpfcn/interpfcn_libinterpfcn_la-toplev.lo -MD -MP -MF 
interpfcn/.deps/interpfcn_libinterpfcn_la-toplev.Tpo -c -o 
interpfcn/interpfcn_libinterpfcn_la-toplev.lo `test -f 'interpfcn/toplev.cc' || 
e
cho './'`
interpfcn/toplev.cc
libtool: compile:  /opt/local/bin/g++-mp-4.5 -DHAVE_CONFIG_H -I. -I.. 
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric 
-I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators 
-I../liboctave/system -I../liboctave/util -I./octave-value -I./operators 
-Iparse-tree -I./parse-tree -Iinterp-core -I./interp-core -Iinterpfcn 
-I./interpfcn -Icorefcn -I../libgnu -I../libgnu -D_THREAD_SAFE 
-I/opt/local/include -I/opt/local/include -isystem 
/opt/local/libexec/llvm-3.1/include -I/opt/local/include/freetype2 
-I/opt/local/include -I/opt/local/include -Wall -W -Wshadow -Wold-style-cast 
-Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -pipe -O0 -g 
-m64 -ggdb3 -gstabs -D_THREAD_SAFE -D_THREAD_SAFE -pthread -MT 
interpfcn/interpfcn_libinterpfcn_la-toplev.lo -MD -MP -MF 
interpfcn/.deps/interpfcn_libinterpfcn_la-toplev.Tpo -c interpfcn/toplev.cc  
-fno-common -DPIC -o interpfcn/.libs/interpfcn_libinterpfcn_la-toplev.o
interpfcn/toplev.cc:1295:24: error: too many decimal points in number
interpfcn/toplev.cc:1295:24: error: too many decimal points in number
interpfcn/toplev.cc:1376:29: error: too many decimal points in number
interpfcn/toplev.cc:1376:29: error: too many decimal points in number
interpfcn/toplev.cc: In function 'octave_value_list Foctave_config_info(const 
octave_value_list&, int)':
interpfcn/toplev.cc:1295:24: error: expected '}' before 'GNU'
interpfcn/toplev.cc:1295:24: error: expected '}' before 'GNU'
interpfcn/toplev.cc:1295:24: error: expected ',' or ';' before 'GNU'
interpfcn/toplev.cc:1233:8: warning: unused variable 
'octave_supports_dynamic_linking'
interpfcn/toplev.cc:1238:15: warning: unused variable 'initialized'
interpfcn/toplev.cc:1248:43: warning: unused variable 'conf_info'
interpfcn/toplev.cc:1295:41: warning: no return statement in function returning 
non-void
interpfcn/toplev.cc: At global scope:
interpfcn/toplev.cc:1218:1: warning: unused parameter 'args'
interpfcn/toplev.cc:1295:42: error: mixing declarations and 
function-definitions is forbidden
interpfcn/toplev.cc:1296:7: error: expected unqualified-id before '{' token
interpfcn/toplev.cc:1296:44: error: expected unqualified-id before ',' token
interpfcn/toplev.cc:1297:7: error: expected unqualified-id before '{' token
interpfcn/toplev.cc:1297:54: error: expected unqualified-id before ',' token
<snip>

I'm not seeing these problems. What does the source look like at these lines for you? What is in the generated oct-conf.h file? My guess is some system dependent problem with Rik's recent changes to the way oct-conf.h is generated. Missing quotes?

jwe



reply via email to

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