[fpc-pascal] Re: xforms

Graeme Geldenhuys graemeg.lists at gmail.com
Tue Sep 23 09:19:00 CEST 2008


On Tue, Sep 23, 2008 at 12:13 AM, Gaetano Di Stefano
<gaetanodistefano at alice.it> wrote:
>
> ldconfig -v
> /usr/X11R6/lib:
>        libfltk.so.1.1 -> libfltk.so.1.1
>        libfltk_gl.so.1.1 -> libfltk_gl.so.1.1
>        libfltk_forms.so.1.1 -> libfltk_forms.so.1.1
>        libfltk_images.so.1.1 -> libfltk_images.so.1.1
> /usr/local/lib:
> ... ... ...
> no xforms in the rest of listing

I use Ubuntu 7.10 (x86)

I did a quick search in the Ubuntu packages. Under Ubuntu (and Debian
I guess), you need to install a few required packages to get the
XForms demos to compile and link. The are some of the packages, which
allowed me to successfully compile and link all the XForms demos.

The binary XForms library (required)
http://packages.ubuntu.com/feisty/libforms1

The development headers for the XForms library (required)
http://packages.ubuntu.com/feisty/libforms-dev

A visual forms designer for XForms (optional)
http://packages.ubuntu.com/feisty/libforms-bin


I hope this helps.  Maybe this information needs could be added in a
readme file in the 'xforms' directory of FPC?


Regards,
 - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list