AliveTeam / alive_reversing

Re-implementation of Oddworld: Abe's Exoddus and Oddworld: Abe's Oddysee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nico0885 opened this issue · comments

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