Author Topic: How can I build C::B with cygwin?  (Read 5200 times)

Offline nothingbut

  • Single posting newcomer
  • *
  • Posts: 2
How can I build C::B with cygwin?
« on: October 21, 2005, 09:16:00 am »
I'm a new user on C::B.
I want build and use C::B on cygwin platform.
But when I used the Makefile.unix.wx2.6 , I found a link error when link codeblock.so as :
-lwxscintilla not found.
I've checked the -L parameter , it includes the '-Ldevel' and libwxscintilla.so in the path of devel\ .
Anyone once finished buiding C::B with cygwin, and can give me any suggestion?


Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: How can I build C::B with cygwin?
« Reply #1 on: October 21, 2005, 09:36:02 am »
You could get the CVS version and use something like:

Code
./bootstrap <-- (only once)
./configure
make
make install

although it's not tested on cygwin, only on linux machines...
Be patient!
This bug will be fixed soon...