Skip to content

Causing Error in build and installation #28

@Inflection-aditya

Description

@Inflection-aditya

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions