From: Jon T. <jt...@lu...> - 2000-12-21 22:23:53
|
Sven M. Hallberg wrote: > Hi again, > > Question: Is the GGI driver disabled in the current version? No. I build it all the time. It is broken currently, but that's another story.... > src/Makefile.X11 > doesn't build any GGI stuff. It isn't supposed to. That's why it has the .X11 on the end |->. Also, GGI extensions (of which GGIMesa is one) require the auto* build system to be used. > Plus there is no system-specific Makefile in > src/GGI and the toplevel Makefile.X11 runs make in that dir without arguments. See above. You must use the auto* build system to build GGIMesa. > Looks ugly. My last try on compiling with autoconfmake chocked on the GGI > driver, too. Disabling it in configure.in, OK? It works fine for me. Do you have GGI installed, or no? Anyway, the whole build is now broken for me: $ ./bootstrap autoheader: error: AC_CONFIG_HEADERS not found in configure.in automake: no `Makefile.am' found or specified configure.in:3: error: Autoconf version 2.49c or higher is required for this script The latest version of autoconf on alpha.gnu.org is 2.49b. Where can I find 2.49c and why is it necessary to use the absolute newest test releases of autoconf? Jon |