1:BUILD_BY[name] student0 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] g++, using apt-get 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] Produced error when attempting to compile example file,: example.c:74:17: error: expected ‘;’ before ‘z12’ example.c:75:3: error: ‘z12’ was not declared in this scope make: *** [example.o] Error 1 1:END_NOTES 2:BUILD_BY[name] student8 2:BUILD_ENVIRONMENT[operating system 32 vs 64] Ubuntu 12.04 64-bit 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] sudo apt-get install clang++ 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] installed clang using: sudo apt-get install clang autoconf ./configure CXX=clang++ python scripts/mk_make.py cd build make sudo make install Tried the example in examples/python, it ran successfully: $ python example.py sat [y = 4, x = 2] To build examples, in directory "build", execute: make examples Running c_example and cpp_example in directory "build" was successful. 2:END_NOTES