thekvs / cpp-serializers

Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++
730 stars 111 forks source link

Running on Mac #6

Open manhtien2607 opened 8 years ago

manhtien2607 commented 8 years ago

i am having problem compiling this project on Mac. is this tested working on Mac yet?

checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... configure: error: in /Users/xxx/Library/Caches/CLion2016.2/cmake/generated/cpp-serializers-master-d78257/d78257/Debug/external/protobuf/src/protobuf': configure: error: cannot run C compiled programs. If you meant to cross compile, use--host'. See `config.log' for more details make[2]: * [external/protobuf/src/protobuf-stamp/protobuf-configure] Error 1 make[1]: * [CMakeFiles/protobuf.dir/all] Error 2 make: *\ [all] Error 2

thekvs commented 8 years ago

As for now I don't have Mac to test on, and yes, patches are welcome.