[PD] which version of pd do i have installed?

IOhannes m zmoelnig zmoelnig at iem.at
Tue Mar 11 12:44:50 CET 2008


Roman Haefeli wrote:

> but then, something seems to be unkosher with [hexloader]. i definitely
> had 0.41 in my pd sources, while i compiled hexloader, while pd 0.40.3
> was installed. shouldn't [hexloader] print
> 
>         compiled against Pd version 0.41.1.

it will do so.
the mechanism is rather straightforward (it's the same as [version] 
uses): include m_pd.h where PD_MAJOR_VERSION, PD_MINOR_VERSION (et al.) 
are defined and use these defines for the version-string.

probably you only thought that you compiled hexloader against 0.41.1, 
while in reality it was including the m_pd.h it found (e.g.) in 
/usr/local/include.

fgmasdr
IOhannes




More information about the Pd-list mailing list