On 25/02/23 01:57, Wietse Venema wrote:
James Brown:
Sorry if this is a bit of a basic question, but I?m trying to compile from
source on macOS 13.21.1 but the makefile has lines commented out.
I'm trying:
make -f Makefile.init makefiles \
CCARGS='-DUSE_TLS -DUSE_SASL_AUTH \
...
-DHAS_MYSQL -I/opt/homebrew/Cellar/mysql/8.0.32/include/' \
...
Try using " instead of '
Someone has "improved"(*) the shell and broke command examples that
I wrote 20+ years ago.
Single quoting should be fine, but he's missing the opening
single-quote, so there's just one on the end, which as you can probably
imagine, really messes things up.
Peter