Re: [Orbit-python-list] orbit-python compile ?'s
Status: Inactive
Brought to you by:
tack
From: Phil d. <ph...@us...> - 2000-03-17 13:23:44
|
Brad Chapman wrote: > > [ initial problem snipped ] > > BTW, I started by trying to compile from the cvs source, and am > missing some macros: > aclocal: configure.in: 7: macro `AM_INIT_PYEXEC_MOD' not found in > library > aclocal: configure.in: 8: macro `AM_PATH_PYTHON' not found in library > aclocal: configure.in: 16: macro `AM_PATH_ORBIT' not found in library > Is there a good source for these? I started hunting around but only > found AM_INIT_PYEXEC_MOD (which still depends on AM_PATH). > Thanks in advance! > Hi Brad, I think you need a really recent version of ORBit to get the AM_PATH_ORBIT macro - I think it's installed as part of ORBit-0.5.1 in /usr/share/aclocal/ORBit.m4 The python macros are in the python-automake directory. Check out the README there. Hope this helps, Phil. |