On Thu, 12 Aug 2004, Tim Blechmann wrote:
I cannot get Ext13 to compile against my CVS version of PD. I changed the IFLAG line in the makefile to point to my PD sources, but it craps out with g_canvas.h, as you will see below. Is it built only for an earlier frozen version of PD? Suggestions?
just a guess, but try to remove the m_pd.h file in the ext13 directory ... it's possible that this m_pd.h file is pretty old and isn't protected against multiple inclusion ...
i recompiled ext13 against the pd on cvs just this morning ...
ext13's configure script should probably be adapted to point to the pd/src directory and the m_pd.h file should be removed ...
cheers... tim
there is another (IMO better possibility). the ext13 externals are included in the common build system and the packages that are built for OSX, linux and windows.
go to build/linux and do a make. (can I hear an echo somewhere ??)
Guenter