-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-01-11 09:42, Bjoern Lindig wrote:
Hi,
I don't understand why, but I cannot make the pd_include_HEADERS install at all. The only include-file that is installed it m_pd.h. I checked the Makefile in src/, but I did not find any reason for this missbehaviour. What I need is especially the s_stuff.h.
During './configure --prefix=/usr --mandir=/usr/share/man --includedir=/usr/include --enable-alsa --enable-jack' (I tried both, with and without the --includedir option) I get this warning:
config.status: WARNING: 'makefile.in' seems to ignore the --datarootdir setting
Is that related in any ways? During make and make install everything looks just fine.
not it's not really related.
however, it tells us, that you are using the wrong build-system!
only if you run "./autogen.sh && ./configure && make install" from the Pd-root your header files will be installed. the old build-system in src/ will _not_ do that for you.
fgmasdrt IOhannes