open-quantum-safe / liboqs-cpp

C++ bindings for liboqs
https://openquantumsafe.org/
MIT License
33 stars 8 forks source link

Compile error #20

Closed ProdByPengu closed 1 week ago

ProdByPengu commented 2 months ago
          @alineha How are you building your project? Please follow the instructions in https://github.com/open-quantum-safe/liboqs-cpp/blob/main/README.md. Seems like a compiler misconfiguration.

Originally posted by @vsoftco in https://github.com/open-quantum-safe/liboqs-cpp/issues/14#issuecomment-1919328193

Getting the same "Error: 'LIBOQS_CPP_VERSION_NUM': undeclared identifier" error. Followed all of the install instructions correctly.

vsoftco commented 1 month ago

@ProdByPengu Can you please specify which compiler you're using and the commands that you run? I am not able to reproduce it.

ProdByPengu commented 1 month ago

@ProdByPengu Can you please specify which compiler you're using and the commands that you run? I am not able to reproduce it.

Visual studio and I'm on windows

vsoftco commented 2 weeks ago

@ProdByPengu can you please describe here how you compile and build the wrapper? I cannot reproduce. Which steps from https://github.com/open-quantum-safe/liboqs-cpp?tab=readme-ov-file#installation fail?

vsoftco commented 1 week ago

Closing as we can not reproduce