denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Windows git snapshot


From: Richard Shann
Subject: Re: [Denemo-devel] Windows git snapshot
Date: Wed, 11 Jul 2012 09:05:00 +0100

On Wed, 2012-07-11 at 00:17 -0500, Jeremiah Benham wrote:
> On 07/10/2012 02:42 PM, Jeremiah Benham wrote:
> > The only problem as far as I know is that I have to create a 
> > portmidi.py file that uses cmake rather than GNU autotools. There are 
> > also no examples on how to do this despite the fact that there is a 
> > cmake.py. Thats on my TODO list.
> 
> This was actually easier to create than I thought. Do you want to roll 
> another .exe out?
Yes please - I can test the MIDI in no problem. Use the latest git as it
has the new staff fix too.
>  I looked up the gdk-pixmap thing and it seems that 
> this can be fixed by setting an environment variable. How to we go about 
> doing that in windows?

In main.c there is code looking like this to set environment variables
at run time.

#ifdef G_OS_WIN32
 ......
      g_setenv ("GUILE_LOAD_PATH", guile_path, TRUE);//FIXME TRUE means
we overwrite any installed version of lilyponds scm, FALSE risks not
putting denemos scm in the path...
  g_setenv ("PANGO_PREFIX", prefix, TRUE);
...

What is the env var called? I could try setting it (via the control
panel I think it is, some horrible interface on a single line...)

>  Maybe the problem will go away if I upgrade 
> gdk-pixmaps (wishful thinking).
> 
> Now that its building for win32 
Can you upload your fixes to gub that got this working to denemo.org?
One of the puzzling things is that I don't think the _HAVE_SIGCHLD fix
was needed on the earlier gubs, which implies that the earlier versions
had support for that - it may have been dropped of course.

Richard

> I man have a go building it for Mac Os 
> X. I may have better luck doing that using jhbuild. I am not sure.
> 
> Jeremiah
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]