compiling problem with --enable-gmail

Bug #415677 reported by Alessio Pirotti
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Do Plugins
Invalid
Undecided
Unassigned
Arch Linux
New
Undecided
Unassigned

Bug Description

when i try to compile plugins with the --enable-gmail flag, it return this error

error CS0006: cannot find metadata file `-r/usr/lib/mono/GData-Sharp/Google.GData.Extensions.dll'
Compilation failed: 1 error(s), 0 warnings
make: *** [../build/GoogleContacts.dll] Error 1

i use gentoo linux and i installed the gdata-sharp using this ebuild
http://gpo.zugaina.org/dev-dotnet/google-data-sharp

so the GData-Sharp is installed but gnome-do-plugins didn't find the metadata file.
Is a gnome-do.plugins problem or is a Gdata problem?

thank you :)

Revision history for this message
Jonatan (jonatan-olofsson) wrote :

This bug is due to a missing colon in /usr/lib64/pkgconfig/gdata-sharp-core.pc

-r${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll
should be
-r:${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll

I will file this as a separate bug report, but i thought it should be mentioned here, as i found this post while searching for any answer to this question

Robert Dyer (psybers)
Changed in do-plugins:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.