News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Compiling CVS on SuSDE 10.0 RC1

Started by KyroMaster, September 22, 2005, 12:41:18 AM

Previous topic - Next topic

KyroMaster

I checked out the latest CVS, but compiling failed with this error:

src/generic/dockhost.cpp: In member function 'wxOrientation wxDockHost::GetOrientation()':
src/generic/dockhost.cpp:301: error: cannot convert 'const char*' to 'const wxChar*' for argument '5' to 'void wxAssert(int, const wxChar*, int, const wxChar*, const wxChar*)'
make[3]: *** [dockhost.lo] Fehler 1
make[3]: Leaving directory `/home/michael/tarballs/codeblocks/src/src/wxDockit'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/michael/tarballs/codeblocks/src/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/michael/tarballs/codeblocks/src'
make: *** [all-recursive] Fehler 1

I´m using gcc 4.0.2 with wxWidgets 2.6.1

mandrav

This is a unicode error. I fixed it now. Please update your cvs copy a little later (anonymous cvs lags a few hours).
Be patient!
This bug will be fixed soon...

KyroMaster

Cool, thanks for fixing this so fast  :D