Re: problem compiling 2.96.0.20040321
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
> I get the following error message:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -W -Wall -Wunused -I.. -I./.. -I/usr/X11R6/include -DPS_GS -DXSERVER_INFO -g -O2 -c xm_colorsel.c -o xm_colorsel.o
> xm_colorsel.c: In function `h_create_sliders':
> xm_colorsel.c:343: `XmEACH_SIDE' undeclared (first use in this function)
> xm_colorsel.c:343: (Each undeclared identifier is reported only once
> xm_colorsel.c:343: for each function it appears in.)
> make[3]: *** [xm_colorsel.o] Error 1
> make[3]: Leaving directory `/ext/dtp-build/tetex/tetex-src-beta-2.96.0.20040321/texk/xdvik/gui'
> make[2]: *** [libguibuild] Error 2
I don't get this error. I have
/* $TOG: Xm.h /main/38 1999/10/18 14:50:22 samborn $
...
enum{ /* XmNONE */ XmEACH_SIDE = 1,
XmMAX_SIDE, XmMIN_SIDE
} ;
in /usr/X11R6/include/Xm/Xm.h.
Thomas