On Thu, Oct 09, 2003 at 10:34:37AM +0200, PieterB wrote: > I finally got to get back to trying to run Metakit on my FreeBSD > 5.1, but somehow it just doesn't work, and I can't figure out what's > going wrong. > > I used Nicholas version (downloaded today): > > <http://web.sabi.net/temp/metakit-2.4.9.2+njr2.tar.gz> > > When I do: > > cd builds ; ../unix/configure --with-python=/usr > or > cd builds ; ../unix/configure --with-python > > it succesfully does the configure part now, but unfortuately the > 'make' breaks with the error below: > > (BTW, I don't understand the --with-python syntax completely, > and can't find information on that in the README or Python.html)
../unix/configure --help should give you some hints. The -INONE thing is broken, I will take a look at that tomorrow - it indicates that the configure script wasn't able to find Python in /usr. Try --with-python=/usr/local. -- =Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley> _______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
