Re: XForms: XForms Version 1.0 Release Candidate round 2

From: Rouben Rostamian (rostamian@umbc.edu)
Date: Sun Jun 02 2002 - 12:11:39 EDT

  • Next message: Peter S Galbraith: "Re: XForms: XForms Version 1.0 Release Candidate round 2"

    # To subscribers of the xforms list from "Rouben Rostamian" <rostamian@umbc.edu> :

    Steve, thanks for pushing on with xforms. Keep on truckin'!

    Here are my initial observation on xforms-1.0RC as compiled
    on a Linux box.

    1.
    The package compiles cleanly. No problem.
    However "make install" has a problem. It puts libforms.a
    in /usr/X11R6/lib instead of /usr/local/lib. It appears that
    this is due to the line:

       #USRLIBDIR = XFormsInstallDir/lib

    in ./lib/Imakefile. Why is it commented out?

    2.
    In 00README we read:

        Some of the demos won't compile without the xpm library. You can get
        it from ftp://avahi.inria.fr/pub/xpm or ftp://ftp.x.org/contrib. It
        is no longer included in the distribution.

    It appears that "Some of the demos" should be changed to "No demos".
    Here is a test:

    % cat test.c

    #include <X11/forms.h>

    int main(void)
    {
            return 0;
    }

    % cc test.c -lforms -lX11 -lm
    /usr/local/lib/libforms.so: undefined reference to `XpmCreatePixmapFromData'
    /usr/local/lib/libforms.so: undefined reference to `XpmFreeAttributes'
    /usr/local/lib/libforms.so: undefined reference to `XpmAttributesSize'
    /usr/local/lib/libforms.so: undefined reference to `XpmReadFileToPixmap'
    /usr/local/lib/libforms.so: undefined reference to `XpmLibraryVersion'

    -- 
    Rouben Rostamian <rostamian@umbc.edu>
    _________________________________________________
    To unsubscribe, send the message "unsubscribe" to
    xforms-request@bob.usuhs.mil   or see
    http://bob.usuhs.mil/mailserv/xforms.html
    XForms Home Page: http://world.std.com/~xforms
    List Archive: http://bob.usuhs.mil/mailserv/list-archives/
    



    This archive was generated by hypermail 2b29 : Sun Jun 02 2002 - 12:17:36 EDT