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

Binaries don't work #1

Closed
ShorterTuxedo opened this issue May 14, 2023 · 3 comments
Closed

Binaries don't work #1

ShorterTuxedo opened this issue May 14, 2023 · 3 comments

Comments

@ShorterTuxedo
Copy link

Hello,

The binaries you attached didn't work for my Windows computer, so I had to try it on a REPL.it.
Please try to fix the binaries, also add compile instructions for anyone to compile the program:

add set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin) to CMakeLists.txt

then run

cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ PseudoEngine2
make
@SingularityT3
Copy link
Owner

They seem to be working on my machine. Could you please describe what happened when you launched the binary? Were there any errors that were shown?

@SingularityT3
Copy link
Owner

Its likely a linking issue and should be fixed now

@ShorterTuxedo
Copy link
Author

Anyways this is a really great project, thanks for making it!

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

2 participants