Re: XForms: XForms 1.0 Release Candidate 3

From: Peter S Galbraith (GalbraithP@dfo-mpo.gc.ca)
Date: Thu Jun 06 2002 - 13:58:59 EDT

  • Next message: T.C. Zhao: "Re: XForms: XYplot point replacement"

    # To subscribers of the xforms list from Peter S Galbraith <GalbraithP@dfo-mpo.gc.ca> :

    Thanks for RC3!

    Here are my notes:

     - preample: I'm currently using '#define BuildGL NO' because I think
       I'd need to choose an OpenGL implementation or else build it for all
       the varieties.

     - forms.h has
        #include <X11/glcanvas.h>
       but glcanvas.h is not installed in `make install'.

     - After building libforms, I tried to build an XForms application with
       following error:

    cc -o xcolmix.new xcolmix.o callbacks.o initforms.o makecolor.o usage.o design.o loadlookupbrowser.o -lforms -lX11 -lm -L /usr/X11R6/lib
    /usr/X11R6/lib/libforms.so: undefined reference to `XpmCreatePixmapFromData'
    /usr/X11R6/lib/libforms.so: undefined reference to `XpmFreeAttributes'
    /usr/X11R6/lib/libforms.so: undefined reference to `XpmAttributesSize'
    /usr/X11R6/lib/libforms.so: undefined reference to `XpmReadFileToPixmap'
    /usr/X11R6/lib/libforms.so: undefined reference to `XpmLibraryVersion'
    collect2: ld returned 1 exit status

       I edited lib/Makefile to add:
         -ljpeg -L/usr/X11R6/lib -lXpm
       to the linking stage of libforms.so

       Sorry that I don't know how to add that to the Imakefile.

    Peter
    _________________________________________________
    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 : Thu Jun 06 2002 - 14:04:25 EDT