Coder Social home page Coder Social logo

Comments (9)

mrward avatar mrward commented on August 11, 2024 1

I have updated the readme to specific explicitly that MonoDevelop and Xamarin Studio 6 are not supported.

from typescript-addin.

mrward avatar mrward commented on August 11, 2024

The TypeScript addin currently only supports MonoDevelop/Xamarin Studio v5.

One problem with supporting Xamarin Studio 6 is that the library that runs the V8 JavaScript engine does not support Xamarin Studio 6 on Mac since that is now a 64bit process.

from typescript-addin.

neooleg avatar neooleg commented on August 11, 2024

Very sad, but thanks for the clarification. I think, it make sense to put such explanation in README.md as well.

from typescript-addin.

mrward avatar mrward commented on August 11, 2024

The readme currently has MonoDevelop or Xamarin Studio version 5 in requirements section.

from typescript-addin.

neooleg avatar neooleg commented on August 11, 2024

I saw, but there is no explicit mention that Xamarin Studio 6 for Mac is impossible to support due to dependencies.

A user opening project's readme isn't be able understand is this readme doesn't actual or is this a reason. So, I prefer when things described explicit. It avoid any confuse.

Anyway, it's your choice. I'm just sharing a feedback 😉

from typescript-addin.

mrward avatar mrward commented on August 11, 2024

It is not impossible to support Xamarin Studio 6. The V8 JavaScript engine can be compiled to 64 bit. The current compiled version of the V8.NET engine is not compiled for 64 bit only 32 bit. Since Xamarin Studio on the Mac is now a 64 bit process I have not gotten around to porting the addin since the V8.NET library needs recompiling and testing with the 64 bit version of Xamarin Studio.

The TypeScript addin available from the MonoDevelop addin server is only available for MonoDevelop 5. It is not published for Xamarin Studio 6 anywhere since it does not currently work for that version.

from typescript-addin.

neooleg avatar neooleg commented on August 11, 2024

@mrward I understood your point from the very beginning. Above I've just suggested to have this explanation within readme.

As for me, it will allow other people to see Xamarin Studio 6 incompatibility from start (without digging in issues, compiling, etc).

from typescript-addin.

chrisber avatar chrisber commented on August 11, 2024

A while ago I could compile V8.net for mac osx, at that time only ia32 (x86) mono was available. Maybe it is possible to compile it to ia64 (x64) by just changing the command to
./build_V8_Net.sh --default ia64.debug 4
"But it is never that easy or is it?" 😄
Some notes. I would try it but I do not have the appropriate Hardware to test it. Maybe I can try http://www.macincloud.com/

from typescript-addin.

neooleg avatar neooleg commented on August 11, 2024

@chrisber, I can test it on Mac -- feel free to ping me.

from typescript-addin.

Related Issues (13)

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.