On Mon, May 04, 2009 at 04:24:07PM +1000, Allan Duncan wrote:
> Some other snippets from the BUILD directory are attached to help
> those who understand the runes decipher the error. I could use a
> brute force hard coded libdir, but that is cheating.
> prefix=/usr
> exec_prefix=${prefix}
> libdir=${exec_prefix}/lib
> includedir=${prefix}/include
Just looking at that this appears to be wrong. 'libdir' should be set
to an expansion of %{_libdir} and for x86_64 this is not /usr/lib.
That shows in rep-gtk.pc and Makefile.
Michal