Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: nothingbut on October 21, 2005, 09:16:00 am

Title: How can I build C::B with cygwin?
Post by: nothingbut 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?

Title: Re: How can I build C::B with cygwin?
Post by: mandrav 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...