gdata-sharp-core.pc.in has one line that looks like this:
Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll
-r${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll
Note the missing : in the second argument.
It should be this:
Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll
-r:${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll
Original issue reported on code.google.com by hyper...@gmail.com on 23 Mar 2009 at 3:47
Original issue reported on code.google.com by
hyper...@gmail.com
on 23 Mar 2009 at 3:47