Skip to content
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

errors on compilation #215

Open
Baseult opened this issue Jun 4, 2024 · 1 comment
Open

errors on compilation #215

Baseult opened this issue Jun 4, 2024 · 1 comment

Comments

@Baseult
Copy link

Baseult commented Jun 4, 2024

I'm coming from this site: https://explorerplusplus.com/blog/2019/03/07/embedding-v8-c++-application

It basically tells me to just open up the project in visual studio and compiling it in release x64.
That is exactly what I'm trying to do now, I downloaded the source, open the project and trying to compile it.

I renamed the "config.hpp.in" file to "config.hpp" which you are probably supposed to do?
And then I compile the project but 29 errors.

Am I supposed to do anything before compilation?
Is there a doc file that I need to follow first?

@pmed
Copy link
Owner

pmed commented Jun 5, 2024

Hi @Baseult,

It's hard to say what went wrong without an error message example.

Have you also installed V8 libraries, as it described in "Adding the necessary NuGet dependencies" section in that blogpost?

I used CMake for building and testing the project in the last few years, so there is no guarantee it can be built currently as Visual Studio project (I mean that v8pp.sln in the project root).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants