denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] The 1.0 release


From: Jeremiah Benham
Subject: Re: [Denemo-devel] The 1.0 release
Date: Mon, 21 Jan 2013 08:20:49 -0600
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 01/21/2013 02:39 AM, Richard Shann wrote:
On Mon, 2013-01-21 at 00:38 -0600, Jeremiah Benham wrote:
In the current gub's git. You can get denemo gits mingw branch. (I
have
been reading too much Dr. Seuss!) If is assigns the git branch like
this:

class Denemo__mingw__windows (Denemo):
   source = 'git://git.savannah.gnu.org/denemo.git'
   branch = 'mingw'
I don't see a line in denemo.py like that, I see

class Denemo (target.AutoBuild):
     source =
'http://git.savannah.gnu.org/cgit/denemo.git/snapshot/denemo-master.tar.gz'

I never put that there. Maybe you need to do:
checkout gub/spec/denemo.py
then do a git pull.

while under class Denemo__mingw__windows (Denemo): there are the
configure flags and variables. (This is all from your gub repository). I
assume that --disable-portmidi is correct for mingw using built-in
portmidi?

Yes. --disable-portmidi is to disable dynamically linked portmidi.


Could you send me the denemo.make and denemo.py which should gub-build
correctly for windows with portmidi enabled?

To get the recent denemo.make and denemo.py you need to do a git pull in your gub directory. The command you will see for the mingw branch to build with static portmidi is:
--with-static-portmidi

Jeremiah

Richard






reply via email to

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