Try compiling the attached with:
gmcs `pkg-config --libs mono-addins` test.cs

On Gutsy, the following error is returned:
error CS0006: cannot find metadata file `/usr/lib/mono-addins/Mono.Addins.dll'
Compilation failed: 1 error(s), 0 warnings

This is because "pkg-config --libs mono-addins" expands to:
-r:/usr/lib/mono-addins/Mono.Addins.dll 
which is the wrong path

** Attachment added: "Trivial test case"
   http://launchpadlibrarian.net/10479611/test.cs

** Changed in: mono-addins (Ubuntu Gutsy)
     Assignee: directhex (directhex) => Cesare Tirabassi (norsetto)

-- 
mono-addins.pc is wrong
https://bugs.launchpad.net/bugs/149485
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to