'MyGUI_AlignInfo.h' Missing In SVN?

nikki

05-09-2008 13:34:15

I'm trying to compile under Linux through autotools, but it seems that a file 'MyGUIEngine/include/MyGUI_AlignInfo.h' is missing? It is mentioned in Makefile.am, though...

my.name

05-09-2008 14:20:27

It is renamed in MyGUI_Align.h
and added MyGUI_Align.cpp

nikki

05-09-2008 16:44:44

Ahh... But MyGUI_WidgetDefines.h #includes it?

my.name

06-09-2008 16:38:36

#ifndef __MYGUI_WIDGET_DEFINES_H__
#define __MYGUI_WIDGET_DEFINES_H__

#include "MyGUI_Prerequest.h"
#include "MyGUI_Enumerator.h"
#include "MyGUI_Types.h"
#include "MyGUI_Align.h"
#include <OgreColourValue.h>

nikki

10-09-2008 20:00:48

Ok, fixed that, thanks!