newgen wrote:
> I try to compile fltk 1.3 under osx snow leopard. however I fail due to 
> several reasons:

Which version of fltk-1.3 do you have? What release number etc.?

All the recent versions, and current svn, seem to build just fine.

>> make
> 
> It builds nice until I get:
> 
> [ 64%] Building CXX object fluid/CMakeFiles/fluid.dir/undo.cxx.o
> [ 64%] Building CXX object fluid/CMakeFiles/fluid.dir/widget_panel.cxx.o


That does not look like make output - are you sure you are running the 
stock gnu make, and not some other make?

In fact - are you running cmake? I am not sure the cmake files are fully 
up to date, Use the stock gnu make instead, that should Just Work.


> 
> Any idea whats wrong? cmake will also not compile... but I need fltk 1.3 
> utterly...


I'd have to guess something is up in your build system, as that does not 
look like the output I see using the stock gnu make.

I don't know how up to date the cmake stuff is - it is not actively 
maintained for the 1.3 branch at present,AFAIK, so may be broken.
The stock Makefile build does work fine though, for others, so perhaps 
there's something broken on your machine?


_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to