Hello everyone.
I've been trying to pack the game StepMania. It's somewhat old (the latest is over a year old). At first, I grabbed a Mandriva source package and tried using that. After five patches I think I have come close to actually building it.
The error I've found is in the function ssprintf. Make gives me the error, "format not a string literal and no format arguments". The exact code, however, is
ssprintf("ScreenStyleSplash: Displaying Splash for style: %s", sStyleName.c_str())
When I looked this error up the answer was to put "%s" in the first parameter. As you can see, though, it's already in the first parameter.
Might anyone have any insight into this? I think ssprintf is an S-function, but I know little about those. If anyone wants the source RPM I can upload that, too.