[ubuntu-mono] [Bug 584527] Re: nunit dlls could not be found
Julian Taylor
584527 at bugs.launchpad.net
Tue Aug 16 18:00:56 UTC 2011
the correct way to do it is using pkg-config
install libnunit-cil-dev and compile like this:
mono-csc file.cs -pkg:nunit
or
mono-csc file.cs `pkg-config --libs nunit`
** Changed in: nunit (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to nunit in Ubuntu.
https://bugs.launchpad.net/bugs/584527
Title:
nunit dlls could not be found
Status in “nunit” package in Ubuntu:
Invalid
Bug description:
Binary package hint: nunit
After installation nunit libraries into GAC these libraries should be
available for compilation. But running gmcs Main.cs
-r:nunit.framework.dll tells, that nunit.framework could not be found.
As a workaround I created symbolic links to all nunit libraries in
/usr/lib/mono/2.0 and /usr/lib/mono/1.0 directories. But, as I think,
this is not the right place for these links.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: nunit 2.4.7+dfsg-5
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sun May 23 18:11:09 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: nunit
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nunit/+bug/584527/+subscriptions
More information about the Ubuntu-mono
mailing list