John wrote:
> I am running Ubuntu, and noticing that you do not have any debian 
> installation files, I am trying to compile it from source. 

That's correct, there are no official binary distributions.

> Usually the "./configure && make && sudo make install" works, but I am 
> getting this error:
> 
> "could not find required X11 libraries"
> 
> I have X, as this comes default with ubuntu.  Can you please help me install 
> this package with a command that will work for Ubuntu users?

You need the necessary header files to compile, probably

apt-get install libx11-dev

will install the needed X11 header files.

There may be other headers needed, depending on your application, e.g. 
libpng, libz, libjpeg, and maybe more.

Albrecht

P.S. fltk.general is the correct newsgroup for questions like this, 
please post there, if you have more questions
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to