2.8.3 not compiling on IRIX... strtoull issue?
defreitas at gmail.com
defreitas at gmail.com
Thu May 10 06:39:37 PDT 2007
I replied yesterday, but have yet to see my post appear on this
newsgroup... He I go again...
On May 9, 12:10 pm, v... at wxwindows.org (Vadim Zeitlin) wrote:
> Where did this error happen exactly?
It occured in src/gtk/treeentry_gtk.c:
__________
/people/mdefreitas/wx/wxGTK/wxGTK-2.8.3/IRIX/bk-deps cc -c -o
corelib_treeentry_gtk.o -D__WXGTK__ -I../src/tiff
-I../src/expat/lib -DwxUSE_BASE=0 -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 -n32 ../src/gtk/
treeentry_gtk.c
cc-1241 cc: ERROR File = ../src/gtk/treeentry_gtk.c, Line = 146
A declaration cannot appear after an executable statement in a
block.
GtkTreeEntry* entry = GTK_TREE_ENTRY(src_value-
>data[0].v_pointer);
^
cc-1241 cc: ERROR File = ../src/gtk/treeentry_gtk.c, Line = 155
A declaration cannot appear after an executable statement in a
block.
GtkTreeEntry* entry = GTK_TREE_ENTRY(obj);
^
2 errors detected in the compilation of "../src/gtk/treeentry_gtk.c".
__________
On May 9, 12:10 pm, v... at wxwindows.org (Vadim Zeitlin) wrote:
> I see... So we need to do this test using C++ compiler too -- done now.
> Please retry with the latest configure.
Tested... looks good.
Let me know when I can grab the new treeentry_gtk.c
Thanks,
Marco
More information about the wx-users
mailing list