Advertisement
Max13

odb + xcode's g++

Sep 14th, 2014
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.50 KB | None | 0 0
  1. ➜  hello  odb -x /usr/bin/g++ -d sqlite person.hxx
  2.  
  3. clang: error: unknown argument: '-fplugin=/usr/local/bin/../lib/odb/odb.so' [-Wunused-command-line-argument-hard-error-in-future]
  4. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  5. clang: error: unknown argument: '-fplugin-arg-odb-svc-path=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1' [-Wunused-command-line-argument-hard-error-in-future]
  6. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  7. clang: error: unknown argument: '-fplugin-arg-odb-svc-path=/usr/local/include' [-Wunused-command-line-argument-hard-error-in-future]
  8. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  9. clang: error: unknown argument: '-fplugin-arg-odb-svc-path=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include' [-Wunused-command-line-argument-hard-error-in-future]
  10. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  11. clang: error: unknown argument: '-fplugin-arg-odb-svc-path=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include' [-Wunused-command-line-argument-hard-error-in-future]
  12. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  13. clang: error: unknown argument: '-fplugin-arg-odb-svc-path=/usr/include' [-Wunused-command-line-argument-hard-error-in-future]
  14. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  15. clang: error: unknown argument: '-fplugin-arg-odb-svc-path=/System/Library/Frameworks (framework directory)' [-Wunused-command-line-argument-hard-error-in-future]
  16. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  17. clang: error: unknown argument: '-fplugin-arg-odb-svc-path=/Library/Frameworks (framework directory)' [-Wunused-command-line-argument-hard-error-in-future]
  18. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  19. clang: error: unknown argument: '-fplugin-arg-odb-d=sqlite' [-Wunused-command-line-argument-hard-error-in-future]
  20. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  21. clang: error: unknown argument: '-fplugin-arg-odb-svc-file=person.hxx' [-Wunused-command-line-argument-hard-error-in-future]
  22. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement