Reply To: REBUILD THE STUFF 1660

Home Forums General Programming REBUILD THE STUFF 1660 Reply To: REBUILD THE STUFF 1660

#20570
kamder
Participant
    • Topics: 9
    • Replies: 13
    • Total: 22

    hello ATOM , I HAVE PATCHED THE CORE AUDIO FOLDER ACCORDING TO JUCE THREAD AND HAVE DONE ALL THE STEPS …….
    the wrapper build fine

    at the second PHASE when i attempt to compile THE AU PROJECT (with the apple compiler default)

    i have this errors in the LINKING PHASE (the compilation is OK on xcode 4.6.2 / lion 10.7.4 ) :

    Undefined symbols for architecture i386:
    “LThreadWithProgressWindow::wrapForLua(lua_State*)”, referenced from:
    CtrlrLuaManager::wrapJuceClasses(lua_State*) in CtrlrWrap.o
    “LThread::wrapForLua(lua_State*)”, referenced from:
    CtrlrLuaManager::wrapJuceClasses(lua_State*) in CtrlrWrap.o
    ld: symbol(s) not found for architecture i386
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    some missing frameworks ? any help are welcome ! thank you !

    • This reply was modified 10 years ago by kamder.
    • This reply was modified 10 years ago by kamder.
    Ctrlr