[Bug 543] Unable to build against uninstalled version of the library

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Sun Dec 9 19:59:43 CET 2007


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=543





------- Additional Comments From rodolphe.ortalo at free.fr  2007-12-09 19:59 -------
Created an attachment (id=417)
 --> (http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=417&action=view)
recursive configure patch to OM2007.2

Usage example:
=============
svn co http://svn.openmoko.org/trunk/src/target/OM-2007.2
cd OM-2007.2
patch -p0 < ./patch-recconf-2007-12-09.patch 
. ./autogen-recursive.sh 
mkdir build && cd build
export PKG_CONFIG_PATH=/where/dependencies/are/lib/pkgconfig
../configure --enable-gtk-doc --enable-maintainer-mode
--prefix=/some/place/for/test/install --config-cache
nice make
nice make (sgml thingy error simply resolves by re-running)
nice make distcheck (re-running autoreconf may be needed sometimes)

Note in the example above that I usually build in a separate build
directory. make and make distcheck should run, but maybe not at first
shot. If you have make or make distcheck errors (especially if they are
related to generated scripts like depcomp or makedirs), try simply to
re-run make or to re-run "autoreconf" either in the failed program
source tree or at the OM2007.2 root. Usually it solves these issues
permanently (this remains mysterious to me... ;-)




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the buglog mailing list