[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
interpfcn/toplev.cc:1295:24: error: too many decimal points in number
From: |
Ben Abbott |
Subject: |
interpfcn/toplev.cc:1295:24: error: too many decimal points in number |
Date: |
Thu, 28 Feb 2013 21:27:50 -0500 |
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' ||
echo './'`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>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- interpfcn/toplev.cc:1295:24: error: too many decimal points in number,
Ben Abbott <=