Csound Csound-dev Csound-tekno Search About

[Csnd] building portmidi for python

Date2010-01-13 08:13
FromMichael Mossey
Subject[Csnd] building portmidi for python
I'm having trouble building portmidi for python. Trying to follow the 
instructions here



Tried to build portmidi with MinGW using the Makefile described on the page 
above, but I get this error:

*** No rule to make target pm_win/pmdll.c, needed by pm_win/pmdll.o

Can someone help me either (1) figure this out, or (2) a better Python 
interface to Portmidi? It looks like the Portmidi distribution includes one 
now.

Thanks,
Mike


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-13 19:29
FromMichael Mossey
Subject[Csnd] Re: building portmidi for python

Michael Mossey wrote:
> I'm having trouble building portmidi for python. Trying to follow the 
> instructions here
> 

Follow-up question: now I've decided to build portmidi on Windows using 
Visual C++ Express, a free download, since that seems to be the intention 
of the PortMedia people. However, I don't know how to build or make a VC++ 
project. Like the name of the program that runs the makefile, or the 
.vcproj file, or whatever it is called in VC++.

Anyone know?

Thanks,
Mike


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-13 19:36
FromAdam Puckett
Subject[Csnd] Re: Re: building portmidi for python
Hi Mike,

I personally would use MinGW to build C/C++ projects under Windows. You can try that at:

http://mingw.sourceforge.net/

