Missing files on GUIEditor_win32-gcc.cbp

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
mauriciobs
Posts: 3
Joined: Mon Oct 27, 2008 9:07 pm

Missing files on GUIEditor_win32-gcc.cbp

Post by mauriciobs »

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
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

These source files don't exist in the Irrlicht engine. This might be the actual cause and the reason why it's not included 8) Thanks for the understanding :wink:
mauriciobs
Posts: 3
Joined: Mon Oct 27, 2008 9:07 pm

Post by mauriciobs »

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 ;-)
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Ahh, that project file :D Ok, I'll have a look.
Post Reply