-- Configuring incomplete, errors occurred!
Hey I've been searching for a tool like this for ages to feed into my unit/civ comparison website I'm working on. I spent an hour trying to get this working. For context I'm a web dev. I followed the instructions and additionally installed the cmake tools, added cmake to the path, downloaded all the visual studio c++ build tools and still I get the same error in bash/powershell alike
``$ cmake .. CMake Error at CMakeLists.txt:2 (project): Running
'nmake' '-?'
failed with:
The system cannot find the file specified
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! See also "C:/Projects/aoe2dat/code/build/CMakeFiles/CMakeOutput.log".``
The output log says this The system is: Windows - 10.0.19044 - AMD64
I downloaded the Windows x64 Installer: | cmake-3.24.2-windows-x86_64.msi
I am using this on Linux, so I fear I cannot be of any help with this specific issue :frowning_man:
I am using this on Linux, so I fear I cannot be of any help with this specific issue 🙍♂️
Noted, I'll give this a shot on the Linux subsystem or something. I did look through the JSON files that exist already and it looks like the data I want is there. Any plans to keep working on this? Exporting only unit data or only civ data would be huge as the files would be much smaller and easier to work with. It truly seems you are the only other person on earth who wanted to extract this data as I did! I was maintaining spreadsheets of all of this data manually because web-scraping the fandom is horrible and I could not find any way to get this data programatically. Every update invalidates my data so creating the website I envision isn't practical until I can reliably pull data after patches.