-
Notifications
You must be signed in to change notification settings - Fork 4
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
[epScript] Missing libepScriptLib.so #91
Comments
You can build your own |
Following https://int-i.github.io/cpp/2020-08-09/github-actions-boost/ , https://gist.github.com/NickNaso/0d478f1481686d5bcc868cac06620a60 and other articles, I tried adding github actions for building
|
uh just compile https://github.com/armoha/eudplib/blob/master/eudplib/epscript/cpp/lemon2.c
|
I don't know about CMake or C++, anyway I tried to build following commands. But il fails... :( cd eudplib/epscript/cpp
gcc lemon2.c -o lemon2
mkdir build && cd build
cmake ..
make
|
Now I remembered, before using MSVC, updating GCC in mingw32 caused build failure so I had to use MinGW-w64 with GCC 6.4.0 to build epScript successfully in 2019. |
Finally, I renamed epparser.c to epparser.cpp and add |
This issue will be superseded once we set up CI/CD for linux and mac in #136 |
It seems there's only libepScriptLib.dll exists but .so and .dylib isn't. Is it intended? I'm using Arch Linux on WSL 2.
OSError: ***/eudplib/epscript/libepScriptLib.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: