madmark
10-02-2010 13:18:20
Using ver 2775 from SVN
Ubunto 9.10 system
I got it to build, but haven't tryed any thing yet, just thought I would toss out what I had to do to get it to build.
After getting the svn and installing cmake I used the cmake-gui program to configure and build standard makefile.
1. Got compile errors for "strcmp" not found. Added the following to MyGUI_Prerequests.h:
2. Got compile error "<uuid/uuid.h>" not found. Installed package uuid-dev (sudo apt-get install uuid-dev)
That got it to build under Linux.
Under Mac I can't get cmake past errors in the configure yet. Any help with that would be greatly appreciated.
Ubunto 9.10 system
I got it to build, but haven't tryed any thing yet, just thought I would toss out what I had to do to get it to build.
After getting the svn and installing cmake I used the cmake-gui program to configure and build standard makefile.
1. Got compile errors for "strcmp" not found. Added the following to MyGUI_Prerequests.h:
#include <stdio.h>
#include <string.h>
I chose to add to this file because it is included in the Ogre platform stuff and MyGUI_Common.h isn't.2. Got compile error "<uuid/uuid.h>" not found. Installed package uuid-dev (sudo apt-get install uuid-dev)
That got it to build under Linux.
Under Mac I can't get cmake past errors in the configure yet. Any help with that would be greatly appreciated.