05:59:12 ~/ledger (next) > ./acprep opt  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 => opt
CDPATH="${ZSH_VERSION+.}:" && cd /Users/cpearls/ledger && /bin/sh
/Users/cpearls/ledger/missing --run aclocal-1.12 -I m4
aclocal-1.12: error: configure.ac:6: file 'version.m4' does not exist
make: *** [/Users/cpearls/ledger/aclocal.m4] Error 1
acprep: ERROR: Execution failed: make


On Sun, May 20, 2012 at 2:52 AM, John Wiegley <[email protected]> wrote:
> Hey everyone,
>
> Ledger's build system has just switched to CMake.  My reason for doing it
> now:
>
>  1. Maintenance is no longer a nightmare!  Easier to maintain means fewer
>    bugs, and it should be easier to track down user issues.
>
>  2. acprep is *much* smaller; it's just a thin wrapper now.
>
>  3. Building on Windows using Visual Studio is on the horizon!  I haven't
>    tried it yet, but you but you should be able to generate a Visual Studio
>    project file using: cmake -G "Visual Studio 2010"
>
>  4. Similarly, you can now build using XCode if you prefer.
>
> I'm expecting there to be some hiccups during the next week or so, so don't be
> shy about posting issues you encounter with the new system.  You will, of
> course, have to install the latest CMake (2.8.8).
>
> Goodbye, autoconf.
>
> John



-- 
Craig, Corona De Tucson, AZ
enderw88.wordpress.com

Reply via email to