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/

Re: GnuCash and guile

2007-12-11 Thread Todd O'Bryan
version 1.520 The MacPorts installation is not outdated and so was not updated selfupdate done! doug-spauldings-imac:~ dougspaulding$ sudo port -vf install gnucash --- Configuring gnucash ... checking whether guile works... no configure: WARNING: Can not find Guile on this system checking for guile

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

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

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?

Re: GnuCash and guile

2007-12-10 Thread Ryan Schmidt
the latest ports by using sudo port selfupdate OK. I'll try that. But when I tried installing gnucash, it said guile was not present, so the gnucash install failed. Hopefully that was just a hiccup. If you still have problems, please let us know and show us the exact error you get. Remember to Reply

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,

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

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

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:

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
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

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 had guile nor slib-guile installed

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