[Cmake] QT/FLTK with Cygwin
Bill Hoffman
bill.hoffman at kitware.com
Mon Aug 26 10:44:35 EDT 2002
Use an FLTK built for cygwin. If you are using the cygwin compiler,
then fluid has to be compiled with cygwin, or it will not know
about cygwin paths. And, even if this did work, you would
not be able to link that FLTK anyway because it is built with the MS compiler.
-Bill
At 10:24 AM 8/26/2002 -0400, Julien Jomier wrote:
>Hello,
>
>I'm having a problem with CMake on Cygwin.
>The problem is the generation of the .cxx/.h files from
>the .ui/.fld files because Cygwin couldn't find the correct path:
>
>For instance:
>
>> fluid f:/myGUI.fl is working
>but
>> fluid /cygdrive/f/myGUI.fl is not
>
>and CMake is using the second path.
>(Same thing with Qt uic)
>
>Any suggestions ?
>
>Thanks for your help
>
>Julien
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake
More information about the CMake
mailing list