Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
How can I build C::B with cygwin?
(1/1)
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:
--- Code: ---./bootstrap <-- (only once)
./configure
make
make install
--- End code ---
although it's not tested on cygwin, only on linux machines...
Navigation
[0] Message Index
Go to full version