Re: implicit declaration of 'pd_queue_mess'
IOhannes m zmoelnig via Pd-list <[email protected]>
| Newsgroups | gmane.comp.multimedia.puredata.general |
|---|---|
| Message-ID | <[email protected]> |
On 9/30/25 08:33, Alexandros Drymonitis wrote: > Hi Christof, > > On 9/30/25 09:31, Christof Ressi wrote: >> Hi, >> >>> I know this function in defined in m_pd.h, so I'm guessing that the >>> compiler looks m_pd.h up from older sources (isn't this function new >>> to 0.56.0?). Can this be? >> That's the likely explanation. >>> I have installed Pd on my system with `make install` and when typing >>> `pd` in the terminal 0.56.0 launches. you could also install Pd-0.56.1 from the Debian backports (<https://backports.debian.org>). in general, i it is probably not a very good idea to have multiple versions of Pd installed. >> >> Does 'make install' also install the headers? > I'm not sure. How can I find out? it does. i am sure. >> >> Anyway, you can add the "-H" option to "gcc" to print the full path of >> all included header files. This will likely show you where the problem >> lies. > Does this work with CMake too? That's how this object builds. > apart from what christof already said, you could also tell cmake to do a verbose build (`make VERBOSE=1`) so it will print out the actual compiler invocations. then you could copy-and-paste the invocation for the actual file you aare interested in, and manually run it (adding the '-H' flag). this can be useful, if otherwise the console is flooded with debugging printout. gfdamr IOhannes --- [email protected] - the Pure Data mailinglist https://lists.iem.at/hyperkitty/list/[email protected]/message/6B7PWIIQC2YNVIF64VQ6VT35ZSEHXAAG/ To unsubscribe send an email to [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.iem.at/
OpenPGP_signature.asc
(application/pgp-signature, 840 B)
-----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEEdAXnRVdICXNIABVttlAZxH96NvgFAmjbmgoFAwAAAAAACgkQtlAZxH96NviT 2w//ez3f7DzSiS69x9vJy7Yj1UAALdr7qo4HRn0NrI4UVJZQRT+Ze+S1/z7FBKs0fdErlGpuECl/ 4AsUPmfpoLJ17szVh7oB8DUiR4jw/MaJ6r+VwZH6lU+xPfAxN2XTcJ8GeGWI5zrYE0QAdIFmidoz hRX/r88XMi+6Pq1gPL+xKIdr4lo+Amth2EPue5IREmvMumCNoikbZEDpH9qChZlFhs1ukR3Y9oAI KinNq8f2YUFznHBGawV8AVMTaQU0aXavWr0411cOcUB6rHhoqAvGSUAhjZwfGwrN7tP8XrM0YVWu 9bVP2MfiH1yBgqnhsGvwuWa7Px4GZ5m0Sjn4CJXq8acVTOth29FRuME7A5A5ev7JMEfrAqwz7l9A CgYdEUskCBf47soBc+TR83SGQ6kR1FDF7/1t8cHLuOElznsnWVOLai8YOCDkEjQAGTelsDOJ0aLz iUhKZi3rTlSfyMYNdWzzaO8fqHq+Cjxkww6h49NCLA4QSHCEvBm8Q3NoUl2UrFZvGfd5VF1G0/fv 6/iZ0PIZ68I0F/4YUaw4lxU9upnL+0t0XR3+KlbAHEHgKqDUFaGSjYuYMGAvf2+qZNVqeL03Kt9E PhQAj5vpFbtCkIGEbCqE+KfA08lLt9SNj/tYaSIhLmF2W1ESbvHTBsf8pdj6faY9pFjE+zYikMeI lus= =35/U -----END PGP SIGNATURE-----