Hi John,

I get this error when running ./acprep config with either LDFLAGS or
CXXFLAGS set:

CMake Error: The source directory
"/tmp/build/ledger-git/src/ledger-build/LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu"
does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
acprep: ERROR: Execution failed: cmake CXXFLAGS=-march=x86-64
-mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4
-D_FORTIFY_SOURCE=2
LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
-DBUILD_DEBUG=1

On a sidenote: '--no-python' is still not implemented correctly. I
could do a pull request on github if you want to.

  File "./acprep", line 663, in setup_for_system
    self.configure_args.remove('-DUSE_PYTHON=1')
ValueError: list.remove(x): x not in list

Thanks for your work on this so far!

Reply via email to