Today compiling the program on IBM discovers a bug with GCC 3.2.3, you need to join -fpermissvie on the compilation option to compile success.
And I do not seems to include the g path to my include / lib list. Did you> include them in when you build 4.07 version? Please share your> experience in building it.> You MUST edit all the Makefiles in uipp and its subdirectories and add-fpermissive after c , ie c -fpermissive otherwise g willnot compile when it hits Xlib.h and Xuutil.h. This is a known X11 headersproblems. Adding -fpermissive flag changes errors to warnings and will atleast let you compile.