I don't believe Windows Emacs can use WSL binaries. Ledger's next branch was just patched to be easily buildable on MSYS2/MinGW anyway; I highly recommend that route.
On Wed, Sep 21, 2016, 12:15 PM Otto Pichlhöfer < [email protected]> wrote: > Thanks for this, was waiting for years.. > > I was successful in building the ledger binary. However I have a problem > calling it from within Emacs (Windows build). Especially there seems to be > aproblem calling bash from within Emacs. I tried with the following batch > file, with does not work. > > bash -c /mnt/c/Users/buero/ledger/ledger %* > > Is there any working solution? > > Regards > > > > Am Dienstag, 20. September 2016 01:04:50 UTC+2 schrieb Josh Hanson: >> >> Sorry to resurrect a dead conversation, but I just wanted to point out to >> this and all other Windows users that the latest Windows 10 update includes >> the new Windows Subsystem for Linux, which makes installing and running >> ledger from source incredibly easy. After installing WSL as explained >> here <https://msdn.microsoft.com/en-us/commandline/wsl/install_guide>, >> open a bash shell and follow the instructions for Ubuntu. Specifically: >> >> $ sudo apt-get install git >> $ git clone git://github.com/ledger/ledger.git >> $ cd ledger >> $ git checkout -b master origin/master # Gives you the latest stable >> version - skip for the bleeding-edge version >> $ ./acprep dependencies >> $ ./acprep update >> >> >> >> >> On Sunday, February 7, 2016 at 12:02:57 PM UTC-5, Jacob MacDonald wrote: >>> >>> Thanks for the link! I've been looking for a way to run Ledger on >>> Windows without Cygwin so I can use native Emacs. Does anyone know the >>> process for compiling Ledger with mingw64? I tried yesterday and couldn't >>> get it to work properly. If anyone has had more success, I'd love to >>> duplicate that success and host up-to-date Windows binaries. >>> >>> On Saturday, February 6, 2016 at 3:29:48 PM UTC-7, Chris wrote: >>>> >>>> I noticed that the latest build available on ledger-cli.org for >>>> Windows is 2.6. I've been successfully running 3.0.3 using the binaries >>>> from https://github.com/marek-g/ledger_binaries_windows. Should the >>>> perhaps be placed on the website for download, since the feature set has >>>> changed quite a bit. >>>> >>> -- > > --- > You received this message because you are subscribed to the Google Groups > "Ledger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
