Hans-Christoph Steiner wrote: > > I just ran a check of the code in SVN, turns out there are many using > garray_getfloatarray(). What's the conversion path for that? That > would be good to fix, so we can have fully working 64-bit builds of all > this:
the conversion path is to make your hands dirty. in zexy (and then: iemlibs) i tried to do a generic approach using some prepocessor magic ;but it doesn't keep you from changing every line of code accessing a table. > > [email protected]:trunk > find . -type f -print0 | xargs -0 > grep garray_getfloatarray | grep -v desiredata | grep -v svn not everything you find with grep triggers the problem. e.g. zexy and (most of) iemlibs have been fixed (at least, i hope so), but you still find the g-word in comments... mgfasd,r IOhannes _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
