-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-05-14 12:52, derek wrote:
Hi folks,
I'm looking for a way to communicate between Pd and the transport of Ardour. There used to be a jack-transport object, but the main page for this seems down and it's not in any other repository I've searched. I found pd-jackclock, but I get the following error after setting up the Makefile with the location of the Pd sources and trying to "make". Hope someone can help with this. Thanks!
Derek
derek@shuttle-xpc:~/Downloads/pd-jackclock-1.0$ make cc -ICFLAGS+=-I /usr/include/pdextended/m_pd.h -fPIC -O2 -Wall
^^^^^^^^^^^^^^
i guess, the way you modified your makefile broke the build. the above should read "-I/usr/include/pdextended/" rather than "-ICFLAGS+=-I /usr/include/pdextended/m_pd.h" (spaces do matter, mind paths vs files and you should never see 'CFLAGS' in the actual gcc cmdline - it's supposed to be properly substituted)
gamsdr IOhannes