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

Causing Error in build and installation #28

Open
adityahagawane opened this issue Jul 18, 2024 · 0 comments
Open

Causing Error in build and installation #28

adityahagawane opened this issue Jul 18, 2024 · 0 comments

Comments

@adityahagawane
Copy link

Description

I am encountering build errors while trying to build and install the oatpp-openssl module. Below are the details of my setup and the errors encountered.

Environment

Operating System: Windows 11
CMake Version: 3.30
Visual Studio Version: Visual Studio 2022 v17
oatpp Version: 1.4.0
OpenSSL Version: 3 (installed at C:\Program Files\FireDaemon OpenSSL 3)

Steps to Reproduce

  1. Clone the oatpp-openssl repository.
  2. Set up CMake with the following command:
    cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
  3. Attempt to build and install the project:
    cmake --build build --target install

Error Messages

I encountered the following errors during the build process:
Screenshot (100)
Screenshot (101)

I would appreciate any guidance on resolving these build errors. Specifically, I'm looking for help with:

  1. Correctly configuring the CMakeLists.txt to ensure the OpenSSL libraries are properly linked.
  2. Addressing the errors related to lambda expressions and undeclared identifiers in the source files.

Thank you in advance for your assistance!

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

1 participant