2.8.3 not compiling on IRIX... strtoull issue?
defreitas at gmail.com
defreitas at gmail.com
Fri May 4 10:41:50 PDT 2007
Vadim,
Regarding the bk-deps script... I'm thinking you probably wanted me to
do a gmake afterwards, in which case this is last few lines (but see
my other reply about the configure script):
/people/mdefreitas/wx/wxGTK/wxGTK-2.8.3/IRIX/bk-deps CC -c -o
baselib_string.o
-D__WXGTK__ -I../src/tiff -I../src/expat/lib -DwxUSE_GUI=0 -
DwxUSE_BASE=1 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/people/
mdefreitas/wx/wxGTK/wxGTK-2.8.3/IRIX/lib/wx/include/gtk2-ansi-release-
static-2.8 -I../include -D_REENTRANT -I/usr/freeware/include/glib-2.0 -
I/usr/freeware/lib32/glib-2.0/include -I/usr/freeware/include/
pango-1.0 -I/usr/freeware/include/gtk-2.0 -I/usr/freeware/include/
atk-1.0 -I/usr/freeware/lib32/gtk-2.0/include -O -woff 3970 -n32 ../
src/common/string.cpp
+ DEPSMODE=unixcc
+ DEPSDIR=.deps
+ DEPSFLAG=-M
+ mkdir -p .deps
+ test unixcc = gcc
+ test unixcc = mwcc
+ test unixcc = unixcc
+ CC -c -o baselib_string.o -D__WXGTK__ -I../src/tiff -I../src/expat/
lib -DwxUSE_GUI=0 -DwxUSE_BASE=1 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/people/mdefreitas/wx/wxGTK/wxGTK-2.8.3/IRIX/lib/wx/include/gtk2-
ansi-release-static-2.8 -I../include -D_REENTRANT -I/usr/freeware/
include/glib-2.0 -I/usr/freeware/lib32/glib-2.0/include -I/usr/
freeware/include/pango-1.0 -I/usr/freeware/include/gtk-2.0 -I/usr/
freeware/include/atk-1.0 -I/usr/freeware/lib32/gtk-2.0/include -O -
woff 3970 -n32 ../src/common/string.cpp
cc-1685 : WARNING
Invalid error number: 3970.
cc-1020 CC: ERROR File = ../src/common/string.cpp, Line = 1728
The identifier "strtoll" is undefined.
return wxStringToIntType(c_str(), val, base, wxStrtoll);
^
cc-1020 CC: ERROR File = ../src/common/string.cpp, Line = 1740
The identifier "strtoull" is undefined.
return wxStringToIntType(c_str(), val, base, wxStrtoull);
^
2 errors detected in the compilation of "../src/common/string.cpp".
+ exit 2
gmake: *** [baselib_string.o] Error 2
--Marco
More information about the wx-users
mailing list