> Date: Fri, 21 Apr 2006 18:54:23 -0400 > From: "Joseph E. Sacco, Ph.D." <[EMAIL PROTECTED]> > Subject: Re: deskbar preventing garnome-2.14.1 compile > To: garnome-list <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain > > The output indicates that configure detected the system version of > python, version 2.3 installed under /usr/bin, rather than python2.4 > installed under $HOME/garnome. > > Try this... > > Edit gar.conf.mk to explicitly set the PYTHON environment > variable to point at the version in $HOME/garnome/bin. > > > There are three other applications that may [or may not] give you > grief: > * bootstrap/gamin > * platform/libxml2 > * platform/libxslt > > If you encounter difficulties with these apps, fetch the versions from > CVS-HEAD which have been patched to build and install correctly when > using python installed in a non-standard location. > > -Joseph
I tried explicitly setting the PYTHON environment variable to $(HOME)/garnome/bin/python. Now the gedit compile is failing: /usr/bin/ld: cannot find -lpython2.4 collect2: ld returned 1 exit status make[6]: *** [gedit] Error 1 make[6]: Leaving directory `/home/keith/downloads/garnome/garnome-2.14.1/desktop/gedit/work/main.d/gedit-2.14.2/gedit' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/home/keith/downloads/garnome/garnome-2.14.1/desktop/gedit/work/main.d/gedit-2.14.2/gedit' make[4]: *** [all] Error 2 make[4]: Leaving directory `/home/keith/downloads/garnome/garnome-2.14.1/desktop/gedit/work/main.d/gedit-2.14.2/gedit' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/keith/downloads/garnome/garnome-2.14.1/desktop/gedit/work/main.d/gedit-2.14.2' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/keith/downloads/garnome/garnome-2.14.1/desktop/gedit/work/main.d/gedit-2.14.2' make[1]: *** [build-work/main.d/gedit-2.14.2/Makefile] Error 2 make[1]: Leaving directory `/home/keith/downloads/garnome/garnome-2.14.1/desktop/gedit' make: *** [paranoid-install] Error 2 -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
