Hello Andres,

On 04/26/2011 07:14 PM, Andres Ussa Caycedo wrote:
> This is what I got from the "./configure"
>
> http://pastebin.com/5mhkJY2z

ok, that looks normal.

> I have Debian Squeeze x64.
>
> gcc (Debian 4.4.5-8) 4.4.5.

hmm, that isn't unusual either (we use the 4.4.5 that comes with Fedora 
13 here) - this is really a quite strange error.
Can you take the command where it tries to compile OSGXmltokenizer.cpp 
and replace -c with -E (and perhaps also the -o 
obj-dbg/OSGXmltokenizer.o with -o obj-dbg/OSGXmltokenizer.ii):

# g++ -Wall -W   -Wpointer-arith -Wcast-align   -Wconversion -Winline 
  -Wno-unused -Wno-long-long -Wno-reorder -Wno-sign-compare 
-D_GNU_SOURCE -DQT_CLEAN_NAMESPACE -DOSG_WITH_GLUT -DOSG_WITH_JPG 
-DOSG_WITH_PNG -D_OSG_HAVE_CONFIGURED_H_  -DQT_NO_XINERAMA 
-DQT_NO_XRENDER -DQT_NO_XFTFREETYPE -DQT_NO_XKB -DQT_NO_SM_SUPPORT 
-DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_AQUA 
-DQT_NO_STYLE_MAC -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_COMPACT -ansi 
-use_readonly_const -ftemplate-depth-100 -fPIC   --param 
max-inline-insns-single=15000 --param inline-unit-growth=1000 --param 
large-function-growth=20000        -O1 -g -DOSG_DEBUG   -E -I"../Base" 
-I$BD/Base/Base   -I$BD/Base/Field   -I$BD/Base/Functors 
-I$BD/Base/Network/Base   -I$BD/Base/Network/Socket 
-I$BD/Base/StringConversion   -I$BD/Base/Xml -Iobj-dbg -I. -o 
obj-dbg/OSGXmltokenizer.ii 
/home/andres/Programs/OpenSG/Source/Base/Xml/OSGXmltokenizer.cpp

and put the resulting preprocessed source (obj-dbg/OSGXmltokenizer.ii) 
on pastebin? Perhaps that gives a hint why EOF is not defined...

        Cheers,
                Carsten

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to