[MonoDevelop] Error building from git source
Robert N
sushihangover at outlook.com
Thu Dec 10 05:01:18 UTC 2015
Did you install the "referenceassemblies-pcl" package? That is a separate install from the mono `make install`.
Check under the "Usage" section @
* http://www.mono-project.com/docs/getting-started/install/linux/#usage
You can also manually download the PCL Reference Assemblies zip file and install them.
-R
From: monodevelop-list-bounces at lists.ximian.com <monodevelop-list-bounces at lists.ximian.com> on behalf of Matt Calder <mvcalder at gmail.com>
Sent: Wednesday, December 9, 2015 4:14 PM
To: monodevelop-list
Subject: [MonoDevelop] Error building from git source
I get the following error trying to build monodevelop from source after rebuilding mono:
Errors:
/home/calder/tmp/monodevelop/main/Main.sln (default targets) ->
(Build target) ->
/home/calder/tmp/monodevelop/main/external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.Common.targets (GetReferenceAssemblyPaths target) ->
/usr/lib/mono/4.5/Microsoft.Common.targets: error : PCL Reference Assemblies not installed.
I just rebuilt mono today:
calder at thyme:~/tmp/monodevelop$ mono --version
Mono JIT compiler version 4.3.0 (master/4705ea6 Wed Dec 9 17:17:16 EST 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
calder at thyme:~/tmp/monodevelop$ uname -a
Linux thyme 3.19.8-992-generic #201510310252 SMP Sat Oct 31 02:54:21 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Does anyone know how to fix this?
Matt
More information about the Monodevelop-list
mailing list