Re: Lilypond - GNUCash

2012-07-18 Thread Ian Hulin
Hi Bernhard,
It looks like it's a guile compatibility problem with both the GNUCash
and lilypond layering on different versions/customisations of Guile.

I've CC'ed this to the guile-user list as I know one of the core Guile
developers, Andy Wingo cut his teeth working on GNUCash back in the day.

The folks over there should be able to give you, us in LilyPond and
GNUCash a steer as to how we can all play nicely together and behave
properly on your system,

Cheers,
Ian Hulin

P.S. to Graham/bug-squad: how do we handle this sort of issue for
LilyPond, if it looks like it's an interoperability problem between
different GNU projects?

On 18/07/12 12:27, Bernhard Ott wrote:
> On 17.07.2012 18:25, Francis J. Monari wrote:
>> Starting with GNUCash 2.04.09 through the present release
>> (2.04.11) GNUCash does not run if Lilypond is installed.  Windows
>> (my system) reports a conflict or a problem with libguile.  My
>> research on the Web indicates that this problem has occurred
>> before and seems to be related to an upgrade in the guile system.
>> It is my understanding that one program (especially those as
>> conceptually unrelated as Lilypond and GNUCash) should not affect
>> the operation of other programs on a system.  In the worst case
>> even if GNUCash is the cause of the problem, why does removing
>> Lilypond allow GNUCash to work. Lilypond works GNUCash will not
>> start GIMP works If I uninstall Lilypond, then GNUCash works 
>> details: GNUCash 2.04.11 Lilypond 2.14.02 or 2.15.41 (yes I
>> realize 2.15 is unstable) Windows 7 Windows problem signature: 
>> Problem signature: Problem Event Name:APPCRASH Application
>> Name:gnucash.exe Application Version:0.0.0.0 Application
>> Timestamp:50030488 Fault Module Name:libguile-17.dll 
>> Fault Module Version:0.0.0.0 Fault Module Timestamp:
>> 4ff506b4 Exception Code:c005 Exception Offset:
>> 0002cc2f OS Version:6.1.7601.2.1.0.768.3 Locale ID:1033 
>> Additional Information 1:0a9e Additional Information 2:
>> 0a9e372d3b4ad19135b953a78882e789 Additional Information 3:
>> 0a9e Additional Information 4:
>> 0a9e372d3b4ad19135b953a78882e789
>> 
>> 
>> 
>> ___ bug-lilypond
>> mailing list bug-lilyp...@gnu.org 
>> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>> 
> Hi all, even though this might be only half lilypond-related I also
> want to express my interest in having this issue solved.
> 
> Bernhard





Re: Lilypond - GNUCash

2012-07-18 Thread Graham Percival
On Wed, Jul 18, 2012 at 02:39:59PM +0100, Ian Hulin wrote:
> P.S. to Graham/bug-squad: how do we handle this sort of issue for
> LilyPond, if it looks like it's an interoperability problem between
> different GNU projects?

Presumably there's two different guile versions (we'd be using
either 1.6.x or 1.8.y, presumably gnucash is using 2.z?) both
called libguile-17.dll.

For lilypond, feel free to add a tracker item about it, but
solving it would involve messing around in GUB on windows.
I wouldn't hold my breath waiting for anybody who wants to work on
that.

- Graham