Hey
so I've built my shiny new computer and decided to install Ubuntu 8.04
from scratch, checkout
Gnome from svn and put the dual core CPU to good use.
I did run 'jhbuild bootstrap'.
I did try installing all packages mentioned on
http://live.gnome.org/JhbuildDependencies/Ubuntu
However I still seem to be missing some m4 python macros:
Running aclocal-1.10...
configure.in:29: warning: macro `AM_PATH_PYTHON' not found in library
Running autoconf...
configure.in:29: error: possibly undefined macro: AM_PATH_PYTHON
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
I get this for gnome-doc and modules later in the build process
What am I missing?
Following is the probably most important part from my .jhbuildrc, commented
out is what I tried:
addpath('PKG_CONFIG_PATH', '/usr/lib/pkgconfig:/usr/share/pkgconfig')
#addpath('PYTHONPATH',
'/usr/lib64/python2.5:/opt/gnome2/lib/python2.5/site-packages')
#addpath('PYTHONHOME',
'/usr/lib64/python2.5:/opt/gnome2/lib/python2.5/site-packages')
#addpath('LD_LIBRARY_PATH', '/usr/lib64')
#addpath('ACLOCAL_FLAGS', '/opt/gnome2/share/aclocal-1.10')
#addpath('ACLOCAL_FLAGS', '/opt/gnome2/share/aclocal-1.9')
#addpath('ACLOCAL_FLAGS', '/usr/share/aclocal-1.9')
# Look in /usr/share for icons, D-BUS service files, etc
addpath('XDG_DATA_DIRS', '/usr/share')
# Use the standard system bus
os.environ['DBUS_SYSTEM_BUS_ADDRESS'] =
'unix:path=/var/run/dbus/system_bus_socket'
--
Christian Kirbach
[EMAIL PROTECTED]
_______________________________________________
gnome-love mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-love