Building from SVN source

dunce

28-01-2008 10:52:59

While trying to build MOGRE I get this error:
.\src\auto\MogreTextAreaOverlayElement.cpp(33) : error C2664: 'System::String::String(const wchar_t *)' : cannot convert parameter 1 from 'const Ogre::UTFString::code_point *' to 'const wchar_t *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast

I'm using VS8.0 Pro SP1. I followed the instructions in 'how to compile this.txt'. What may cause such a error?
Thanks.

Marioko

28-01-2008 14:22:52

please wait for official manual for How to compile MOGRE from sources.. that 'how to compile this.txt' manual is outdate.. the official guide is complete, currently is translating to English.. in these days will be released.. :D

dunce

28-01-2008 15:27:42

OK. Thank you!

dodongoxp

03-02-2008 02:12:03

the official guide to building mogre from source is now on the wiki

heres the link

http://www.ogre3d.org/wiki/index.php/Building_MOGRE_from_source

8)