diff options
-rw-r--r-- | externals/grill/dyn/config-pd-linux.txt | 8 | ||||
-rw-r--r-- | externals/grill/py/source/pyext.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/externals/grill/dyn/config-pd-linux.txt b/externals/grill/dyn/config-pd-linux.txt index 732d86c1..ded839c1 100644 --- a/externals/grill/dyn/config-pd-linux.txt +++ b/externals/grill/dyn/config-pd-linux.txt @@ -8,10 +8,10 @@ # your c++ compiler (define only if not g++) # CXX= -# where are the PD header files? -# leave it blank if it is a system directory (like /usr/local/include), -# since gcc 3.2 complains about it -PDPATH= +# where are the PD source files? +# (the normal header file doesn't work as g_canvas.h is not there) +# +PDPATH=/usr/src/pd-0.36-0/src # where do the flext libraries reside? FLEXTPATH=/usr/local/lib/pd/flext diff --git a/externals/grill/py/source/pyext.h b/externals/grill/py/source/pyext.h index 0dce4ed5..60601555 100644 --- a/externals/grill/py/source/pyext.h +++ b/externals/grill/py/source/pyext.h @@ -124,4 +124,4 @@ private: }; -#endif
\ No newline at end of file +#endif |