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 _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
