Motif 2.2.1 don`t compile

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

Questions about motif? Contact us

2 posts / 0 new
Last post
Motif 2.2.1 don`t compile

Submitted by colonel on Tue, 08/06/2002 - 09:22.

Hi, All.

I can`t compile Motif with Message Catalog

gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/opt/X11R6/include/ -DINCDIR="/usr/local//include/X11" -DLIBDIR="/usr/local//lib/X11" -I./../../include -I./../../lib -I./../../tools/wml -I../../tools/wml -g -O2 -Wall -Wno-unused -Wno-comment -c UilDiags.c -fPIC -DPIC -o .libs/UilDiags.lo
In file included from UilDefI.h285,
from UilDiags.c84
../../tools/wml/UilLexPars.h66 warning `VERSION` redefined
../../include/config.h228 warning this is the location of the previous definition
In file included from UilDiags.c85
UilMessTab.h228 UilMsgCatI.h No such file or directory

Can someone explaine me what does it mean ^ ?
Motif 2.1.30 has some bugs in Message Catalog, but it are compiled fine.

How can I disable debug flag in compilation?

Mon, 08/12/2002 - 12:37#1

Mon, 08/12/2002 - 12:37#1

Anonymous

Motif 2.2.1 don`t compile

try going into the tools/wml directory and do a make clean, make
this sometimes helps. I have seen stuff like that get screwed up if you do a make -j

jim