[PD] Make pd_include_HEADERS install

IOhannes m zmoelnig zmoelnig at iem.at
Thu Jan 12 09:14:43 CET 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2012-01-11 20:31, Bjoern Lindig wrote:
> Thanks IOhannes, that allready helped a lot. But it did not solve the
> problem. There is still no pd folder in /usr/include. Everything else
> is there, but not the headers. Is there an option to set in for the
> configure script? I allready set the --includedir option
> to /usr/include, but that didn't help either.

probably you should _not_ set anything. the default is to install
headers into ${prefix}/include (and ${prefix}/include/pd), with
prefix=/usr/local

if you want Pd to install into /sr rather than /usr/local, you should
simply specify the prefix with "--prefix=/usr"
messing around with includedir, libdir and the like is most likely
making more troubles than it solves.


anyhow; the first thing i would try is:
- - run ./configure without any arguments (regarding the installation place)
$ ./configure
- - install into a test destination
$ make install DESTDIR=/tmp/pd/

and then inspect the contents of /tmp/pd/ and see where the headers got
installed.


you could also directly try the "make install DESTDIR=..." trick, and
see where you told Pd to install with all your configure flags...


in the end, i suspect that you simply lack the priviliges to install
into /usr/include :-)

fgmar
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8OlnAACgkQkX2Xpv6ydvRLcwCdHL7rIkKLp4C+dzc6q8ZygSZ/
auUAn211Ry+z0BZZvaphENctryd3hJs9
=9XRx
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20120112/c475b7b2/attachment.bin>


More information about the Pd-list mailing list