UI/TechTreeWnd.cpp:1704: error: 'ND_coord_i' was not declare

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
Cr0t
Space Krill
Posts: 1
Joined: Mon Aug 10, 2009 5:50 am

UI/TechTreeWnd.cpp:1704: error: 'ND_coord_i' was not declare

#1 Post by Cr0t »

Code: Select all

UI/SidePanel.cpp: In static member function 'static void SidePanel::SetSystem(int)':
UI/SidePanel.cpp:1746: warning: unused variable 'system'
g++ -o UI/SitRepPanel-human.o -c -pthread -Wall -Wno-parentheses -Wno-deprecated -O2 -DOGRE_GUI_gtk -DOGRE_THREAD_SUPPORT=2 -DOGRE_NO_FREEIMAGE -DOGRE_CONFIG_LITTLE_ENDIAN -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -DGL_GLEXT_PROTOTYPES -I/usr/include/python2.6 -I/usr/local/include -I/usr/include/OGRE -I/usr/include/bullet -I/usr/include/graphviz -Ilog4cpp UI/SitRepPanel.cpp
g++ -o UI/Sound-human.o -c -pthread -Wall -Wno-parentheses -Wno-deprecated -O2 -DOGRE_GUI_gtk -DOGRE_THREAD_SUPPORT=2 -DOGRE_NO_FREEIMAGE -DOGRE_CONFIG_LITTLE_ENDIAN -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -DGL_GLEXT_PROTOTYPES -I/usr/include/python2.6 -I/usr/local/include -I/usr/include/OGRE -I/usr/include/bullet -I/usr/include/graphviz -Ilog4cpp UI/Sound.cpp
g++ -o UI/SystemIcon-human.o -c -pthread -Wall -Wno-parentheses -Wno-deprecated -O2 -DOGRE_GUI_gtk -DOGRE_THREAD_SUPPORT=2 -DOGRE_NO_FREEIMAGE -DOGRE_CONFIG_LITTLE_ENDIAN -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -DGL_GLEXT_PROTOTYPES -I/usr/include/python2.6 -I/usr/local/include -I/usr/include/OGRE -I/usr/include/bullet -I/usr/include/graphviz -Ilog4cpp UI/SystemIcon.cpp
g++ -o UI/TechTreeWnd-human.o -c -pthread -Wall -Wno-parentheses -Wno-deprecated -O2 -DOGRE_GUI_gtk -DOGRE_THREAD_SUPPORT=2 -DOGRE_NO_FREEIMAGE -DOGRE_CONFIG_LITTLE_ENDIAN -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -DGL_GLEXT_PROTOTYPES -I/usr/include/python2.6 -I/usr/local/include -I/usr/include/OGRE -I/usr/include/bullet -I/usr/include/graphviz -Ilog4cpp UI/TechTreeWnd.cpp
UI/TechTreeWnd.cpp: In member function 'void TechTreeWnd::LayoutPanel::Layout(bool, double)':
UI/TechTreeWnd.cpp:1704: error: 'ND_coord_i' was not declared in this scope
scons: *** [UI/TechTreeWnd-human.o] Error 1
scons: building terminated because of errors.
Anyone know how to fix it?

User avatar
OndrejR
Space Dragon
Posts: 339
Joined: Thu Oct 02, 2008 11:00 pm
Location: Slovakia

Re: UI/TechTreeWnd.cpp:1704: error: 'ND_coord_i' was not declare

#2 Post by OndrejR »

See linux compile wiki howto.

Post Reply