Discussion:
[leveldb] Running db_bench.
f***@hyderabad.bits-pilani.ac.in
2018-04-06 12:37:40 UTC
Permalink
<Loading Image...>
Hey,
Could someone guide me how to run db_bench.cc. Compiling with g++ gives
port.h not found error. Please see the attached image. Running on ubuntu
subsystem for windows.

Regards

<https://lh3.googleusercontent.com/-BKBf11hx5II/Wsdp5wKdv9I/AAAAAAAAAAM/BLyynczZbpc3utAJZsTjUwS_mW61X78JQCLcBGAs/s1600/Capture.PNG>
Shikhar Bharadwaj
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Victor Costan' via leveldb
2018-04-06 14:02:28 UTC
Permalink
LevelDB now uses CMake. Try

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
cd ..
build/db_bench
Post by f***@hyderabad.bits-pilani.ac.in
<https://lh3.googleusercontent.com/-BKBf11hx5II/Wsdp5wKdv9I/AAAAAAAAAAM/BLyynczZbpc3utAJZsTjUwS_mW61X78JQCLcBGAs/s1600/Capture.PNG>
Hey,
Could someone guide me how to run db_bench.cc. Compiling with g++ gives
port.h not found error. Please see the attached image. Running on ubuntu
subsystem for windows.
Regards
<https://lh3.googleusercontent.com/-BKBf11hx5II/Wsdp5wKdv9I/AAAAAAAAAAM/BLyynczZbpc3utAJZsTjUwS_mW61X78JQCLcBGAs/s1600/Capture.PNG>
Shikhar Bharadwaj
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...