Page 1 of 1

[SOLVED]mac - cegui svn link/rt error

Posted: Sun Apr 19, 2009 22:38
by nairboon
Hi all
I'm trying to compile the svn version (trunk). I got everything working, the samples are running, but my app does not, i got this strange error:

Code: Select all

CEGUI Error: FactoryModule::registerAllFactories - Required function export 'uint registerAllFactories(void)' was not found in module 'CEGUIFalagardWRBase'.


CEGUIFalagardWRBase.bundle is in the PlugIns directory

What's wrong?

Re: mac - cegui svn link/rt error

Posted: Mon Apr 20, 2009 08:29
by CrazyEddie
Hi,

I think it's an error in the scheme file (we have this error also, in the other code branches), basically in the scheme where it says:

Code: Select all

<WindowSet Filename="CEGUIFalagardWRBase" />

Change it to

Code: Select all

<WindowRendererSet Filename="CEGUIFalagardWRBase" />


HTH

CE

Re: mac - cegui svn link/rt error

Posted: Mon Apr 20, 2009 12:59
by nairboon
yop that works, thanks