Clemapfel / jluna

Julia Wrapper for C++ with Focus on Safety, Elegance, and Ease of Use
https://clemens-cords.com/jluna
MIT License
239 stars 12 forks source link

I got an error of "Unable to load dependent library C:\soft_using\julia-1.9.4\bin\../bin/libjulia-codegen.dll" #63

Open mingtaoli opened 4 months ago

mingtaoli commented 4 months ago

I am running julia on windows. I can compiler the library and jluna_test.exe. However, when I started jluna_test.exe, I got an error "Unable to load dependent library C:\soft_using\julia-1.9.4\bin../bin/libjulia-codegen.dll". Here is the cmake command I used:

cmake .. -G "MinGW Makefiles" -DCMAKE_CXX_COMPILER=g++ -DJULIA_BINDIR=C:/soft_using/julia-1.9.4/bin

thanks.