compilation problem openmotif-2.1.30-5_ICS.sr

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
compilation problem openmotif-2.1.30-5_ICS.sr

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.

ICS_support

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.