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




_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to