hi there, i think i had the same problems as Carlos on linux (xubuntu dapper). i had to comment out compile options in order for pyext no to crash pd at startup. it was also quite difficult for me to find it out. what are those flags good for by the way?
# UFLAGS=-msse -mfpmath=sse -ffast-math # OFLAGS+=-march=pentium4
i did not understand why we would need wget in order to automatize the pyext build in pd-extended?
i can see that building flext and py/pyext for all platforms automatically can be a bit of a headache because there are many steps but they are very logically ordered.
vincent