When trying to build XmHTML-1.1.7_1 on -current as of 7-JAN-2002, I got the following error during build: rm -f .libs/debug.lo cc -O -pipe -DVERSION=1107 -DHAVE_REGEX_H -DHAVE_LIBJPEG -DHAVE_LIBPNG -DMotif -I. -I../include -I../include/common -I../../include -I../../include/common -I../../include/XmHTML -I/usr/X11R6/include -I/usr/local/include -c debug.c -fPIC -DPIC -o .libs/debug.lo debug.c:113: initializer element is not constant gmake[2]: *** [debug.o] Fehler 1 gmake[2]: Verlassen des Verzeichnisses Verzeichnis »/usr/ports/x11-toolkits/xmhtml/work/XmHTML-1.1.7/lib/common« gmake[1]: *** [common] Fehler 2 gmake[1]: Verlassen des Verzeichnisses Verzeichnis »/usr/ports/x11-toolkits/xmhtml/work/XmHTML-1.1.7/lib« Strangely enough, the build continued without rebuilding the remaining files of this directory. The make install aborted, of course, because parts of the product had not been built. Fix: I have made the following straightforward change to debug.c to get it to compile. I haven't tried to run it (and I don't know how, this port is just a dependency that I need to build ports/math/grace). How-To-Repeat: Try to build the port on a recent -current.
State Changed From-To: open->closed Committed, Thanks.