[PD-dev] [ pure-data-Patches-3432654 ] pkg-config improvement

SourceForge.net noreply at sourceforge.net
Sat Dec 15 22:30:32 CET 2012


Patches item #3432654, was opened at 2011-11-03 02:53
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3432654&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: puredata-dev
Group: bugfix
>Status: Pending
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: pkg-config improvement

Initial Comment:
with the new autotools-based build system, Pd also generates a pkg-config [1] file (it's pd.pc, generated from pd.pc.in).
the purpose of this file is to sease compilation of externals in a standardized way, by providing information on where to find header files (e.g. /usr/include/pd) and which libraries we need to link too (e.g. link against pd.lib" on w32, but not on other platforms)

unfortunately i was a bit too eager, when i first created this file, adding lots of flags and bells and whistles, which have turned out to be more confusing than helping.

attached patch therefore simplifies the generated pd.pc to only hold the relevant information (see in-patch description for more details)


[1] 

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

>Comment By: Miller Puckette (millerpuckette)
Date: 2012-12-15 13:30

Message:
Not sure what to do with this - it looks like it might still be useful but
it doesn't apply cleanly and
I don't know y way around configure.ac to fix it.

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

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



More information about the Pd-dev mailing list