Open danwdart opened 8 years ago
I had the same problem, but there is a working binary in the bin/ folder! Looks like it errors, but it still generates a usable binary!
Aha, I hadn't realised this and was using the windoze version with wine... which works just as well actually.
doing make assimp2json
instead of just make
makes this go away.
Aha, thanks, I think I found the problem that the testing library was using a deprecated repository. I'll make a PR.
Never mind - this is in the upstream project!
The project should probably look to sync with upstream for this, I don't know what's involved in API changes though.
Sorry if I'm missing something obvious... but I'm doing the usual "mkdir build && cd build && cmake ../ && make" and getting a gtest error. Perhaps you're missing a CMakeLists or I'm missing a library or something?
Full output of
make
:The logs show:
CMake Error: The source directory "/home/kvd/www/other/assimp2json/build/assimp/test/gtest/src/gtest" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.
Environment is Ubuntu 16.04. Cheers