> I tried to install fltk 2.0 from .tar.gz file since the 
> stupid ubuntu can still only install version 1.1 of libfltk. 
> since I need the table functions of fltk, I thought I should 
> give it a try. Result after ./configure/make/make install 
> when I try to compile my source again:

Be aware that fltk-2 is not as actively supported as the fltk-1.x series
at present (though there have been a few folk, well, one anyway
[rainbowsally] pushing it forwards recently.)

If you need a table widget, fltk-1.3 has one, and is largely API
compatible with fltk-1.1.

Fltk-2 has an enhanced API that is not backwards compatible.


> error: FL/gl.h: No such file or directory
> .. and a lot more.


Those are fltk-1.x path names.

The fltk2 API is different, and the headers are kept in fltk/whatever
rather than in FL/whatever. Also, all of the file names changed in
fltk2, so compatibility is potentially non-trivial...

It looks as if the code you are compiling is fltk-1.x code. Try it with
fltk-1.3 and see if that is any better.



SELEX Galileo Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

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

Reply via email to