Building GNUCash on Debian
stephane
I’ve just been through hell to get the HEAD revision of GNU Cash to build and run on GNU/Debian … The problem was that GNUCash depends, amongst many other dependencies, on Guile and on the SLIB library for Guile.
If you want to save you some hours, use the following Debian packages (and stick to those versions !)
<br /> guile-1.6;1.6.8-6;The GNU extension language and Scheme interpreter<br /> guile-1.6-dev;1.6.8-6;Development files for Guile 1.6<br /> guile-1.6-libs;1.6.8-6;Main Guile libraries<br /> guile-1.6-slib;1.6.8-6;Guile SLIB support<br /> libguile-ltdl-1;1.6.8-6;Guile's patched version of libtool's libltdl<br /> libqthreads-12;1.6.8-6;QuickThreads library for Guile<br /> slib;3a4-4;Portable Scheme library<br />
Good luck !