Re: [Mono-list] SDRSharp errors CS0234 and CS0246

2013-05-17 Thread Andres G. Aragoneses
Try Mono 3.x, because the compiler has received lots of fixes in the last versions. On 17/05/13 07:37, jbernsm wrote: Firstly, I'm running Xubuntu 12.10 with the following software, XBuild Engine Version 2.10.8.1 Mono, Version 2.10.8.1 There is a .NET program called SDRSharp

Re: [Mono-list] SDRSharp errors CS0234 and CS0246

2013-05-17 Thread Ankit Jain
FrequencyEdit project is disabled for "Release|Any CPU" configuration, according to the solution file. Maybe you wanted to build it with Release and x86? It is disabled for x64 also. On Fri, May 17, 2013 at 12:07 PM, jbernsm wrote: > Firstly, I'm running Xubuntu 12.10 with the following softwa

Re: [Mono-list] SDRSharp errors CS0234 and CS0246

2013-05-17 Thread Ankit Jain
On Fri, May 17, 2013 at 2:07 PM, Ankit Jain wrote: > Maybe you wanted to build it with Release and x86? It is disabled for > x64 also. > You can do that with: xbuild foo.sln /p:Configuration=Release /p:Platform=x86 -Ankit > > > On Fri, May 17, 2013 at 12:07 PM, jbernsm wrote: > >> Firstly,

Re: [Mono-list] SDRSharp errors CS0234 and CS0246

2013-05-17 Thread Daniel Lo Nigro
Also note that since C# just compiles to bytecode (CIL), you can compile on Windows and run on Linux. You can try downloading a compiled version and see if that works for you. On Fri, May 17, 2013 at 4:37 PM, jbernsm wrote: > Firstly, I'm running Xubuntu 12.10 with the following software, > XBu

Re: [Mono-list] SDRSharp errors CS0234 and CS0246

2013-05-17 Thread Andy York
Is this something that MoMA (http://www.mono-project.com/MoMA) can help with? Might be something simple and easy to fix. On 5/17/2013 2:37 AM, jbernsm wrote: Firstly, I'm running Xubuntu 12.10 with the following software, XBuild Engine Version 2.10.8.1 Mono, Version 2.10.8.1 There is a .NET pr

[Mono-list] monotools server osx crashing since recent update

2013-05-17 Thread Edward Ned Harvey (mono)
First of all, anyone else experiencing the same thing? I'm not entirely sure, but I think a recent OSX update broke it... I've tried uninstalling & reinstalling with the latest mono sdk (2.10.11) and monotools server, for osx. Rebooted. The behavior now is: I try to launch monotools server, an

[Mono-list] Adding a reference to SDL in a mono project

2013-05-17 Thread ajellis
Hi,I'm looking to use SDL in a Mono project, but I can't find a way to add a reference to it. Can somone please tell me what I need to ass a reference to an SDL project.Thanks in advanceAndrew -- View this message in context: http://mono.1490590.n4.nabble.com/Adding-a-reference-to-SDL-in-a-mono

Re: [Mono-list] Adding a reference to SDL in a mono project

2013-05-17 Thread Ian Norton
Sdl.net ? On 17 May 2013 17:09, "ajellis" wrote: > Hi, I'm looking to use SDL in a Mono project, but I can't find a way to > add a reference to it. Can somone please tell me what I need to ass a > reference to an SDL project. Thanks in advance Andrew > -- > View this m

Re: [Mono-list] SDRSharp errors CS0234 and CS0246

2013-05-17 Thread Ankit Jain
On Fri, May 17, 2013 at 7:15 PM, Andy York wrote: > Is this something that MoMA > (http://www.mono-project.com/**MoMA) > can help with? Might be something simple and easy to fix. Not really. Like I mentioned, the project is disabled in the solution file for th

Re: [Mono-list] SDRSharp errors CS0234 and CS0246

2013-05-17 Thread jbernsm
Thanks very much, that took care of it! I will inform the SDRsharp mailing list! Ankit Jain wrote > On Fri, May 17, 2013 at 2:07 PM, Ankit Jain < > radical@ > > wrote: > >> Maybe you wanted to build it with Release and x86? It is disabled for >> x64 also. >> > > You can do that with: > xbu

Re: [Mono-list] SDRSharp errors CS0234 and CS0246

2013-05-17 Thread Daniel Lo Nigro
They should be able to replicate the same issue in Visual Studio by setting the active build configuration to Release x64. On Sat, May 18, 2013 at 9:17 AM, jbernsm wrote: > Thanks very much, that took care of it! I will inform the SDRsharp mailing > list! > > > Ankit Jain wrote > > On Fri, May