Submitted by Anonymous on Wed, 11/07/2001 - 07:57. General Questions
I have problem with compilation motif. Is enybody can help me?
I have openmotif-2.1.30-5_ICS.src.tgz. When i compile this I have Makefile29mising separator.
In this makefile in line 29 is XCOMM -------. If sombady can tell me whot das min XCOMM, I be gratefull. Sorry for my english.
Wed, 06/27/2012 - 10:52
#1
compilation problem openmotif-2.1.30-5_ICS.sr
XCOMM is a comment line that should be processed by the pre-processor. The system uses Imake to generate makefiles; the Imake system uses cpp to concatenate an Imakefile with a rules file to produce a Makefile. The error you are seeing is common when this process doesn`t work, especially if your cpp is not ANSI-C (ISO-C). You don`t say what system you are on; read the README file carefully to determine what is expected in terms of compiler releases.