>>>>> Andreas Reuleaux <reuleaux-S0/[email protected]> writes:

> My commands for building ledger (3.0) from git used to be:

[...]

> i. e. I passed the --prefix option to configure, because I wanted the
> resulting ledger executable and all its accompanying support files to live
> in /opt/ledger.

Ah, this won't work anymore because there's no configure being run.

> OK, skimming ./acprep I see: ./acprep itself should accept a --prefix
> option, so I try just 
> 
>   $ ./acprep config --prefix=/opt/ledger
> 
> in the next step, doesn't pose any problems, however when I try to
> install, this --prefix option doesn't seem to have any effect

Can you send me the output from:

    ./acprep --debug config --prefix=/opt/ledger

The --prefix option should be setting -DCMAKE_PREFIX_PATH=/opt/ledger.  Also,
wipe your build tree (or use git clean -dfx) before running acprep again.

Thanks,
  John

Reply via email to