Re: PSA: Xcode+gecko for newbies instructional video

2015-05-22 Thread Benoit Girard
I did the eclipse generation. It's not really meant to compile, it's only meant for writing code ATM. The challenge with Eclipse is dealing with the CDT limitations and quirks. There's part of our code base that is correct C++ that the CDT does not understand, some of which is for performance

Re: PSA: Xcode+gecko for newbies instructional video

2015-05-22 Thread garvankeeley
I am interested in helping. I think if you can get it compiling, you can unlock more features of the IDE. And I think it requires a similar approach to Xcode generation, I'll follow up with you and Botond about this. ___ dev-platform mailing list

Re: PSA: Xcode+gecko for newbies instructional video

2015-05-22 Thread Mike Hoye
On 2015-05-22 2:19 PM, Jet Villegas wrote: Do we have instructions for Visual Studio anywhere? Video for Visual Studio Community Edition and Eclipse would both be very much welcomed by the community. - mhoye ___ dev-platform mailing list

Re: PSA: Xcode+gecko for newbies instructional video

2015-05-22 Thread garvankeeley
tl;dr it is in progress :) A bit of a long story actually. The current patch uses an approach of building on the python front-end (like Visual Studio does). This is guaranteed to to fail for Xcode generation. Xcode needs the _exact_ build commands per file, and that can't be generated using

Re: PSA: Xcode+gecko for newbies instructional video

2015-05-22 Thread garvankeeley
On Friday, May 22, 2015 at 2:37:14 PM UTC-4, Mike Hoye wrote: On 2015-05-22 2:19 PM, Jet Villegas wrote: Do we have instructions for Visual Studio anywhere? Video for Visual Studio Community Edition and Eclipse would both be very much welcomed by the community. - mhoye The Eclipse

Re: PSA: Xcode+gecko for newbies instructional video

2015-05-22 Thread Jet Villegas
Awesome! What's the plan for getting the patches you mention in the video into the tree? Do we have instructions for Visual Studio anywhere? --Jet On Fri, May 22, 2015 at 10:31 AM, garvankee...@gmail.com wrote: A video demo of how to get working quickly with Xcode:

PSA: Xcode+gecko for newbies instructional video

2015-05-22 Thread garvankeeley
A video demo of how to get working quickly with Xcode: https://www.youtube.com/watch?v=D0qu8zNDH-M Feedback welcome. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform