basho / erlang_js

A linked-in driver for Erlang to Mozilla's Spidermonkey Javascript runtime.
Apache License 2.0
238 stars 88 forks source link

Xcode 4.4 and Mountain Lion #28

Closed cmeiklejohn closed 10 years ago

cmeiklejohn commented 11 years ago

erlang_js will not build on Xcode 4.4 with Mountain Lion.

Couple things I'm noticing with nsprpub:

lfeng commented 11 years ago

Me too, it can't build on Xcode 4.4 with Mountain Lion.

neuhausler commented 11 years ago

Try to rebuild Erlang as a 64 bit app on Mountain Lion, that seems to have fixed the problem for me.

woo37830 commented 11 years ago

Trying to convert an old NeXTStep gui program to Cocoa. I've put files into XCode on Mountain Lion. My code had

import <appkit/Application.h>

and things like

if ([NXApp loadNibSection:"Stereo.nib" owner:NXApp withNames:NO])
    [NXApp run];

[NXApp free];

and

    [inputText setDelegate:self];
    [[NXApp appListener] setServicesDelegate:self];

Any hints on where I would find their "equivalents"? Where are the headers and standard libraries on Mountain Lion?

seancribbs commented 11 years ago

@woo37830 I think you have the wrong repository, sir.

cmeiklejohn commented 10 years ago

Closing basho/erlang_js#28, as basho/riak#364 is tracking. I've confirmed that this build does not fail when building erlang_js outside of the Riak respository.