Advertisement
Max13

odb pre-compiled include errors

Oct 3rd, 2014
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.02 KB | None | 0 0
  1. ➜  hello $ odb -d sqlite -q person.hxx // <- odb from /usr/local/bin, compiled with GCC
  2. ➜  hello $ ~/odb-2.3.0-i686-macosx/bin/odb -d sqlite -q person.hxx // <- odb pre-compiled from code-synthesis website
  3. In file included from /Users/Max13/Downloads/odb-2.3.0-i686-macosx/lib/odb/i686-apple-darwin8/bin/../lib/gcc/i686-apple-darwin8/4.7.3/../../../../include/c++/4.7.3/bits/postypes.h:42:0,
  4.                  from /Users/Max13/Downloads/odb-2.3.0-i686-macosx/lib/odb/i686-apple-darwin8/bin/../lib/gcc/i686-apple-darwin8/4.7.3/../../../../include/c++/4.7.3/bits/char_traits.h:42,
  5.                  from /Users/Max13/Downloads/odb-2.3.0-i686-macosx/lib/odb/i686-apple-darwin8/bin/../lib/gcc/i686-apple-darwin8/4.7.3/../../../../include/c++/4.7.3/string:42,
  6.                  from <standard-odb-prologue>:7:
  7. /Users/Max13/Downloads/odb-2.3.0-i686-macosx/lib/odb/i686-apple-darwin8/bin/../lib/gcc/i686-apple-darwin8/4.7.3/../../../../include/c++/4.7.3/cwchar:46:19: fatal error: wchar.h: No such file or directory
  8. compilation terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement