Author Topic: problem building C::B version 2510  (Read 3977 times)

dice

  • Guest
problem building C::B version 2510
« on: May 26, 2006, 04:47:46 pm »
Im running XP and today I installed C::B.

I also installed SVN and the wxwindows source code.

I then checked out C::B 2510 and attempted to build it in C::B - I get this far:

Project   : Code::Blocks
Compiler  : GNU GCC Compiler (called directly)
Directory : C:\development\codeblocks\src\
--------------------------------------------------------------------------------
Switching to target: scintilla
Compiling: sdk\wxscintilla\src\PlatWX.cpp
sdk\wxscintilla\src\PlatWX.cpp:9:19: wx/wx.h: No such file or directory

I tried copyind the wx directory into sdk\wxscintilla\src\wx\wx.h but fared no better.

I had a look at the wxWidgets-2.6.2 with a mind to building as stated in a forum post here but could not find the appropriate make file.

where can I go from here - I would like to get this working as I have run into a couple of small problems using C::B and would like to be able to fix them or at least find out the root cause.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: problem building C::B version 2510
« Reply #1 on: May 26, 2006, 04:51:28 pm »
look in the wiki for the topic : cookbook for the nightly builds, it will explain everything ;-)

dice

  • Guest
Re: problem building C::B version 2510
« Reply #2 on: May 26, 2006, 05:36:32 pm »
sorry - i should have read it more thoroughly