Re: 2.99.6 beta release

Stefan Ulrich <[email protected]> Tue, 21 Dec 2004 18:47:15 +0000
Newsgroups gmane.comp.tex.tetex.beta
Message-ID <[email protected]>
Thomas Esser <[email protected]> writes:

>> An error Message appeared, that was discussed earlier in this list:
>> 
>> /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H  -I. -I. -I../.. -I../.. -I.. 
>> -I./.. -I/opt/sfw/include  -I/usr/openwin/include -DPS_GS 
>> -DXSERVER_INFO  -g  -c xm_colorsel.c -o xm_colorsel.o
>> "xm_colorsel.c", line 394: undefined symbol: XmEACH_SIDE
>> cc: acomp failed for xm_colorsel.c

> Maybe, some /opt/sfw/include/Xm/Xm.h gets used instead of
> /usr/openwin/include/Xm/Xm.h?

The odd thing is that (at least in OpenMotif) both XmVersion and
XmEACH_SIDE are defined in Xm.h ... do you have several Motif
versions installed? What's the output of

$ find /opt/sfw/include /usr/openwin/include -type f -name "Xm.h" | \
xargs egrep -i 'xmversion|xmrevision' /dev/null

?

(BTW: Please use stefanulrich <AT> users.sourceforge.net instead
of my zen.co.uk address to reach me, since I'm going to move back
to Germany soon).

Best,
Stefan