AkarinVS / L-SMASH-Works

Works based on L-SMASH project; This repo focuses on the common portion and the VapourSynth plugin. AviSynth users please use https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works. ffmpeg 5.0+ please use ffmpeg-4.5 branch.
47 stars 11 forks source link

ninja install fails if build directory has a space in the pathname #23

Open ChthonVII opened 2 years ago

ChthonVII commented 2 years ago

Title pretty much says it all: "ninja install" will fail if the build directory has a space in its pathname.

AkarinVS commented 2 years ago

are there any error messages? what platform are you building on? I tried on linux and macOS, ninja works fine with spaces in build directory path.

ChthonVII commented 2 years ago

Debian stable. It compiles fine, but install fails with a series of "that file doesn't exist" errors due to the space in the pathname.