Advertisement
Guest User

Ptex compile error

a guest
Feb 9th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. Write auxiliary files
  2.  
  3. /bin/mkdir -p /Users/igor/blender-build/build_darwin/extern/ptex/Blender.build/Release/extern_ptex.build/Objects-normal/x86_64
  4. write-file /Users/igor/blender-build/build_darwin/extern/ptex/Blender.build/Release/extern_ptex.build/Objects-normal/x86_64/extern_ptex.LinkFileList
  5.  
  6. CompileC /Users/igor/blender-build/build_darwin/extern/ptex/Blender.build/Release/extern_ptex.build/Objects-normal/x86_64/bpx_c_api.o extern/ptex/bpx_c_api.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
  7. cd /Users/igor/blender-build/blender
  8. export LANG=en_US.US-ASCII
  9. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Release\" -DHAVE_STDBOOL_H -D__SSE__ -D__MMX__ -D__SSE2__ -D__LITTLE_ENDIAN__ -DOPJ_STATIC -DWITH_OPENIMAGEIO -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -Wno-sign-conversion -I/Users/igor/blender-build/build_darwin/lib/Release/include -I/Users/igor/blender-build/blender/extern/ptex -I/Users/igor/blender-build/lib/darwin-9.x.universal/openimageio/include -I/Users/igor/blender-build/build_darwin/extern/ptex/Blender.build/Release/extern_ptex.build/DerivedSources/x86_64 -I/Users/igor/blender-build/build_darwin/extern/ptex/Blender.build/Release/extern_ptex.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/igor/blender-build/build_darwin/lib/Release -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks -Wall -Wno-tautological-compare -Wno-unknown-pragmas -Wno-char-subscripts -Wno-overloaded-virtual -Wno-sign-compare -Wno-invalid-offsetof -ftemplate-depth=1024 -msse2 -msse -pipe -funsigned-char -Wno-unused-parameter -Wno-unused-macros -Wno-missing-variable-declarations -Wno-incompatible-pointer-types-discards-qualifiers -Wno-unused-function -Wno-int-to-void-pointer-cast -Wno-missing-prototypes -Wno-duplicate-enum -Wno-undef -Wno-missing-noreturn -Wno-unused-private-field -Wno-c++11-narrowing -Wno-non-virtual-dtor -Wno-unused-macros -Wno-reorder -mdynamic-no-pic -msse -msse2 -msse3 -mssse3 -MMD -MT dependencies -MF /Users/igor/blender-build/build_darwin/extern/ptex/Blender.build/Release/extern_ptex.build/Objects-normal/x86_64/bpx_c_api.d --serialize-diagnostics /Users/igor/blender-build/build_darwin/extern/ptex/Blender.build/Release/extern_ptex.build/Objects-normal/x86_64/bpx_c_api.dia -c /Users/igor/blender-build/blender/extern/ptex/bpx_c_api.cpp -o /Users/igor/blender-build/build_darwin/extern/ptex/Blender.build/Release/extern_ptex.build/Objects-normal/x86_64/bpx_c_api.o
  10.  
  11. In file included from /Users/igor/blender-build/blender/extern/ptex/bpx_c_api.cpp:4:
  12. In file included from /Users/igor/blender-build/lib/darwin-9.x.universal/openimageio/include/OpenImageIO/imagebufalgo.h:45:
  13. /Users/igor/blender-build/lib/darwin-9.x.universal/openimageio/include/OpenImageIO/thread.h:57:10: fatal error: 'boost/version.hpp' file not found
  14. #include <boost/version.hpp>
  15. ^
  16. 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement