Advertisement
jyavenard

Untitled

Jun 6th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. cd mythgame/ && make -f Makefile
  2. rm -f libmythgame.dylib
  3. ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.5 -L/Users/jyavenard/Work/mythtv/.osx-packager/build/lib -F/Users/jyavenard/Work/mythtv/.osx-packager/build/lib -Wl,-dynamic,-search_paths_first -single_module -dynamiclib -o libmythgame.dylib main.o gamehandler.o rominfo.o gameui.o gamesettings.o dbcheck.o rom_metadata.o romedit.o gamedetails.o gamescan.o unzip.o moc_gamehandler.o moc_gamesettings.o moc_gameui.o moc_romedit.o moc_gamedetails.o moc_gamescan.o -L/Users/jyavenard/Work/mythtv/.osx-packager/build/lib -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lXrandr -lcrypto -L/opt/local/lib -lSDLmain -Wl,-framework,AppKit -lSDL -Wl,-framework,Cocoa -lx264 -lm -F/Users/jyavenard/Work/mythtv/.osx-packager/build/lib -lfreetype -lbz2 -lmp3lame -lmythzmq -lmythnzmqt -lmythqjson -framework AVCVideoServices -lmythbase-0.27 -lmyth-0.27 -lmythui-0.27 -lmythupnp-0.27 -lmythservicecontracts-0.27 -lmythavcodec -lmythavutil -lmythavformat -lmythswresample -lmythmetadata-0.27 -lz -lQtSql_debug -lQtXml_debug -lQtOpenGL_debug -lQtGui_debug -lQtNetwork_debug -lQtCore_debug -framework OpenGL -framework AGL
  4. Undefined symbols for architecture x86_64:
  5. "_fill_fopen_filefunc", referenced from:
  6. _unzOpen2 in unzip.o
  7. ld: symbol(s) not found for architecture x86_64
  8. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  9. make[2]: *** [libmythgame.dylib] Error 1
  10. make[1]: *** [sub-mythgame-make_default] Error 2
  11. make: *** [sub-mythgame-make_default] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement