Skip to content

Instantly share code, notes, and snippets.

@mdole
Created July 10, 2014 17:21
Show Gist options
  • Save mdole/d330e3656e57ffc229fa to your computer and use it in GitHub Desktop.
Save mdole/d330e3656e57ffc229fa to your computer and use it in GitHub Desktop.
make output #2
[ 53%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:28: error: reference to âOFF64_Tâ is ambiguous
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception.h:31: error: candidates are: typedef __sanitizer::OFF64_T OFF64_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:81: error: typedef __sanitizer::u64 __sanitizer::OFF64_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:28: error: reference to âOFF64_Tâ is ambiguous
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception.h:31: error: candidates are: typedef __sanitizer::OFF64_T OFF64_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:81: error: typedef __sanitizer::u64 __sanitizer::OFF64_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:36: error: reference to âOFF_Tâ is ambiguous
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception.h:30: error: candidates are: typedef __sanitizer::OFF_T OFF_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:79: error: typedef __sanitizer::uptr __sanitizer::OFF_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:36: error: reference to âOFF_Tâ is ambiguous
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception.h:30: error: candidates are: typedef __sanitizer::OFF_T OFF_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:79: error: typedef __sanitizer::uptr __sanitizer::OFF_T
cc1plus: warning: unrecognized command line option "-Wno-c99-extensions"
cc1plus: warning: unrecognized command line option "-Wno-gnu"
make[2]: *** [projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o] Error 1
make[1]: *** [projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment