Alexander Mai wrote:
> This is all work in progress and I assume Xbae and Xlt will have
> more problems during the next days ...
> For now I hope/believe/wish that after a final "cvs up", CVSMake and
> a re-run of configure things should build.
I realize that. I'm not "complaining" but just trying to help by reporting
what's going wrong here on my machine.
I've updated today and got same and new errors/warnings:
$ cvs update
? lib/Xbae/doc
? lib/Xbae/examples/add/.libs
[ these entries missing in .cvsignore ? ]
[...]
$ ./CVSMake
[...]
Autofoo in lib/Xbae
./CVSMake running
examples/Makefile.am:4: required directory examples/tests does not exist
Autofoo in test
Putting files in AC_CONFIG_AUX_DIR, `..'.
$
$ ./configure --enable-build-Xbae --prefix=/usr/local/lesstif
$ make
[...]
make[4]: Entering directory `/local/software/LESSTIF/lesstif/lib/Xbae/examples/add'
/bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -o add add.o ../../src/libXbae.la
-L../../../Xm-2.0/.libs -lXm -L/usr/X11R6/lib -lXmu -lXt -lSM -lICE -lXext -lX11
-L/usr/X11R6/lib -lX11
gcc -g -O2 -Wall -o .libs/add add.o ../../src/.libs/libXbae.so -L/usr/X11R6/lib -lX11
-L../../../Xm-2.0/.libs
-lXm -L/usr/X11R6/lib -lXmu -lXt -lSM -lICE -lXext -lX11 -L/usr/X11R6/lib -lX11
-Wl,--rpath -Wl,/usr/local/lesstif/lib
../../src/.libs/libXbae.so: undefined reference to `XmeDrawHighlight'
collect2: ld returned 1 exit status
make[4]: *** [add] Error 1
make[4]: Leaving directory `/local/software/LESSTIF/lesstif/lib/Xbae/examples/add'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/local/software/LESSTIF/lesstif/lib/Xbae/examples'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/local/software/LESSTIF/lesstif/lib/Xbae'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/local/software/LESSTIF/lesstif/lib'
make: *** [all-recursive] Error 1
Regards,
Rob.