open-license-manager / licensecc

Software licensing, copy protection in C++. It has few dependencies and it's cross-platform.
http://open-license-manager.github.io/licensecc/
BSD 3-Clause "New" or "Revised" License
947 stars 300 forks source link

Compilation error when integrating licensecc into UE project in ubuntu22 #163

Open LittleStoneMax opened 3 months ago

LittleStoneMax commented 3 months ago

This is a really good project and the author has provided more than enough, but unfortunately I'm still stuck. I have completed testing Licensecc on windows11 and ubuntu22, and successfully integrated Licensecc as a plugin into UE5 project in windows, but I'm having difficulty when trying to implement it in Linux. I have loaded the static library and header files, and this error occurred during the compilation phase. 1716373871411 My compilation method is the same as the official document. I have determined that the cmake of Licensecc has stipulated the adoption of C++11 standard, but this error still occurs. So what is the reason?