-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Building on Linux fails #71
Comments
Hi, The actual error message is not shown in the text you quoted. Please scroll up to find the text "error 1" and "error:". You probably have this problem:
|
Hi, It appears to be a different issue. |
Hi RalfVB, Your log file seems incomplete. Perhaps you created it with " > makelog.txt" (which only captures stdout) but you would also need to append " 2>&1" if you want stderr (warnings/errors) to be recorded there too. |
Hi, You were right, it's indeed this error:
I have tried both fixes separately, and together, doing a make clean inbetween, but I'm still unable to compile it Here's the full log :makelog.txt Thanks for your help |
It may be easier to just clone ptitSeb's fork from https://github.com/ptitSeb/Serious-Engine which seems to fix all the compile issues for me. |
Yes, that one worked for me as well, I've got both tfe and tse up and running. Thanks! |
This was for ssam-tfe, not tried it on ssam tse I did get it to compile by gutting that part of Engine.cpp and cleaned up the other two errors but still crashed. Thanks for the link to ptitSeb but it still fails with I gutted pitSeb's changes for arm and Pandora and it's compiled. It crashes when the game engine tries to display flames afaikt. So a sludge of a step forward. |
You have a crash on linux with some flames? In TFE or TSE and on what level (on 32bits build right?) |
makelog.txt cmake version 3.18.2 |
What sources are you using @nesper8 ? because your log show
Also, I assume you have a build issue, as your ticket is very minimal. EDIT: Ah, I didn't noticed this was created in rcgordon repo. Try my fork: https://github.com/ptitSeb/Serious-Engine it should work. |
@ptitSeb , your version gets compiled out but returns a segmentation fault after the intro |
I have see, but don't reproduce the issue. But the install process discribed in the README is a bit confusing and I need to clarify that out,e specially with the Free GoG version. |
Compilation fails at 71%
Tried both 32 and 64 bit
The text was updated successfully, but these errors were encountered: