Re: [PD-dev] including more headers in 'make install'

2010-08-05 Thread IOhannes m zmoelnig
On 2010-08-04 21:29, Hans-Christoph Steiner wrote: I've packaged up a bunch of libraries as pd packages, and they rely on headers besides just m_pd.h. These headers should be included in the 'make install' so that people can easily build them. I think we should install these headers into

[PD-dev] [PATCH] headers into ${includedir}/pd/

2010-08-05 Thread IOhannes m zmoelnig
in order to not pollute /usr/include/ with files like s_stuff.h and to prevent name-clashes with other packages, headers should go into a special subdirectory. make install installs headers into ${includedir}/pd to make this directory findeable, this also includes pkg-config support ---

Re: [PD-dev] including more headers in 'make install'

2010-08-05 Thread Hans-Christoph Steiner
On Thu, 2010-08-05 at 10:07 +0200, IOhannes m zmoelnig wrote: On 2010-08-04 21:29, Hans-Christoph Steiner wrote: I've packaged up a bunch of libraries as pd packages, and they rely on headers besides just m_pd.h. These headers should be included in the 'make install' so that people can

Re: [PD-dev] [PATCH] headers into ${includedir}/pd/

2010-08-05 Thread Hans-Christoph Steiner
A couple points on this: - g_all_guis.h should go into /usr/include/pd too, I know of at least one external that uses it for a GUI object. - seems like two copies of m_pd.h (/usr/include and /usr/include/pd) could cause troubles, no? Maybe /usr/include/m_pd.h should be something like

[PD-dev] FYI: lots of pd packages for Debian

2010-08-05 Thread Hans-Christoph Steiner
FYI: I'm in the process of getting all my pd packages into Debian. If you are interested, you can follow the progress by checking out all of the packages that start with pd- on this page: http://www.debian.org/devel/wnpp/being_packaged Or try them in Ubuntu here: