[PD] PD/PDP_PIDIP OS X 10.4 Tiger compatiblity

james tittle tigital at mac.com
Wed May 25 07:31:48 CEST 2005


On May 23, 2005, at 12:29 PM, sara kolster wrote:

> ofcourse, clever ;)

...yeh, the easy way out ;^)

> But, in this pd 38.3 apps version I have no idea which prefix I  
> should use for ./configure
>
> Any ideas?

...I'm still not compiling against the nice pd package that hans has  
been laboring over soooo much, but I will (I do know that pdp needs  
to have...until then, I can say that pdp wasn't really working for me  
until I recompiled pdp with the following patch (found on the net)  
applied:

diff -urN /pdp-0.12.4/system/type/pdp_bitmap.c ./system/type/ 
pdp_bitmap.c
--- /pdp-0.12.4/system/type/pdp_bitmap.c    2003-09-15  
19:48:56.000000000 +0200
+++ ./system/type/pdp_bitmap.c    2004-12-30 21:58:15.944487048 +0100
@@ -475,7 +475,7 @@
      int nb_channels = image->depth;
      int new_p, i;
-    static inline u8 _map(s32 pixel){
+    inline u8 _map(s32 pixel){
      s32 mask = ~(pixel>>16);
      return ((pixel >> 7) & mask);
      }

...then pdp and pidip both loaded fine:  maybe this'll work for you  
too?  (note:  if ya have trouble applying the patch, just do it by  
hand, it's just one line change...)

hth,
jamie




More information about the Pd-list mailing list