Advertisement
Guest User

Untitled

a guest
Nov 6th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. "/Applications/Xcode.app/Contents/Developer/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  2. "/Applications/Xcode.app/Contents/Developer/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/GNU-MacOSX/xerces
  3. mkdir -p dist/Debug/GNU-MacOSX
  4. g++ -o dist/Debug/GNU-MacOSX/xerces build/Debug/GNU-MacOSX/_ext/619588065/SAXCount.o build/Debug/GNU-MacOSX/_ext/619588065/SAXCountHandlers.o -lxerces-c /opt/lib/libxerces-c.dylib
  5. ld: library not found for -lxerces-c
  6. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  7. make[2]: *** [dist/Debug/GNU-MacOSX/xerces] Error 1
  8. make[1]: *** [.build-conf] Error 2
  9. make: *** [.build-impl] Error 2
  10.  
  11. BUILD FAILED (exit value 2, total time: 167ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement