Menu

#5 Can't compile on linux 64bit

open
nobody
None
5
2010-06-02
2010-06-02
qubodup
No

Hello, when I run make, it stops at the following:

[ 77%] Building CXX object Client/HelperClasses/InGameUI/Gui/CMakeFiles/client-gui.dir/HeapPlayerInteractionWindow.cpp.o
In file included from /home/qubodup/src/subversion/ura-game/main/Client/./GUI.h:25:0,
from /home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:5:
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:48:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:49:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:50:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:51:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:52:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:56:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:62:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:80:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:85:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:90:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/./InGameUI.h:95:2: error: ‘auto_ptr’ in namespace ‘std’ does not name a type
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp: In member function ‘bool PlayerInteractionWindow::event_click_mImageTalk(const CEGUI::EventArgs&)’:
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:321:2: error: ‘auto_ptr’ is not a member of ‘std’
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:321:43: error: expected primary-expression before ‘>’ token
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:321:45: error: ‘heapPlayerInteractionWindow’ was not declared in this scope
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:322:2: error: ‘auto_ptr’ is not a member of ‘std’
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:322:37: error: expected primary-expression before ‘>’ token
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:322:39: error: ‘heapNpcDialogueWindow’ was not declared in this scope
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:326:43: error: ‘class InGameUI’ has no member named ‘getHeapPlayerInteractionWindow’
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:327:37: error: ‘class InGameUI’ has no member named ‘getHeapNpcDialogueWindow’
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp: In member function ‘bool PlayerInteractionWindow::event_click_mImageCancel(const CEGUI::EventArgs&)’:
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:360:2: error: ‘auto_ptr’ is not a member of ‘std’
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:360:43: error: expected primary-expression before ‘>’ token
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:360:45: error: ‘heapPlayerInteractionWindow’ was not declared in this scope
/home/qubodup/src/subversion/ura-game/main/Client/HelperClasses/InGameUI/Gui/HeapPlayerInteractionWindow.cpp:365:43: error: ‘class InGameUI’ has no member named ‘getHeapPlayerInteractionWindow’
make[2]: *** [Client/HelperClasses/InGameUI/Gui/CMakeFiles/client-gui.dir/HeapPlayerInteractionWindow.cpp.o] Error 1
make[1]: *** [Client/HelperClasses/InGameUI/Gui/CMakeFiles/client-gui.dir/all] Error 2
make: *** [all] Error 2

This is with
gcc version 4.5.0 20100520 (prerelease) (GCC)

Discussion


Log in to post a comment.