Linux Build / Mac Build

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:#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.

Altren

10-02-2010 15:04:53

Are you saying about 2775 in trunk or in tags/MyGUI3.0 ?
Please show exact errors that you got without adding those headers. I made headers cleanup few days ago, but I checked that everything still compiles under linux (with gcc 4.3) and under windows (visual studio 2005 and 2008).

About uuid - yes, you need uuid-dev to compile MyGUI.

About errors under Mac - I can't help you until you'll show what errors you've got :)