Netflix/dial-reference

Compiling on Mac OS X

Closed this issue · 2 comments

Hey,

I'm unfamiliar with C/C++, and would like to compile/run the dial server on Mac OS X.

I've installed the XCode command line tools, and when I run make (from the dial-reference/server directory), I get a bunch of errors about symbols not being found:

Undefined symbols for architecture x86_64:
  "_isAppRunning", referenced from:
      _netflix_start in nf_callbacks.o
      _netflix_hide in nf_callbacks.o
      _netflix_status in nf_callbacks.o
      _netflix_stop in nf_callbacks.o
  "_runApplication", referenced from:
      _netflix_start in nf_callbacks.o
  "_shouldRelaunch", referenced from:
      _netflix_start in nf_callbacks.o
  "_spAppNetflix", referenced from:
      _netflix_start in nf_callbacks.o
      _netflix_hide in nf_callbacks.o
      _netflix_status in nf_callbacks.o
      _netflix_stop in nf_callbacks.o
  "_spNetflix", referenced from:
      _netflix_start.netflix_args in nf_callbacks.o
  "_url_encode", referenced from:
      _netflix_start in nf_callbacks.o
ld: symbol(s) not found for architecture x86_64

Has anyone gotten the server to compile on Mac OS X? If so, what were the steps?

Any help would be greatly appreciated!

OSX build isn't supported at the moment.

Resolved with latest commit on master. ac3e488