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

Doesn't compile in PowerShell on Windows 10 #148

Open
leonopulo opened this issue Nov 28, 2023 · 0 comments
Open

Doesn't compile in PowerShell on Windows 10 #148

leonopulo opened this issue Nov 28, 2023 · 0 comments

Comments

@leonopulo
Copy link

Compilation stops with an error when the command is executed:

extern\license-generator\src\license_generator\lccgen.exe project initialize -t D:/open-license-manager/src/templates -n DEFAULT -p D:/open-license-manager/projects

lccgen file exists. I run it separately - it runs in the PowerShell environment without errors, but it does not generate or output anything. If you run it in a regular Windows environment, it will require the libcrypto-1_1-x64.dll library.

mingw32-make.exe[2]: Entering directory 'D:/open-license-manager/build'
[ 40%] generating D:/open-license-manager/projects/DEFAULT/include/licensecc/DEFAULT/public_key.h and D:/open-license-manager/projects/DEFAULT/private_key.rsa if they don't already exist
extern\license-generator\src\license_generator\lccgen.exe project initialize -t D:/open-license-manager/src/templates -n DEFAULT -p D:/open-license-manager/projects
CMakeFiles\project_initialize.dir\build.make:73: recipe for target 'CMakeFiles/project_initialize' failed
mingw32-make.exe[2]: *** [CMakeFiles/project_initialize] Error -1073741515
mingw32-make.exe[2]: Leaving directory 'D:/open-license-manager/build'
CMakeFiles\Makefile2:466: recipe for target 'CMakeFiles/project_initialize.dir/all' failed
mingw32-make.exe[1]: *** [CMakeFiles/project_initialize.dir/all] Error 2
mingw32-make.exe[1]: Leaving directory 'D:/open-license-manager/build'
Makefile:178: recipe for target 'all' failed
mingw32-make.exe: *** [all] Error 2

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