Hi,
I have been investigating further, the problem is that liblo uses the variable @VERSION@ in its liblo.pc.in file, whereas the name of the variable got changed to @[EMAIL PROTECTED] Attached a patch, but it can also be easily fixed by hand, just check that after configure liblo.pc contains a non-empty version field. Guenter
diff -rc liblo-0.23/liblo.pc.in liblo-0.23.new/liblo.pc.in *** liblo-0.23/liblo.pc.in 2004-10-03 15:22:56.000000000 +0200 --- liblo-0.23.new/liblo.pc.in 2006-03-14 17:04:04.000000000 +0100 *************** *** 4,10 **** [EMAIL PROTECTED]@ Name: liblo ! Version: @VERSION@ Description: A lightweight OSC server/client library Libs: -L${libdir} -llo -lpthread Cflags: -I${includedir} --- 4,10 ---- [EMAIL PROTECTED]@ Name: liblo ! Version: @LO_SO_VERSION@ Description: A lightweight OSC server/client library Libs: -L${libdir} -llo -lpthread Cflags: -I${includedir}