On Tuesday 12 February 2002 14:41, Alexander Mai wrote: > Seems the fix is not yet in 4.9.1?! > Then we should do another new release, but IIRC Xbae/CVS > has some other problems. Perhaps you can try it out and report?
I'm trying to compile the stuff from CVS. I checked out the Xbae module, and ran CVSMake : bash-2.05a$ ./CVSMake ./CVSMake running autoconf: Undefined macros: configure.in:99:AC_FIND_MOTIF automake: configure.in: installing `./install-sh' automake: configure.in: installing `./mkinstalldirs' automake: configure.in: installing `./missing' configure.in: 78: required file `./ltconfig' not found examples/add/Makefile.am:17: variable `link_motif' not defined examples/add/Makefile.am:17: variable `link_motif' not defined examples/add/Makefile.am:17: variable `link_motif' not defined ....(the above error about link_motif many times) And after that ./configure seems to be OK, but make quits : bash-2.05a$ make Making all in include make[1]: Entering directory `/dos2/home/akos/ATO/Xbae/include' make all-recursive make[2]: Entering directory `/dos2/home/akos/ATO/Xbae/include' Making all in Xbae make[3]: Entering directory `/dos2/home/akos/ATO/Xbae/include/Xbae' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/dos2/home/akos/ATO/Xbae/include/Xbae' make[3]: Entering directory `/dos2/home/akos/ATO/Xbae/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/dos2/home/akos/ATO/Xbae/include' make[2]: Leaving directory `/dos2/home/akos/ATO/Xbae/include' make[1]: Leaving directory `/dos2/home/akos/ATO/Xbae/include' Making all in src make[1]: Entering directory `/dos2/home/akos/ATO/Xbae/src' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I./../include -I../include @MOTIF_CFLAGS@ -I/usr/X11R6/include -g -O2 -Wall -c Actions.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -I./../include -I../include @MOTIF_CFLAGS@ -I/usr/X11R6/include -g -O2 -Wall -c Actions.c -fPIC -DPIC -o Actions.lo gcc.real: cannot specify -o with -c or -S and multiple compilations make[1]: *** [Actions.lo] Error 1 @MOTIF_CFLAGS@ is not too good there. What's wrong? -- Putz �kos Email : [EMAIL PROTECTED] evosoft Hungary http://www.evosoft.hu _______________________________________________ Lesstif mailing list [EMAIL PROTECTED] https://terror.hungry.com/mailman/listinfo/lesstif
