Hi Orion,
Orion Poplawski schrieb:
I have no idea if this will compile on EL6/5, but you could try:
http://www.cora.nwra.com/~orion/fedora/Xaw3d-1.6.1-2.fc18.src.rpm
Thanks, that compiled well for me on CentOS 5.7. I ran into the same
problems you have.
But I got the reaason: "/usr/include/X11/Xaw3d/Xaw3dP.h" has been
created in a wrong way:
It has to contain #define's (as it did on Xaw3d-1.5E):
--- cut here (from Xaw3d-1.5E) ---
#define XAW_INTERNATIONALIZATION
#define XAW_MULTIPLANE_PIXMAPS
#define XAW_GRAY_BLKWHT_STIPPLES
#define XAW_ARROW_SCROLLBARS
--- cut here ---
The other headers #ifdef for them.
Patching "/usr/include/X11/Xaw3d/Xaw3dP.h" (as root) by just inserting
these #define's and then recompiling GNU gv (configure && make) gives me
a working GNU gv.
So I suppose it's a bug within libXaw3d-1.6.1.
Greetings from Germany
Markus Steinborn
GNU gv maintainer