Page 1 of 1

cannot compile dll,lib

Posted: Fri Aug 06, 2010 09:39
by dehseth
Hey ppl,

i am new tu CEGUI, and I am using Irrlicht 1.7.1.. So I followed intructions written here: http://www.cegui.org.uk/wiki/index.php/Build_Configuration_For_Irrlicht

But I got these errors during static debug lib compling of CEGUIBase project:

Error 1 fatal error C1083: Cannot open include file: 'pcre.h': No such file or directory
Error 11 fatal error C1083: Cannot open include file: 'pcre.h': No such file or directory
Error 7 fatal error C1083: Cannot open include file: 'ft2build.h': No such file or directory
Error 8 fatal error C1083: Cannot open include file: 'ft2build.h': No such file or directory
Error 9 fatal error C1083: Cannot open include file: 'ft2build.h': No such file or directory
Error 10 fatal error C1083: Cannot open include file: 'ft2build.h': No such file or directory


And I couldn't find these two files in sdk folder. Wehere can I get them? Thank you all...

Re: cannot compile dll,lib

Posted: Fri Aug 06, 2010 11:29
by emarcotte
There is a broken link on that page, but it should link to http://www.cegui.org.uk/docs/current/compiling.html

Ultimately you need the dependencies listed there. For visual studio (I'm guessing thats what you use) you can find a pre-compiled dependencies package at http://www.cegui.org.uk/wiki/index.php/ ... oads_0.7.1

Re: cannot compile dll,lib

Posted: Fri Aug 06, 2010 12:27
by dehseth