dougmencken / HeadOverHeels

The free and open source remake of the game “Head over Heels”
GNU General Public License v3.0
32 stars 10 forks source link

Not compiling on Buster and Bullseye #39

Open FollyMaddy opened 1 year ago

FollyMaddy commented 1 year ago

I tried many times to compile this game to get it working. Sadly all my attempts failed.

This repository was suggested in this thread : https://retropie.org.uk/forum/topic/33861/head-over-heels-from-2003-would-it-work-on-retropie/9

You can read the next posts on what I found.

Hope someone can help.

dougmencken commented 1 year ago

Do some shells (tr)eat "else if" differently from "elif"? Hmmm.... Okay, have I that fixed now?

FollyMaddy commented 1 year ago

Thanks for looking. I am making a new image for my RPI for testing some other stuff. So I can give it a new try on fresh image. Will let you know how it goes.

I have added my experiences in a file over here : https://github.com/FollyMaddy/headoverheals-compilation-stuff

Seems that the "elif" lines still have issues : (although I think it's not important because it looks like it only displays what it does in the log, correct ?) ./configure: line 5014: test: too many arguments ./configure: line 5016: test: too many arguments ./configure: line 5019: test: too many arguments ./configure: line 5022: test: too many arguments

Can you let me know what you think ?

dougmencken commented 1 year ago

./configure: line 5014: test: too many arguments

@kiwifb instantly fixed it https://github.com/dougmencken/HeadOverHeels/commit/a4b3801c4c191f4163be02a3da9940b5bcbf8009

FollyMaddy commented 1 year ago

Thanks ! Will have a try when I can.