|
From: Norman V. <nh...@ca...> - 2002-08-21 19:23:48
|
Dicks Brian R Civ AFRL/VACD writes: > >I'm having trouble using "Make" in Cygwin due to an error with >a file known as madGUI.o According to my files, I do not even >have that file. Could someone please help? PrettyPoly uses the FLTK GUI Toolkit and you have to create the source files with the 'fluid' pre-processor FYI 'fluid' should be built as part of the FLTK installation < see the FLTK docs > the following info snipped from the 'slightly outdated' howto on cygwin page still applies however http://prettypoly.sourceforge.net/index.php3?section=win_cygwin_latest """ ./configure also calls a "fluidizer-script", which creates *.cxx and *.h-files from the *.fl (fluid)-files. If this doesnt work on your computer, for example because you have bash, then use the fluidizer.py script. """ HTH Norman |