compile openmotif-2.3.2 error ([UilLexPars.h] Error 1)

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

Questions about motif? Contact us

2 posts / 0 new
Last post
compile openmotif-2.3.2 error ([UilLexPars.h] Error 1)

Submitted by ypsd on Mon, 09/07/2009 - 16:15.

I successfully 'configure'd openmotif-2.3.2

But When I run 'make', I got the following error. Can somebody let me know how to fix the error?

gcc -E -I../../../../tools/wml Exm.h | ../../../../tools/wml/wml
ln: creating symbolic link `./Exm.h': File exists
make[4]: *** [UilLexPars.h] Error 1
make[4]: *** Waiting for unfinished jobs....
ln: creating symbolic link `./Exm.h': File exists
make[4]: *** [UilConst.h] Error 1
ln: creating symbolic link `./Exm.h': File exists
make[4]: *** [UilKeyTab.h] Error 1
ln: creating symbolic link `./Exm.h': File exists
make[4]: *** [UilSymArTa.h] Error 1
Exm.h:16:52: warning: missing terminating ' character
In file included from Exm.h:44:
../../../../tools/wml/motif.wml:16:52: warning: missing terminating ' character

Appending to list name AllWidgetsAndGadgets
Appending to list name AllWidgets
Appending to list name MenuWidgetsAndGadgets
Appending to list name ManagerWidgets
Parse of WML input complete
Initial validation and reference resolution complete
Class validation and inheritance complete
Created report file wml.report
Semantic validation and resolution complete
Created UilSymGen.h
Created UilSymArTy.h
Created UilSymChCl.h
Created UilSymRArg.h
Created UilUrmClas.h
Created UilConst.h
Created UilSymReas.h
Created UilSymArTa.h
Created UilSymChTa.h
Created UilSymCtl.h
Created UilSymNam.h
Created UilSymEnum.h
Created UilSymCSet.h
Created UilKeyTab.h
Created UilTokName.h
Created wml-uil.mm
WML Uil*.h and wml-uil.mm file creation complete
rm -f Exm.h
mv -f .deps/wmldbcreate.Tpo .deps/wmldbcreate.Po
make[4]: Leaving directory `/home/pengy/download/linux/openmotif-2.3.2/demos/lib/Exm/wml'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/pengy/download/linux/openmotif-2.3.2/demos/lib/Exm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/pengy/download/linux/openmotif-2.3.2/demos/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pengy/download/linux/openmotif-2.3.2/demos'
make: *** [all-recursive] Error 1

Tue, 09/08/2009 - 18:58#1

Tue, 09/08/2009 - 18:58#1

dpeterc

To get a quality answer in

To get a quality answer in your case, you need to state the operating system and version.

For example, on OpenSUSE 11.3, i just type
./autogen.sh
make

and motif is built correctly.