Submitted by martin_motif on Sat, 01/09/2010 - 22:38.
Hello I have a problem compiling openmotif 2.3.2 with the new X11R7.5 X Server.
Execution of ./configure works fine, but when make is invoked, an error message is generated.
The first part is clear, as XPrint is not included anymore. I asume the second error on line 858 is related.
Exact content:
In file included from XmStrDefs.c:10:
../Xm/Xm.h:76:36: error: X11/extensions/Print.h: No such file or directory (-> this is correct, it doesn't exist)
In file include from XmStrDefs.c:10:
../Xm/Xm.h:850: error: expected specifieer-qualifier-list before 'XPContext'
In a previous post, the solution was simply to install libxprint-dev, or XPrint development files.
Is there anyway to disable Xprint ?
Thank's in advance,
Martin
Tue, 01/12/2010 - 11:11#1
dpeterc
I think this problem has
I think this problem has been fixed in the latest CVS.
I could show you the relevant changes, if CVS web browsing would be possible.
You can also take the source from here:
http://cvs.openmotif.org/snapshots/
Let me know if this helps,
Dušan