-
Notifications
You must be signed in to change notification settings - Fork 284
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
Build failed on latest master #18
Comments
Looking into this, I can reproduce on Ubuntu. |
Should be fixed, compiles fine on my side. |
Now its compiling fine. But I'm now getting an error when I run the generated executable Stack trace:
Are any input args required to be passed while running the executable? |
This is strange, I don't have this issue and the executable doesn't require any arguments |
I've installed SFML using and I've edited the Cmake file for the build to work as follows: set(SOURCES ${source_files})
set(SFML_ROOT /usr/local/lib) # added this line
# Detect and add SFML
# set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules" ${CMAKE_MODULE_PATH})
# find_package(SFML 2 REQUIRED COMPONENTS network audio graphics window system) This configuration was working fine when I used AntSimulator a month ago. |
I executed
./install.sh
to build the project and got a long compilation error.Stack trace:
The text was updated successfully, but these errors were encountered: