As per title
Details
Details
cmake -GNinja .. ninja
Ensure that lebeldb is built properly. Repeat for windows build.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- leveldbcmake
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 1373 Build 1373: arc lint + arc unit
Event Timeline
Comment Actions
The specific errors are multiples of this:
ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DLEVELDB_ATOMIC_PRESENT -DLEVELDB_PLATFORM_POSIX -I../src/leveldb/. -I../src/leveldb/include -Isrc/leveldb/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -std=gnu++11 -MD -MT src/leveldb/CMakeFiles/db_test.dir/db/db_test.cc.o -MF src/leveldb/CMakeFiles/db_test.dir/db/db_test.cc.o.d -o src/leveldb/CMakeFiles/db_test.dir/db/db_test.cc.o -c ../src/leveldb/db/db_test.cc In file included from ../src/leveldb/db/db_test.cc:7: In file included from ../src/leveldb/./db/db_impl.h:10: In file included from ../src/leveldb/./db/dbformat.h:14: In file included from ../src/leveldb/./util/coding.h:17: In file included from ../src/leveldb/./port/port.h:14: ../src/leveldb/./port/port_posix.h:38:12: fatal error: 'endian.h' file not found #include <endian.h> ^~~~~~~~~~
Comment Actions
Same problems still. I was going to try doing something similar to what you had done with the GMP includes. Can still do if you would like.