The problem is before that. Gates does not let you create a link
foo.h -> foo.H

So I just commented out all the ln and rm operations and allowed the
include files *.H to go to /usr/local/include/FL without any further
processing. After moved each *.H to *.h with a little script. Probably
this can be done somewhere in the makefile. Thanks.

Daniel

On Thu, 2009-03-26 at 15:17 -0700, Greg Ercolano wrote:
> Daniel Senderowicz wrote:
> > === installing FL ===
> > Installing include files in /usr/local/include...
> > rm: cannot remove `/usr/local/include/Fl': Is a directory
> > make[1]: *** [install] Error 1
> > make: *** [install] Error 1
> 
>       I'd try commenting out these two lines from the FL/Makefile:
> 
> #        $(RM) $(DESTDIR)$(includedir)/Fl
> #        $(LN) FL $(DESTDIR)$(includedir)/Fl
> 
>       Note the lowercase Fl at the end of each.
> 
>       Then see if 'make install' gets all the way through, going on
>       ahead to the full install.
> _______________________________________________
> fltk-bugs mailing list
> [email protected]
> http://lists.easysw.com/mailman/listinfo/fltk-bugs

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

Reply via email to