[pcre-dev] [Bug 2588] [PATCH] Allow spaces in directory for …

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2588] [PATCH] Allow spaces in directory for cmake build
https://bugs.exim.org/show_bug.cgi?id=2588

--- Comment #1 from Wolfgang Stöggl <c72578@???> ---
How to reproduce

# checkout pcre2 into a directory containing a space:
svn co svn://vcs.pcre.org/pcre2/code/trunk "pcre2 space"
cd "pcre2 space"/
mkdir build
cd build
cmake ..
make

# result:
error: space/src: No such file or directory

--
You are receiving this mail because:
You are on the CC list for the bug.