On Oct 22, 2007, at 3:03 PM, Vincent Lefevre wrote:
On 2007-10-22 14:32:55 -0400, William Davis wrote:
5. THEREFORE make sure you have installed guile16. (you may need to deactivate guile 1.8.1 in order to activate this)
A problem is that gnucash still depends on guile, indirectly:
prunille:~> sudo port -v uninstall guile ---> Unable to uninstall guile 1.8.1_0+darwin_8, the following ports depend on it: ---> slib-guile ---> slib-guile Error: port uninstall failed: Please uninstall the ports that depend on guile first.
prunille:~> sudo port -v uninstall slib-guile ---> Unable to uninstall slib-guile 1.0_2, the following ports depend on it: ---> g-wrap ---> gnucash ---> g-wrap ---> gnucash ---> gnucash Error: port uninstall failed: Please uninstall the ports that depend on slib-guile first.
prunille:~> sudo port -v uninstall g-wrap ---> Unable to uninstall g-wrap 1.3.4_4, the following ports depend on it: ---> gnucash ---> gnucash ---> gnucash Error: port uninstall failed: Please uninstall the ports that depend on g-wrap first.
-- Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
6. of course also port deactivate -f slib-guile and then install slib- guile16 . Sorry, should have said this explicitly. (but Im a beginner too!) :)