Coder Social home page Coder Social logo

Comments (5)

jdhardy avatar jdhardy commented on July 17, 2024

It's because "Warnings as Errors" is on for most of the projects, and I probably missed updating the allowed warnings during the last merge (Mono's mcs produces slightly different sets of warnings than csc).

You can open Solutions/Common.proj and change the element to false for now, and I'll get a ptach to fix it for good as soon as I can.

from main.

rinckd avatar rinckd commented on July 17, 2024

Thanks! It builds fine now.

from main.

slide avatar slide commented on July 17, 2024

You need to use IronPython.Mono.sln for building on Mono.

On Tue, Jan 17, 2012 at 10:48 AM, David Rinck <
[email protected]

wrote:

I'm trying to compile IronPython with Mono Xbuild Version 2.10.8.0

On both Mac and PC (building with Xbuild) I got the same errors.

Runtime/PythonContext.cs(1982,94): error CS0429: Unreachable expression
code detected
Runtime/PythonContext.cs(1983,101): error CS0429: Unreachable expression
code detected
Runtime/PythonContext.cs(1987,63): error CS0429: Unreachable expression
code detected
Task "Csc" execution -- FAILED

This starts a cascade of errors. I don't see this file.

Am I missing something obvious?
I'm building with: xbuild /p:Configuration=Release Solutions/IronPython.sln


Reply to this email directly or view it on GitHub:
#53

Website: http://earl-of-code.com

from main.

jdhardy avatar jdhardy commented on July 17, 2024

Not anymore. The main IronPython.sln should work just fine under Mono, unless I screwed something up (always an option!).

The easiest way to build is just

xbuild

in the checkout root. You'll need to do

xbuild /p:Mono=true

on Windows, though.

The build docs still need to be updated with all of the recent changes.

from main.

slide avatar slide commented on July 17, 2024

This doesn't seem to be an issue anymore with more recent Mono versions.

from main.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.