Author Topic: Compiling CVS on SuSDE 10.0 RC1  (Read 4643 times)

KyroMaster

  • Guest
Compiling CVS on SuSDE 10.0 RC1
« on: September 22, 2005, 12:41:18 am »
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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Compiling CVS on SuSDE 10.0 RC1
« Reply #1 on: September 22, 2005, 08:36:07 am »
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

  • Guest
Re: Compiling CVS on SuSDE 10.0 RC1
« Reply #2 on: September 22, 2005, 08:48:12 am »
Cool, thanks for fixing this so fast  :D