Menu

Error when Compiling for Mac OSX

faif
2011-11-04
2012-10-09
  • faif

    faif - 2011-11-04

    Hello, I am using Mac osx 10.6.8. I tried to compile the fheroes2 on my mac
    with fink installed SDL. When I use:

    make WITHOUT_UNICODE=1
    

    It compiles ok, but I had linking errors:

    Undefined symbols:
      "_SDL_Init", referenced from:
          SDL::Init(unsigned int)in libengine.a(engine.o)
      "_SDL_mutexP", referenced from:
          SDL::Mutex::Lock() constin libengine.a(thread.o)
      "_SDL_mutexV", referenced from:
    

    Is anyone can give me some suggestions? Thank you.

     
  • SandySandy

    SandySandy - 2011-11-06

    on my mac with fink installed SDL
    also SDL development library and headers needs

     

Log in to post a comment.