AliveTeam / alive_reversing

Re-implementation of Oddworld: Abe's Exoddus and Oddworld: Abe's Oddysee
335 stars 44 forks source link

Standalone any bit Bug - Compilation fails if path contains space (Linux) #1605

Open nico0885 opened 1 year ago

nico0885 commented 1 year ago

Not sure of the bug category as it concerns compilation

Description of issue: Error during compilation as reported below [ 8%] Built target libfluidsynth /bin/sh: 1: Syntax error: Unterminated quoted string make[2]: [CMakeFiles/UpdateConfigHeader.dir/build.make:70 : CMakeFiles/UpdateConfigHeader] Erreur 2 make[1]: [CMakeFiles/Makefile2:360 : CMakeFiles/UpdateConfigHeader.dir/all] Erreur 2 make: *** [Makefile:166 : all] Erreur 2

Steps to repro: Clone repo from a directory containing spaces (exemple : "RELIVE - odyssee d'abe" and compile from source

Compilation works if spaces and ' are removed from path.

Save file: Not applicable