Building ohNet on Ubuntu
|
10-01-2015, 12:59 PM
Post: #1
|
|||
|
|||
Building ohNet on Ubuntu
Hi,
Just trying to build ohNet on Ubuntu 14.04. The build process gets most of the way through, but stops when running dmcs: Code: dmcs /nologo /optimize+ /debug:pdbonly /t:library /optimize+ /debug:pdbonly /warnaserror+\ Mono is installed and is version 3.2.8. Anyone have any sugggestions as to what I am missing? |
|||
10-01-2015, 02:21 PM
Post: #2
|
|||
|
|||
RE: Building ohNet on Ubuntu
Can you post the build error (the output in between invoking dmcs and the build failing) please?
|
|||
10-01-2015, 03:03 PM
Post: #3
|
|||
|
|||
RE: Building ohNet on Ubuntu
(10-01-2015 02:21 PM)simonc Wrote: Can you post the build error (the output in between invoking dmcs and the build failing) please? This is all I get after dmcs is invoked: Code: error CS8001: Warning as Error: SDK path could not be resolved |
|||
10-01-2015, 05:49 PM
Post: #4
|
|||
|
|||
RE: Building ohNet on Ubuntu
(10-01-2015 03:03 PM)Trolley01 Wrote: This is all I get after dmcs is invoked: Can you build other C# code using mono? I'd guess there's a problem with your mono install. If you don't want to use ohNet's C# bindings, you can skip building them by including native_only=yes in your build command. |
|||
10-01-2015, 07:37 PM
Post: #5
|
|||
|
|||
RE: Building ohNet on Ubuntu
(10-01-2015 05:49 PM)simonc Wrote: Can you build other C# code using mono? I'd guess there's a problem with your mono install. Ok, native only builds work, so looks like mono is broken on my virtual machine. Got it all built - moved on to a different issue, but I'll create a new post as it is unrelated. |
|||
26-05-2015, 09:38 AM
Post: #6
|
|||
|
|||
RE: Building ohNet on Ubuntu
Hi,
It's a late reply, but just make sure that both packages: libmono-corlib4.0-cil libmono-corlib4.5-cil are installed on your machine. |
|||
« Next Oldest | Next Newest »
|