or go to mingw.org. There is another build environment called Cygwin (http://cygwin.com) that can call Unix API functions, but in my opinion it's too bulky for my purposes.

Adam

--- On Wed, 1/13/10, Michael Mossey  wrote:

> From: Michael Mossey 
> Subject: [Csnd] Re: building portmidi for python
> To: csound@lists.bath.ac.uk
> Date: Wednesday, January 13, 2010, 2:29 PM
> 
> 
> Michael Mossey wrote:
> > I'm having trouble building portmidi for python.
> Trying to follow the instructions here
> > 
> 
> Follow-up question: now I've decided to build portmidi on
> Windows using Visual C++ Express, a free download, since
> that seems to be the intention of the PortMedia people.
> However, I don't know how to build or make a VC++ project.
> Like the name of the program that runs the makefile, or the
> .vcproj file, or whatever it is called in VC++.
> 
> Anyone know?
> 
> Thanks,
> Mike
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk
> with body "unsubscribe csound"
> 


      


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-13 19:53
FromMichael Gogins
Subject[Csnd] Re: Re: building portmidi for python
Did you look at my build instructions in Csound CVS? (build_csound.tex
I think it is named). Includes instructions for all third party
packages used by Csound.

Regards,
Mike

On 1/13/10, Michael Mossey  wrote:
>
>
> Michael Mossey wrote:
>> I'm having trouble building portmidi for python. Trying to follow the
>> instructions here
>>
>
> Follow-up question: now I've decided to build portmidi on Windows using
> Visual C++ Express, a free download, since that seems to be the intention
> of the PortMedia people. However, I don't know how to build or make a VC++
> project. Like the name of the program that runs the makefile, or the
> .vcproj file, or whatever it is called in VC++.
>
> Anyone know?
>
> Thanks,
> Mike
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2010-01-13 20:08
FromMichael Mossey
Subject[Csnd] Re: Re: Re: building portmidi for python

Adam Puckett wrote:
> Hi Mike,
> 
> I personally would use MinGW to build C/C++ projects under Windows. You can try that at:

I tried that, but it runs into problems. Specifically it can't find 
vcvarsall.bat. Searching the web for information about this, it seems the 
usual answer was: "Use VC++". As I said, the PortMedia people seem to 
expect you to use VC++. There are no real working instructions for MinGW.

-Mike


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-14 02:42
FromMichael Mossey
Subject[Csnd] Re: Re: Re: building portmidi for python
I found csound_build.txt, but don't have TeX installed. Does anyone here 
have a PDF or something?

Thanks,
Mike

Michael Gogins wrote:
> Did you look at my build instructions in Csound CVS? (build_csound.tex
> I think it is named). Includes instructions for all third party
> packages used by Csound.
> 
> Regards,
> Mike
> 
> On 1/13/10, Michael Mossey  wrote:
>>
>> Michael Mossey wrote:
>>> I'm having trouble building portmidi for python. Trying to follow the
>>> instructions here
>>>
>> Follow-up question: now I've decided to build portmidi on Windows using
>> Visual C++ Express, a free download, since that seems to be the intention
>> of the PortMedia people. However, I don't know how to build or make a VC++
>> project. Like the name of the program that runs the makefile, or the
>> .vcproj file, or whatever it is called in VC++.
>>
>> Anyone know?
>>
>> Thanks,
>> Mike
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
> 
> 


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-14 02:55
From"gmschroeder@gmail.com"
Subject[Csnd] Re: Re: Re: Re: building portmidi for python
uhm, virtually any text editor or viewer can open a .txt file.
Greg

On Wed, 13 Jan 2010, Michael Mossey wrote:

> I found csound_build.txt, but don't have TeX installed. Does anyone here have
> a PDF or something?
>
> Thanks,
> Mike
>
> Michael Gogins wrote:
> > Did you look at my build instructions in Csound CVS? (build_csound.tex
> > I think it is named). Includes instructions for all third party
> > packages used by Csound.
> >
> > Regards,
> > Mike
> >
> > On 1/13/10, Michael Mossey  wrote:
> > >
> > > Michael Mossey wrote:
> > > > I'm having trouble building portmidi for python. Trying to follow the
> > > > instructions here
> > > >
> > > Follow-up question: now I've decided to build portmidi on Windows using
> > > Visual C++ Express, a free download, since that seems to be the intention
> > > of the PortMedia people. However, I don't know how to build or make a VC++
> > > project. Like the name of the program that runs the makefile, or the
> > > .vcproj file, or whatever it is called in VC++.
> > >
> > > Anyone know?
> > >
> > > Thanks,
> > > Mike
> > >
> > >
> > > Send bugs reports to this list.
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > > csound"
> > >
> >
> >
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-14 02:59
FromMichael Mossey
Subject[Csnd] Re: Re: Re: Re: Re: building portmidi for python
I meant to type csound_build.tex

Trust me, it's a TeX file.

gmschroeder@gmail.com wrote:
> uhm, virtually any text editor or viewer can open a .txt file.
> Greg
> 
> On Wed, 13 Jan 2010, Michael Mossey wrote:
> 
>> I found csound_build.txt, but don't have TeX installed. Does anyone here have
>> a PDF or something?
>>
>> Thanks,
>> Mike
>>
>> Michael Gogins wrote:
>>> Did you look at my build instructions in Csound CVS? (build_csound.tex
>>> I think it is named). Includes instructions for all third party
>>> packages used by Csound.
>>>
>>> Regards,
>>> Mike
>>>
>>> On 1/13/10, Michael Mossey  wrote:
>>>> Michael Mossey wrote:
>>>>> I'm having trouble building portmidi for python. Trying to follow the
>>>>> instructions here
>>>>>
>>>> Follow-up question: now I've decided to build portmidi on Windows using
>>>> Visual C++ Express, a free download, since that seems to be the intention
>>>> of the PortMedia people. However, I don't know how to build or make a VC++
>>>> project. Like the name of the program that runs the makefile, or the
>>>> .vcproj file, or whatever it is called in VC++.
>>>>
>>>> Anyone know?
>>>>
>>>> Thanks,
>>>> Mike
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-14 03:08
From"gmschroeder@gmail.com"
Subject[Csnd] Re: Re: Re: Re: Re: Re: building portmidi for python
Oh, that would do it. :-p
Greg


On Wed, 13 Jan 2010, Michael Mossey wrote:

> I meant to type csound_build.tex
>
> Trust me, it's a TeX file.
>
> gmschroeder@gmail.com wrote:
> > uhm, virtually any text editor or viewer can open a .txt file.
> > Greg
> >
> > On Wed, 13 Jan 2010, Michael Mossey wrote:
> >
> > > I found csound_build.txt, but don't have TeX installed. Does anyone here
> > > have
> > > a PDF or something?
> > >
> > > Thanks,
> > > Mike
> > >
> > > Michael Gogins wrote:
> > > > Did you look at my build instructions in Csound CVS? (build_csound.tex
> > > > I think it is named). Includes instructions for all third party
> > > > packages used by Csound.
> > > >
> > > > Regards,
> > > > Mike
> > > >
> > > > On 1/13/10, Michael Mossey  wrote:
> > > > > Michael Mossey wrote:
> > > > > > I'm having trouble building portmidi for python. Trying to follow
> > > > > > the
> > > > > > instructions here
> > > > > >
> > > > > Follow-up question: now I've decided to build portmidi on Windows
> > > > > using
> > > > > Visual C++ Express, a free download, since that seems to be the
> > > > > intention
> > > > > of the PortMedia people. However, I don't know how to build or make a
> > > > > VC++
> > > > > project. Like the name of the program that runs the makefile, or the
> > > > > .vcproj file, or whatever it is called in VC++.
> > > > >
> > > > > Anyone know?
> > > > >
> > > > > Thanks,
> > > > > Mike
> > > > >
> > > > >
> > > > > Send bugs reports to this list.
> > > > > To unsubscribe, send email sympa@lists.bath.ac.uk with body
> > > > > "unsubscribe
> > > > > csound"
> > > > >
> > > >
> > >
> > > Send bugs reports to this list.
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > > csound"
> > >
> >
> >
> > Send bugs reports to this list.
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-14 03:20
FromMichael Gogins
Subject[Csnd] Re: Re: Re: Re: building portmidi for python

I'll send a pdf when I get a chance.

MKG from cell phone

On Jan 13, 2010 9:43 PM, "Michael Mossey" <mpm@alumni.caltech.edu> wrote:

I found csound_build.txt, but don't have TeX installed. Does anyone here have a PDF or something?

Thanks,
Mike

Michael Gogins wrote: > > Did you look at my build instructions in Csound CVS? (build_csound.tex >...