On Tue, May 27, 2008 at 8:41 PM, Bill Page <[EMAIL PROTECTED]> wrote: > Gaby, > > When building rev: 614 on a non-windows machine (Debian) with no X > libraries installed I got the following build error: > > ... > ../../libtool --mode=compile gcc -c -o htadd.o -g -O2 -O2 -Wall > -D_GNU_SOURCE -I../../../open-axiom-src/src/include -I../../config > -I. ../../../open-axiom-src/src/hyper/htadd.c > gcc -c -g -O2 -O2 -Wall -D_GNU_SOURCE > -I../../../open-axiom-src/src/include -I../../config -I. > ../../../open-axiom-src/src/hyper/htadd.c -fPIC -DPIC -o > .libs/htadd.o > In file included from ../../../open-axiom-src/src/hyper/htadd.c:52: > ../../../open-axiom-src/src/hyper/node.h:53: error: syntax error > before 'openaxiom_window' > ../../../open-axiom-src/src/hyper/node.h:53: warning: type defaults to > 'int' in declaration of 'openaxiom_window' > ../../../open-axiom-src/src/hyper/node.h:53: warning: data definition > has no type or storage class > ../../../open-axiom-src/src/hyper/node.h:54: error: syntax error > before 'openaxiom_pixmap' > ... > > It is apparently something to do with the (missing?) definition of HANDLE.
You are right. Before that revision, we used to just skip the src/hyper directory when X11 is not available (mainly on windows). But there are programs there such as htadd hat really do not need X11 (as you can now see after the restructure). I failed to consistently follow my own rule: don't test for platforms, instead test for features. So, indeed I tested for features, but I failed with HANDLE. Will be fixed shortly. Thanks! -- Gaby > > Regards, > Bill Page. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > open-axiom-devel mailing list > open-axiom-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/open-axiom-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ open-axiom-devel mailing list open-axiom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open-axiom-devel