On 29 Aug 2009, at 10:32, yassine wrote:
>
> Linking CXX executable ../bin/fluid.exe
> ./bin/libfltk.a(Fl.obj):Fl.cxx:(.text+0x3d58): undefined reference  
> to `_trackmouseev...@4'
> collect2: ld returned 1 exit status

> I didn't find a call to TrackMouseEvent in FL.cxx

It's not a fltk method, its a win32 function - I can't remember which  
lib it is in, but there's probably some win32 lib missing from the  
link line.

Or... which version of the mingw win32-API files do you have  
installed? I have a vague recollection that TrackMouseEvent was maybe  
missing from the early ones, or something like that.

Still, I'd advocate you just try a regular configure/make as that  
*does* work with Msys/mingw, and you'd be finished already if you had  
done that when I first suggested it!

Cheers,
-- 
Ian




_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to