On Mon, 14 Jun 2010, denis joubert wrote:
I joined the log. but it failed on gtksourceview (because i don't
have
this library and don't know where i can find it, fortunatly the libs
module is built before it)
Thanks for the info. Building with a unix-type make process on MS
Windows with cygwin is not something that has been tried before,
and the cygwin linker seems to behave in a way I haven't seen
before. But anyway, you might try editing the Makefile in the gui2
subdirectory, and placing the gtksourceview library before the GTK
libraries, thus:
LIBS = $(GTKSOURCEVIEW_LIBS) $(GTK_LIBS) ../lib/libgretl-1.0.la
Allin Cottrell