Mr.Hankey
07-12-2008 18:41:27
Hi,
I grabbed the latest MyGUI version from SVN and Iget some strange compile errors when I include MyGui.h after Xlib.h
This works
...this doesn't
Error is:
my system is Ubuntu 8.04...
Any help would be greatly appreciated
I grabbed the latest MyGUI version from SVN and Iget some strange compile errors when I include MyGui.h after Xlib.h
This works
#include "MyGUI.h"
#include <X11/Xlib.h>
...this doesn't
#include <X11/Xlib.h>
#include "MyGUI.h"
Error is:
/external-libs/mygui/include/MyGUI_Message.h:27: Fehler: expected identifier before numeric constant
r/external-libs/mygui/include/MyGUI_Message.h:27: Fehler: expected `}' before numeric constant
/external-libs/mygui/include/MyGUI_Message.h:27: Fehler: expected unqualified-id before numeric constant
/external-libs/mygui/include/MyGUI_Message.h:69: Fehler: expected unqualified-id before »public«
/external-libs/mygui/include/MyGUI_Message.h:74: Fehler: »ViewInfo« in Klasse »MyGUI::Message« bezeichnet keinen Typen
...
my system is Ubuntu 8.04...
Any help would be greatly appreciated
