[fxruby-users] Problem with FXJPGImage on Ubuntu
Jeroen van der Zijp
jeroen at fox-toolkit.org
Mon Jun 23 18:16:40 EDT 2008
On Monday 23 June 2008, Julien Castelain wrote:
> Hi Lyle,
>
> I'm compiling it myself, and you're right, I think I missed something when I
> built it, once again I should have read a bit more before complaining :)
> So, if I understand what I'm doing, when I ./configure I noticed this
>
> checking jpeglib.h usability... no
> checking jpeglib.h presence... no
> checking for jpeglib.h... no
>
> I downloaded this http://www.fox-toolkit.org/ftp/jpegsrc.v6b.tar.gz from the
> fox toolkit site, but I supposed that it's not been correctly installed. How
> can I fix this
On Linux systems there's hardly ever a need to install jpeg, tiff, or png (etc) support
from source. Most distros have ready-made packages for these.
On Ubuntu, its likely all you need to do is something like:
apt-get libjpeg-devel libjpeg
or something like that...
- Jeroen
More information about the fxruby-users
mailing list