-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Just some more things.. #631
Comments
Author: kiradeathnote as you can see, the data directory isn't copied over... and when supertuxkart crashes, I get "Segmentation Fault" Irrlicht Engine version 1.8.0-alpha |
Author: kiradeathnote |
Author: auria which version of STK crashes, is this latest SVN? I suggest you run it in gdb to find where it crashes
then post the output here, thanks. I will check about number of laps. Next time, please open separate tickets for separate issues |
Author: kiradeathnote |
Author: auria Glad the other issue is fixed. |
Author: kiradeathnote this is all it says for install in the CMakeLists.txt file regarding installing. this doesn't seem to be a strictly fedora problem -- i'm running archlinux now. install(TARGETS supertuxkart RUNTIME DESTINATION games BUNDLE DESTINATION .) add_custom_target(GenerateDesktopFile |
Author: kiradeathnote here's the problem for me. it's installing from the supertuxkart root. whereas the line calls for the build directory. FILE(GLOB_RECURSE datafiles "${CMAKE_CURRENT_SOURCE_DIR}/data/*") to install it, i made a "build" directory, and ran "cmake .." i didn't run it inside the root of the supertuxkart folder so i could delete the previous build files an update easier |
Author: kiradeathnote |
Author: auria under my Ubuntu and Debian OS it works fine, and under both I do build from subdirectories. So not sure what's wrong :/ |
Author: kiradeathnote
cmake still doesn't install the data directory in "$PREFIX/share/games/supertuxkart"
supertuxkart crashes when trying to change number of laps. the number of laps is set at 499 but I haven't ran the program before on this system.
The text was updated successfully, but these errors were encountered: