Thanks, but that is not the point. The makefiles don't exist yet. I want to generate the setup from scratch.
This is what I found so far. the problem is that the AM_PATH_GTK,AM_PATH_GLIB ... are not found. I am assuming they where standard in the old days, but no longer part of a modern autoconf macro set. I found them in gnubg/m4, but hard as I tried to "include" them in acinclude.m4 (via the include directive, and supply the path with a -I), aclocal complained about "file not found". As a last resort I copied them verbatim to acinclude.m4, which did the trick. I don't know why we bother, since no one runs gnubg with pre 2.0 libraries anymore, right? There are several other hurdels. The configure script decided I have the BLAS/ATLAS libraries, but failed on compilation. I guess it's checking is not good enough. And not giving a ./configure option to ignore them is a crime. I manually undef'ed them in config.h, but that will be a pain in the long run. Also FTGL failed to add the right include path to the makefile. I added that manually for now. I am only missing the 0.15 weights file. Can someone please make it available? -Joseph On 9/8/05, Michael Petch <[EMAIL PROTECTED]> wrote: > > Howdy, > > Before running configure try executing: > > ./autogen.sh > > then do your configure. > > > On 7-Sep-05, at 8:08 PM, Joseph Heled wrote: > > > Help anayone??? > > > > Some while ago I lost my hard drive, and with it my GNUBG copy. > > > > I am running an up-to-dat Kubuntu (debian) system. > > > > I have been able to re-establish my admin status at savannha, and > > import the tree. > > > > I would like to re-instate gnubg, and do it *right*. it should build > > for linux systems out of the box. > > > > www.gnubg.org is dead (empty page) > > > > I did a > > ./configure --with-board3d --with-gtk2 --with-python > > > > and apart from the missing gtkextra all went well. but the make > > failed. > > > > $ make > > cd . && /bin/sh /home/joseph/soft/ggg/gnubg/missing --run > > aclocal-1.6 -I m4 > > /home/joseph/soft/ggg/gnubg/missing: line 46: aclocal-1.6: command > > not found > > WARNING: `aclocal-1.6' is needed, and you do not seem to have it > > handy on your > > system. You might have modified some files without having > > the > > proper tools for further handling them. Check the > > `README' file, > > it often tells you about the needed prerequirements for > > installing > > this package. You may also peek at any GNU archive site, > > in case > > some other package would contain this missing > > `aclocal-1.6' program. > > make: *** [aclocal.m4] Error 1 > > > > > > What now?? > > > > Thanks, Joseph > > > > > > _______________________________________________ > > Bug-gnubg mailing list > > [email protected] > > http://lists.gnu.org/mailman/listinfo/bug-gnubg > > > > > > _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
