Skip to content

Instantly share code, notes, and snippets.

@kybr
Created March 15, 2018 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kybr/52acbe5004f7233500195f4f4df8a30f to your computer and use it in GitHub Desktop.
Save kybr/52acbe5004f7233500195f4f4df8a30f to your computer and use it in GitHub Desktop.
Script started on Thu Mar 15 14:28:53 2018
bash-3.2$ ./run.sh allocore/examples/graphics/renderDepthToTexture.cpp
RUN SCRIPT: Building file allocore/examples/graphics/renderDepthToTexture.cpp.
Alloaudio: Gamma not found. Not building Alloaudio.
Cuttlebone required to build AlloSphere. Not found!
Using AlloSystem Run facilties.
----Building /Users/sphere/Desktop/mat201b2018/clean/AlloSystem/allocore/examples/graphics/renderDepthToTexture.cpp
Not building GAMMA and no usable GAMMA binary found. Not linking application to GAMMA
Not building Cuttlebone and no usable Cuttlebone binary found. Not linking application to Cuttlebone
Not building alloaudio and no usable alloaudio binary found. Not linking application to alloauadio
Not building allocv and no usable allocv binary found. Not linking application to allocv
Not building allosphere and no usable allosphere binary found. Not linking application to allosphere
Scanning dependencies of target allocore
[ 5%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_MIDI.cpp.o
[ 5%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_AudioIOData.cpp.o
[ 5%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_ControlNav.cpp.o
[ 5%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_File.cpp.o
[ 6%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_HID.cpp.o
[ 7%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_CSVReader.cpp.o
[ 8%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_Serial.cpp.o
[ 10%] Building C object allocore/CMakeFiles/allocore.dir/src/io/hidapi.c.o
[ 11%] Building CXX object allocore/CMakeFiles/allocore.dir/src/protocol/al_Serialize.cpp.o
[ 12%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_MRC.cpp.o
[ 13%] Building CXX object allocore/CMakeFiles/allocore.dir/src/spatial/al_HashSpace.cpp.o
[ 15%] Building CXX object allocore/CMakeFiles/allocore.dir/src/spatial/al_Pose.cpp.o
[ 15%] Building CXX object allocore/CMakeFiles/allocore.dir/src/system/al_Info.cpp.o
[ 16%] Building CXX object allocore/CMakeFiles/allocore.dir/src/system/al_PeriodicThread.cpp.o
[ 17%] Building CXX object allocore/CMakeFiles/allocore.dir/src/system/al_Printing.cpp.o
[ 18%] Building CXX object allocore/CMakeFiles/allocore.dir/src/system/al_Time.cpp.o
[ 20%] Building CXX object allocore/CMakeFiles/allocore.dir/src/system/al_Watcher.cpp.o
[ 21%] Building CXX object allocore/CMakeFiles/allocore.dir/src/types/al_Array.cpp.o
[ 22%] Building C object allocore/CMakeFiles/allocore.dir/src/types/al_Array_C.c.o
[ 23%] Building CXX object allocore/CMakeFiles/allocore.dir/src/types/al_Color.cpp.o
[ 25%] Building CXX object allocore/CMakeFiles/allocore.dir/src/types/al_MsgQueue.cpp.o
[ 26%] Building CXX object allocore/CMakeFiles/allocore.dir/src/system/al_InfoOSX.mm.o
[ 27%] Building CXX object allocore/CMakeFiles/allocore.dir/src/system/al_ThreadNative.cpp.o
[ 28%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_BufferObject.cpp.o
/Users/sphere/Desktop/mat201b2018/clean/AlloSystem/allocore/src/io/al_MIDI.cpp:600:26: warning: implicit conversion of NULL
constant to 'MIDIEntityRef' (aka 'unsigned int') [-Wnull-conversion]
MIDIEntityRef entity = NULL;
~~~~~~ ^~~~
0
[ 30%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_Graphics.cpp.o
[ 31%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_FBO.cpp.o
[ 32%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_GPUObject.cpp.o
[ 33%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_Isosurface.cpp.o
[ 35%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_Lens.cpp.o
[ 36%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_Light.cpp.o
[ 36%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_Mesh.cpp.o
1 warning generated.
[ 37%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_Shader.cpp.o
[ 38%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_Shapes.cpp.o
[ 40%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_Stereographic.cpp.o
[ 41%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_Texture.cpp.o
[ 42%] Building CXX object allocore/CMakeFiles/allocore.dir/src/graphics/al_MeshVBO.cpp.o
[ 43%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_App.cpp.o
Stack dump:
0. Program arguments: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -triple x86_64-apple-macosx10.9.0 -emit-obj -disable-free -disable-llvm-verifier -main-file-name al_Graphics.cpp -mrelocation-model pic -pic-level 2 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 241.9 -coverage-file /Users/sphere/Desktop/mat201b2018/clean/AlloSystem/build/allocore/CMakeFiles/allocore.dir/src/graphics/al_Graphics.cpp.o -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0 -D AL_AUDIO_PORTAUDIO -D AL_OSX -D OSC_HOST_LITTLE_ENDIAN -D USE_ASSIMP3 -D NDEBUG -I /Users/sphere/Desktop/mat201b2018/clean/AlloSystem/allocore/external -I /Users/sphere/Desktop/mat201b2018/clean/AlloSystem/build/include -I /usr/local/include -I /System/Library/Frameworks/GLUT.framework/Headers -I /usr/local/include/freetype2 -I /usr/X11R6/include/freetype2 -I /usr/include/apr-1 -stdlib=libc++ -O3 -Wno-deprecated-declarations -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sphere/Desktop/mat201b2018/clean/AlloSystem/build/allocore -ferror-limit 19 -fmessage-length 130 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.9.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o CMakeFiles/allocore.dir/src/graphics/al_Graphics.cpp.o -x c++ /Users/sphere/Desktop/mat201b2018/clean/AlloSystem/allocore/src/graphics/al_Graphics.cpp
1. <eof> parser at end of file
2. Per-file LLVM IR generation
3. /Users/sphere/Desktop/mat201b2018/clean/AlloSystem/build/include/allocore/graphics/al_Graphics.hpp:666:3: Generating code for declaration 'al::Graphics::ShaderData<al::Graphics::Fog, al::Graphics::FogLocs>::ShaderData'
[ 45%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_RenderToDisk.cpp.o
[ 46%] Building CXX object allocore/CMakeFiles/allocore.dir/src/io/al_Window.cpp.o
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /var/folders/md/sqqmzfyd4m95_lxtn6_m_llm0000gn/T/al_Graphics-250967.cpp
clang: note: diagnostic msg: /var/folders/md/sqqmzfyd4m95_lxtn6_m_llm0000gn/T/al_Graphics-250967.sh
clang: note: diagnostic msg:
********************
make[3]: *** [allocore/CMakeFiles/allocore.dir/src/graphics/al_Graphics.cpp.o] Error 254
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [allocore/CMakeFiles/allocore.dir/all] Error 2
make[1]: *** [CMakeFiles/allocore_examples_graphics_renderDepthToTexture_run.dir/rule] Error 2
make: *** [allocore_examples_graphics_renderDepthToTexture_run] Error 2
bash-3.2$ exit
Script done on Thu Mar 15 14:29:24 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment