On 12/03/2012 05:21 PM, Éloi Rivard
wrote:
Hi.
I get a compilation error after a fresh git clone:
Making all in portmidi
make[2]: Entering directory `/home/azmeuk/denemo/portmidi'
Making all in pm_linux
make[3]: Entering directory
`/home/azmeuk/denemo/portmidi/pm_linux'
Makefile:623: *** missing separator. Stop.
make[3]: Leaving directory `/home/azmeuk/denemo/portmidi/pm_linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/azmeuk/denemo/portmidi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/azmeuk/denemo'
make: *** [all] Error 2
It seems like a typo.
Did you run make clean;./autogen.sh;./configure;make
That should only show up if you did --with-pmidi-platform=linux.
This is only meant for cross compiling. This is only for statically
linking portmidi into denemo in when compiling. It should work when
not cross compiling also. I will test that now and see if any work
needs done to have that work without cross compiling.
Jeremiah
Éloi
|