[Bug 518586] Review Request: gdata-sharp - .NET library for the Google Data API

bugzilla at redhat.com bugzilla at redhat.com
Fri Aug 21 16:34:13 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=518586





--- Comment #2 from Juan Manuel Rodriguez <nushio at fedoraproject.org>  2009-08-21 12:34:12 EDT ---
Ok, so I checked gdata's makefile, and its faulty. 

Line 131 says:
$(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS)
-r:nunit.framework.dll $(test_sources)

I fixed it locally, by replacing the last part with:
-r:/usr/lib/mono/nunit22/nunit.framework.dll $(test_sources)

However, I haven't made a patch that looks on lib64 in case of 64 bit, my patch
is only hardcoded to /usr/lib 

I'll try to find some examples for patching, to fix this asap.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list