On Thursday, September 27, 2012 3:09:52 PM UTC-7, John Wiegley wrote:

> >>>>> thierry  <thierry....@free.fr <javascript:>> writes: 
>
> > $ ./acprep --debug opt update --python --doxygen --jobs=2 
>
> Wait, so with --debug it gets past the point that was erroring before? 
>
> John 
>

This is odd, after having used cmake & ninja to build the executable, I get 
a different looking error, complaining about 
/usr/local/src/ledger/version.m4.

$ pwd
/usr/local/src/ledger
$ git clean -f
Not removing build/
Not removing doc/auto/
$ git pull
Already up-to-date.
$ git status
# On branch next
# Changes not staged for commit:
#   (use "git add/rm <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working 
directory)
#
# deleted:    test/python/JournalTest.py
# deleted:    test/python/PostingTest.py
# deleted:    test/python/TransactionTest.py
# deleted:    test/python/UnitTests.py
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
# build/
no changes added to commit (use "git add" and/or "git commit -a")
$ ./acprep update
acprep: INFO: Invoking primary phase: update
acprep: INFO: Executing phase: update
acprep: INFO: Executing phase: pull
Already up-to-date.
acprep: INFO: Executing phase: submodule
Submodule 'lib/utfcpp' () registered for path 'lib/utfcpp'
acprep: INFO: Executing phase: make
acprep: INFO: Executing phase: config
acprep: INFO: Executing phase: submodule
Submodule 'lib/utfcpp' () registered for path 'lib/utfcpp'
acprep: INFO: Executing phase: configure
acprep: INFO: System type is => Darwin
acprep: INFO: Setting up build flavor => debug
make: *** No rule to make target `/usr/local/src/ledger/version.m4', needed 
by `/usr/local/src/ledger/Makefile.in'.  Stop.
acprep: ERROR: Execution failed: make

Reply via email to