News:

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

Main Menu

How can I build C::B with cygwin?

Started by nothingbut, October 21, 2005, 09:16:00 AM

Previous topic - Next topic

nothingbut

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?


mandrav

You could get the CVS version and use something like:


./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...