Hello,
The following files are missing on the Codeblocks GUIEditor project, please add them:
CGUIPanel.cpp
CGUIPanel.h
CGUITextureCacheBrowser.cpp
CGUITextureCacheBrowser.h
Thanks in advance,
Kind regards
Missing files on GUIEditor_win32-gcc.cbp
-
- Posts: 3
- Joined: Mon Oct 27, 2008 9:07 pm
Hello hybrid, thanks for the fast reply
Sorry, perhaps my report was not very clear about the bug itself...
The actual problem is: the Codeblocks GUIEditor project is currently not buildable due to "undefined reference" errors.
These happens because the following files were not linked to the project:
CGUIPanel.cpp
CGUIPanel.h
CGUITextureCacheBrowser.cpp
CGUITextureCacheBrowser.h
Indeed these are not part of the core library but local to the GUIEditor project, you may find them under /trunk/tools/GUIEditor
Please add them to the C::B project to fix building. MSVC and unix Makefile seems to be already ok.
Thanks in advance
Sorry, perhaps my report was not very clear about the bug itself...
The actual problem is: the Codeblocks GUIEditor project is currently not buildable due to "undefined reference" errors.
These happens because the following files were not linked to the project:
CGUIPanel.cpp
CGUIPanel.h
CGUITextureCacheBrowser.cpp
CGUITextureCacheBrowser.h
Indeed these are not part of the core library but local to the GUIEditor project, you may find them under /trunk/tools/GUIEditor
Please add them to the C::B project to fix building. MSVC and unix Makefile seems to be already ok.
Thanks in advance