- Forums
- »
- Installing NME
- »
- Mountain Lion
|
Viewing 1 to 20 (31 Total) Mountain Lion |
|
|---|---|
KamekTotal Posts: 15
Joined: July 17, 2012
|
I tried to install nme on mountain lion and when I do `nme setup mac` it wants to install xcode even though I already have it. Has anyone got nme working on mountain lion?
Tags:
Posted on July 17, 2012 at 3:22 PM
|
singmajestyTotal Posts: 2146
Joined: August 25, 2011
|
Re: Mountain LionUpgrade to NME 3.4, and it should work with Xcode 4.4 and 4.5
Posted on July 17, 2012 at 3:24 PM
|
KamekTotal Posts: 15
Joined: July 17, 2012
|
Re: Mountain LionThats what I was using. I suppose another question I have is is there any difference to installing everything with nme and just installing haxe 2.10 and installing nme with haxelib? Because I have it working I think with haxe 2.10 and haxelib.
Posted on July 17, 2012 at 3:41 PM
|
KamekTotal Posts: 15
Joined: July 17, 2012
|
Re: Mountain LionNever mind, just tried both ways and no go. Still wants me to install xcode (I have 4.4 GM and command line tools) and when I try to compile a nme sample I get:
Posted on July 17, 2012 at 4:07 PM
|
singmajestyTotal Posts: 2146
Joined: August 25, 2011
|
Re: Mountain LionHi!
Posted on July 17, 2012 at 4:14 PM
|
singmajestyTotal Posts: 2146
Joined: August 25, 2011
|
Re: Mountain LionYou could then target additional platforms, so long as you run setup first:
Posted on July 17, 2012 at 4:17 PM
|
singmajestyTotal Posts: 2146
Joined: August 25, 2011
|
Re: Mountain LionIf you encounter any problems, let me know. I am running Mountain Lion here, and it has been working fine.
Posted on July 17, 2012 at 4:19 PM
|
KamekTotal Posts: 15
Joined: July 17, 2012
|
Re: Mountain LionHere's my output of nme test "Pirate Pig.nmml" mac:
Posted on July 17, 2012 at 4:32 PM
|
singmajestyTotal Posts: 2146
Joined: August 25, 2011
|
Re: Mountain LionHmm, that's strange.
Posted on July 17, 2012 at 4:44 PM
|
singmajestyTotal Posts: 2146
Joined: August 25, 2011
|
Re: Mountain LionYou can also use "mac -neko" to compile for Mac using the Neko target (instead of C++), or the other targets should work. Thanks for bringing this up, investigating.
Posted on July 17, 2012 at 4:45 PM
|
KamekTotal Posts: 15
Joined: July 17, 2012
|
Re: Mountain LionOk cool, the symlink seems to have worked. Couldn't get sample 02 to work but 15 worked and the piratepig sample works fine. Might consider using xcrun or some such to resolve those paths better, I'm not sure. Thanks for the help.
Posted on July 17, 2012 at 4:49 PM
|
singmajestyTotal Posts: 2146
Joined: August 25, 2011
|
Re: Mountain LionIt is disappointing that Xcode comes with a bad symlink.
Posted on July 17, 2012 at 6:06 PM
|
mypalmikeTotal Posts: 1
Joined: July 29, 2012
|
Re: Mountain LionI ran into the same problem. I'm on Lion with XCode 4.4. I'm new to nme as of today, so I don't know much about the nme build system. However, I found the problem only stopped URLRequestMethod and URLRequest from building. My workaround was to manually run the offending commands:
Posted on July 29, 2012 at 3:38 PM
|
kayTotal Posts: 4
Joined: August 01, 2012
|
Re: Mountain LionNot sure how you solved that, creating a sym link gives me a message about "no input files":
Posted on August 01, 2012 at 8:08 AM
|
KamekTotal Posts: 15
Joined: July 17, 2012
|
Re: Mountain LionNote the line : assembler (/Applications/Xcode.app/Contents/Developer/usr/bin/clang) not installed
Posted on August 01, 2012 at 8:45 AM
|
kayTotal Posts: 4
Joined: August 01, 2012
|
Re: Mountain LionSorry for not being precise, that above error happens after creating the sym link. W/o the sym link I get the same error as you (see below). Thus my question how you created the sym link so that it works, obviously I did something wrong. This is how I created the sym link
Posted on August 01, 2012 at 9:03 AM
|
KamekTotal Posts: 15
Joined: July 17, 2012
|
Re: Mountain LionDo you have the command line tools for xcode installed? My symlink was like this: ln -s /usr/bin/clang /Applications/Xcode.app/Contents/Developer/usr/bin/clang
Posted on August 01, 2012 at 1:24 PM
|
AlexinTotal Posts: 5
Joined: March 02, 2012
|
Re: Mountain LionI'm having the same problem as Kay.
Posted on August 01, 2012 at 7:01 PM
|
KamekTotal Posts: 15
Joined: July 17, 2012
|
Re: Mountain LionYou need to install the command line tools. Pretty much have to have them for tons of other things anyway (brew, gems, etc).
Posted on August 01, 2012 at 11:35 PM
|
kayTotal Posts: 4
Joined: August 01, 2012
|
Re: Mountain LionI had the command line tools installed, certainly
Posted on August 02, 2012 at 3:36 AM
|
