You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that this is developed against MSVC 2015, so other compilers may not work, and earlier versions of MSVC almost certainly won't due to C++11 support.
That's what the readme says, but Caprica.vcxproj is configured for ToolsVersion="15.0" and <PlatformToolset>v141</PlatformToolset>.
The project also contains paths for boost_1_58_0, but CMakeLists.txt is looking for:
Just trying to open the project in VS2015 was a pain, but opening the project in VS2017 was a breeze. That said, I can't get Caprica to compile due to a wide assortment of errors. I was wondering if you could fix this project up so that it can be compiled, as well as some build instructions.
The text was updated successfully, but these errors were encountered:
The code for Caprica hasn't been touched in > 2.5 years at this point, and I'd strongly recommend using the official Papyrus compiler included in the Creation Kit rather than Caprica. Caprica was only ever designed to be a workaround when the Creation Kit hadn't yet released.
I would accept PRs if you want to get it back up and running, but I have no plans to do so myself.
That's what the readme says, but Caprica.vcxproj is configured for
ToolsVersion="15.0"
and<PlatformToolset>v141</PlatformToolset>
.The project also contains paths for
boost_1_58_0
, butCMakeLists.txt
is looking for:Just trying to open the project in VS2015 was a pain, but opening the project in VS2017 was a breeze. That said, I can't get Caprica to compile due to a wide assortment of errors. I was wondering if you could fix this project up so that it can be compiled, as well as some build instructions.
The text was updated successfully, but these errors were encountered: