I'm trying to build Z3 on mac os x.
Following README file, I just executed
autoconf
./configure
make
to get an error "omp.h" file not found.
I copied the omp.h file from /usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/include
to lib
directory to solve this issue.
Then, I got lib/buffer.h:243:13: error: use of undeclared identifier 'push_back'
error in building the code.
What could be the solution? I have gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
on Mac OS X 10.7.5.