Re: XForms: Compile problems

From: Steve Lamont (spl@szechuan.ucsd.edu)
Date: Wed Jan 05 2000 - 22:35:49 EST

  • Next message: Klaus Peter Maas: "XForms: Template for object containiing other objects"

    # To subscribers of the xforms list from spl@szechuan.ucsd.edu (Steve Lamont) :

    > I'm new to this list and just downloaded the XForms binary rollup and
    > can't get it to compile. I keep getting these errors on my RH Linux 6.0
    > box:
    >
    > gcc: freedraw.o: No such file or directory
    > make[1]: [freedraw] Error 1 (ignored)
    > gcc -c -O2 -fPIC -I../FORMS --I/usr/X11R6/include -Ifd demo.c
                                  ^^
    Lose the double dash.

    This should be

         gcc -c -O2 -fPIC -I../FORMS -I/usr/X11R6/include -Ifd demo.c
                                     ^
                                                            spl
    _________________________________________________
    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 : Wed Jan 05 2000 - 22:37:28 EST