Andrew Benton wrote: > On Fri, 23 Mar 2012 13:51:26 +0000 > Fernando de Oliveira <[email protected]> wrote: > >> To be more precise: I had >> >> PYTHONPATH=:/opt/gnome/lib/python2.7/site-packages >> >> (with the colons) and changed to >> >> # echo $PYTHONPATH >> /usr/lib/python2.7/site-packages:/opt/gnome/lib/python2.7/site-packages >> >> So, perhaps the incomplete PYTHONPATH was confusing "make"? >> >> I always found confusing gnome's intruction of setting PYTHONPATH which had >> not previously been set. >> >> "Add to your system or personal profile: >> >> export PATH=$PATH:/opt/gnome-3.2.2/bin >> export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-3.2.2/lib/pkgconfig >> export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-3.2.2/share/pkgconfig >> export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-3.2.2/lib >> export PYTHONPATH=$PYTHONPATH:/opt/gnome-3.2.2/lib/python2.7/site-packages" > > What page is that on? Is it part of the gnome instructions? > Perhaps that last line should be: > export > PYTHONPATH=${PYTHONPATH}:/usr/lib/python&python2-majorver;/site-packages:/opt/gnome-&gnome-version;/lib/python&python2-majorver;/site-packages"
It's in gnome/core/pre-install-config.xml and the entities are there now. When rendered, the entities are made current of course. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
