Advertisement
aussa

gcc

May 4th, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. andres@debian:~/Programs/OpenSG/Builds/x86_64-unknown-linux-gnu-g++$ env BD=/home/andres/Programs/OpenSG/Source 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
  2. cc1plus: fatal error: opening output file obj-dbg/OSGXmltokenizer.ii: No such file or directory
  3. compilation terminated.
  4. andres@debian:~/Programs/OpenSG/Builds/x86_64-unknown-linux-gnu-g++$ env BD=/home/andres/Programs/OpenSG/Source 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.o /home/andres/Programs/OpenSG/Source/Base/Xml/OSGXmltokenizer.cpp
  5. cc1plus: fatal error: opening output file obj-dbg/OSGXmltokenizer.o: No such file or directory
  6. compilation terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement