Hello ironpython,
We are sending you this email because the user KeithJRome has been added as a contributor to the project ironpython by user jdhardy.
This is an unmonitored alias, to contact us you can use the following page: https://www.codeplex.com/site/contact.
– jdhardy
_
Looks like we have a new contributor KeithJRome. Welcome aboard!
slide
--
Website: http://earl-of-code.com
___
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users
I am trying to install IronPython over Mono, on CentOS in my Home folder.
Trying to follow instruction here:
https://github.com/IronLanguages/main/wiki/Building
But...IronPython.Mono.sln does not exist.
Building with IronPython.sln gives errors.
Am I doing something wrong or there are updated
Please post the build errors. IronPython.Mono.sln does not exist
anymore, you should be able to use the normal sln file. You may need
to set /p:Configuration="SOMETHING" /p:Platform="SOMETHING". To
determine the SOMETHING's check the Common.csproj for the different
configurations and platforms.
sl
Do you have the 4.0 BCL and what not installed?
slide
On Mon, Apr 23, 2012 at 2:58 PM, Pratik Paranjape
wrote:
> Thanks for reply.
>
> command I was using:
> $> xbuild /p:Configuration=Release Solutions/IronPython.sln
>
> I checked common.proj, but I am not sure what platform to choose. CentOS
>
Looks similar to the problem I posted about last week.
See this thread:
http://mail.python.org/pipermail/ironpython-users/2012-April/015910.html
Eddy
On Tue, Apr 24, 2012 at 5:25 AM, Pratik Paranjape
wrote:
> I am trying to install IronPython over Mono, on CentOS in my Home folder.
>
>
> Trying