-
Notifications
You must be signed in to change notification settings - Fork 29
Causing Error in build and installation #28
Copy link
Copy link
Open
Description
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
- Clone the oatpp-openssl repository.
- Set up CMake with the following command:
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build - Attempt to build and install the project:
cmake --build build --target install
Error Messages
I encountered the following errors during the build process:


I would appreciate any guidance on resolving these build errors. Specifically, I'm looking for help with:
- Correctly configuring the CMakeLists.txt to ensure the OpenSSL libraries are properly linked.
- Addressing the errors related to lambda expressions and undeclared identifiers in the source files.
Thank you in advance for your assistance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels