-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have Problem Building Current Version of Library With VS2019 #204
Comments
I have fixed it in my fork: |
@satarsa Thanks. I'll try it. |
@satarsa Why wouldn't it make a difference? Is this project abandoned? |
@satarsa sorry, so the issue regarding the passing of the author. |
@AntonioCS yes, the author died because of covid. |
@satarsa a real shame. I noticed that you have forked the project and seem to be the one ahead of everyone in terms of development. Here is my vcpkg fork: https://github.com/AntonioCS/vcpkg/tree/feature/port/jinja2cpp/ports/jinja2cpp Here is a full list of errors: https://pastebin.com/cf14E4NB Note: I would have asked all of these things in your fork of jinja2cpp but it seems you disables the Issues tab |
@AntonioCS Sorry, I cannot help you. I have been using Jinja2Cpp for my very specific needs (creating text headers for crystallographic binary files). When it stopped compiling with a new version of MSVC, I came here and learned that the the project is practically abandoned. I could fix the compilation issue, but I am not intelligent enough to continue to develop or maintain the project. I did not do anything special with the Issue tab. |
@satarsa shame :( |
This repo is still working. I got it to compile and install and run some examples from HEAD. I did have to use a recent compiler and cmake version. Built in a docker clean room like this guy's nice writeup: https://blobfolio.com/2018/using-docker-as-a-build-environment/ (archived here http://archive.today/F5sFI). Following the directions in the README worked perfectly and the example worked, with some minor tweeks. versions:
The sample code below built and linked successfully in the same dockerized clean-room like this
|
Guys, a little bit late but I've dumped deps to latest in master and it should work now with vs2019 |
I ran CMake on the command line with this command:
and had this output:
Then when I tried to build it, I had some errors:
I also tried building INSTALL.vcxproj after this since it seemed like some stuff got built, but no dice. It didn't even create a folder called "install". Build result:
Any help is appreciated. Thanks.
The text was updated successfully, but these errors were encountered: