[Mono-list] SDRSharp errors CS0234 and CS0246

Ankit Jain radical at gmail.com
Fri May 17 18:56:27 UTC 2013


On Fri, May 17, 2013 at 7:15 PM, Andy York <andy at brdstudio.net> wrote:

> Is this something that MoMA (http://www.mono-project.com/**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 the Configuration Platform combo of "Release|Any CPU" and
"Release|x64".

On Windows, maybe the dev's local VS user configuration has "x86"
selected as the platform and thus the solution builds for them.
But that VS specific file is not read or supported by xbuild, so we have
to go with either the defaults or any overrides that the user might specify,
like:

  xbuild foo.sln /p:Platform=x86 /p:Configuration=Release

-Ankit


>
>
> 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 program called  SDRSharp <http://sdrsharp.com/>   that up
>> until a few revs ago compiled perfectly fine under Linux using the above
>> version xbuild.  The current SVN revision is up to 1135.  I think around
>> rev
>> 1126 there was some changes that the devs made to some GUI elements in the
>> program, and now it no longer compiles with xbuild and gives errors CS0234
>> and CS0246.  The devs  claim on their mailing list
>> <http://uk.groups.yahoo.com/**group/SDRSharp/message/7917<http://uk.groups.yahoo.com/group/SDRSharp/message/7917>>
>>   that it compiles
>> fine under Windows visual studio, and therefore there is  something wrong
>> with xbuild <http://uk.groups.yahoo.com/**group/SDRSharp/message/8086<http://uk.groups.yahoo.com/group/SDRSharp/message/8086>>
>>  .  I'm
>> reporting this problem here in hopes of getting some clues or resolution.
>> Below is an excerpt of the errors myself and other Linux users are
>> getting.
>>
>>
>>
>
>
> ______________________________**_________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/**mailman/listinfo/mono-list<http://lists.ximian.com/mailman/listinfo/mono-list>
>



-- 
Blog : http://www.ankitjain.org/blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20130518/b3f66491/attachment.html>


More information about the Mono-list mailing list