[PD-dev] [ pure-data-Bugs-3078258 ] several makefiles have wrong include path for pd

SourceForge.net noreply at sourceforge.net
Wed Sep 29 23:19:32 CEST 2010


Bugs item #3078258, was opened at 2010-09-29 17:19
Message generated for change (Tracker Item Submitted) made by mrpeach
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3078258&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Martin Peach (mrpeach)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: several makefiles have wrong include path for pd

Initial Comment:
When using trunk/externals/Makefile to compile all the externals.
In externals, the Makefiles in several directories use '$(PD_INCLUDE)/pd' as the path to pd source, which ends up as ..pd/src/pd so the build fails.
Maybe PD_INCLUDE is set somewhere else to something that works, but I can't find it.
Simply using $(PD_INCLUDE) in those makefiles works fine for me.
These are the suspects:

~/pd_from_svn/trunk/externals$ grep -rn '(PD_INCLUDE)/pd' */Makefile
ext13/Makefile:40:CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
hcs/Makefile:38:CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
maxlib/Makefile:34:CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
moonlib/Makefile:39:CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
pddp/Makefile:35:CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
pdogg/Makefile:35:CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
tkwidgets/Makefile:34:CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3078258&group_id=55736



More information about the Pd-dev mailing list