Re: GnuCash and guile

2007-12-18 Thread Michael Hart
FWIW, I managed to get around this problem by commenting out the G_INLINE_FUNC declaration in SplitP.h and then reinstalling GnuCash. So, line 152 of /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_gnome_gnucash/work/gnucash-2.2.1/src/ engine/

Re: GnuCash and guile

2007-12-11 Thread Todd O'Bryan
So... Given that trying to have both guile 1.8 and guile 1.6 available just breaks the GnuCash port, is it likely that the problem will be fixed in the near future, or do I have to start poking around to fix stuff? (If it's the latter, I'll probably try Fink first.) Todd _

Re: GnuCash and guile

2007-12-11 Thread Todd O'Bryan
I gather people are already aware of the brokenness, but for completeness, here's what I get when I try to install gnucash after uninstalling the guile package doug-spauldings-imac:~ dougspaulding$ sudo port selfupdate Password: MacPorts base version 1.520 installed Downloaded MacPorts base ve

Re: GnuCash and guile

2007-12-10 Thread Marc André Selig
On Dec 11, 2007 4:47 AM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > Ugh. The guile16 port deliberately installs things with the version > suffix appended so that guile and guile16 can be installed > simultaneously. Making symlinks as you've described completely > contradicts that goal. Which was in

Fwd: GnuCash and guile

2007-12-10 Thread Jesse Sinclair
-- Forwarded message -- From: Jesse Sinclair <[EMAIL PROTECTED]> Date: Dec 10, 2007 8:26 PM Subject: Re: GnuCash and guile To: Michael Hart <[EMAIL PROTECTED]> Yeah, hasn't worked for me. I have only installed slib-guile16 and guile16. I've never ha

Re: GnuCash and guile

2007-12-10 Thread Michael Hart
Damn - I did of course mean: find /opt/local -name "*guile*" On 11/12/2007, at 3:18 PM, Michael Hart wrote: Jesse - you're saying the installation's not working after removing any manual or 1.8 installs of guile/slib-guile, installing guile16 and slib-guile16, creating the symlinks, and the

Re: GnuCash and guile

2007-12-10 Thread Michael Hart
Jesse - you're saying the installation's not working after removing any manual or 1.8 installs of guile/slib-guile, installing guile16 and slib-guile16, creating the symlinks, and then installing gnucash with +guile16? The install process worked for me (after removing some manual leftover

Re: GnuCash and guile

2007-12-10 Thread Jesse Sinclair
and it doesn't seem to work properly... After making the required symlinks, I still get the guile not found / guile not working properly errors and thus dumps the installation. On Dec 10, 2007 7:49 PM, Michael Hart <[EMAIL PROTECTED]> wrote: > Hmmm... Well, GnuCash 2.2.1 builds fine, loads fine,

Re: GnuCash and guile

2007-12-10 Thread Michael Hart
Hmmm... Well, GnuCash 2.2.1 builds fine, loads fine, but I get this when entering a new transaction: dyld: lazy symbol binding failed: Symbol not found: _mark_split Referenced from: /opt/local/lib/gnucash/libgncmod-engine.dylib Expected in: flat namespace dyld: Symbol not found: _mark_spli

Re: GnuCash and guile

2007-12-10 Thread Ryan Schmidt
On Dec 10, 2007, at 21:40, Michael Hart wrote: On 11/12/2007, at 2:16 PM, Michael Hart wrote: And then you'll no doubt run into the problem outlined in Ticket #13472: http://trac.macports.org/projects/macports/ticket/13472 I haven't tried the solution listed there, but hopefully that wo

Re: GnuCash and guile

2007-12-10 Thread Michael Hart
There's actually a couple of small typos in the Trac Ticket comment re the symlinks (the /bin/* files incorrectly named). This worked for me: ln -s /opt/local/include/libguile16 /opt/local/include/libguile && \ ln -s /opt/local/include/libguile16.h /opt/local/include/libguile.h && \ ln -s /opt/

Re: GnuCash and guile

2007-12-10 Thread Michael Hart
And then you'll no doubt run into the problem outlined in Ticket #13472: http://trac.macports.org/projects/macports/ticket/13472 I haven't tried the solution listed there, but hopefully that works for you. Cheers, Michael On 11/12/2007, at 1:57 PM, Ryan Schmidt wrote: On Dec 10, 2007, a

Re: GnuCash and guile

2007-12-10 Thread Ryan Schmidt
On Dec 10, 2007, at 21:02, Todd O'Bryan wrote: On Dec 10, 2007 9:57 PM, Ryan Schmidt wrote: On Dec 10, 2007, at 20:45, Todd O'Bryan wrote: I was trying to install GnuCash and it said I didn't have guile. So I installed guile manually Define manually. Did you "sudo port install guile"? Or

Re: GnuCash and guile

2007-12-10 Thread Ryan Schmidt
On Dec 10, 2007, at 20:45, Todd O'Bryan wrote: I was trying to install GnuCash and it said I didn't have guile. So I installed guile manually Define manually. Did you "sudo port install guile"? Or did you manually download the guile source code and compile it and install it somewhere? (wh

GnuCash and guile

2007-12-10 Thread Todd O'Bryan
I was trying to install GnuCash and it said I didn't have guile. So I installed guile manually and now it apparently thinks the guile that got installed isn't good enough. Any hints about where to go from here? I tried installing slib, but it says it's already installed. Thanks, Todd doug-spauld