[PD] problems installing py

Kyle Klipowicz kyleklip at gmail.com
Sun May 7 23:04:47 CEST 2006


No, in fact, there is no include directory in my grill dir.

What should I do?  This is totally crashing pixelTANGO right now!!

~Kyle

On 5/7/06, Thomas Grill <gr at grrrr.org> wrote:
> Hi Kyle,
> obviously your path to flext as given in the buildsys/config-*.txt file
> is not correct.
> Is there a flext.h file in
> /Users/kyleklipowicz/Pd/externals/grill/include/flext ?
>
> greetings,
> Thomas
>
> Kyle Klipowicz schrieb:
> > I'm trying to install py, and got the flext environment installed
> > successfully.  However, when I run ../flext/build.sh pd gcc, I get
> > this error message.
> >
> > I'm on OS X.  Please help!
> >
> > ~Kyle
> >
> > --
> > Krsna:~/Pd/externals/grill/py kyleklipowicz$ bash ../flext/build.sh pd
> > gcc
> > make -f ../flext/buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd
> > COMPILER=gcc BUILDPATH=../flext/buildsys/ PKGINFO=package.txt
> > BUILDCLASS=ext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc
> > TARGETMODE=release TARGETTYPE=multi THREADED=1 _build_
> > ../flext/buildsys/mac/gnumake-gcc-ext.inc:40: warning: overriding
> > commands for target `pd-darwin/release-multi'
> > ../flext/buildsys/mac/gnumake-gcc-ext.inc:36: warning: ignoring old
> > commands for target `pd-darwin/release-multi'
> > g++ -c -faltivec -ffast-math -DNDEBUG -O3 -mcpu=G4 -DPY_EXPORTS
> > -DFLEXT_THREADS -DFLEXT_SYS=2
> > -I/Applications/Pd-0.39-2.app/Contents/Resources/src
> > -I/Users/kyleklipowicz/Pd/externals/grill/include/flext
> > source/main.cpp -o pd-darwin/release-multi/main.opp
> > In file included from source/main.h:14,
> >                 from source/pybase.h:14,
> >                 from source/main.cpp:11:
> > source/pyprefix.h:15:19: error: flext.h: No such file or directory
> > source/pyprefix.h:28:2: error: #error You need at least flext version
> > 0.5.1
> > source/pyprefix.h:39:26: error: flcontainers.h: No such file or directory
> > In file included from source/pybase.h:15,
> >                 from source/main.cpp:11:
> > source/pysymbol.h:17:2: error: #error You need at least flext version
> > 0.5.0
> > In file included from source/pybase.h:16,
> >                 from source/main.cpp:11:
> > source/pybuffer.h:17:2: error: #error You need at least flext version
> > 0.5.0
> > In file included from source/pybase.h:17,
> >                 from source/main.cpp:11:
> > source/pybundle.h:17:2: error: #error You need at least flext version
> > 0.5.0
> > source/main.h:31: error: 'Fifo' has not been declared
> > source/main.h:32: error: expected class-name before '{' token
> > source/main.h:39: error: expected initializer before '<' token
> > source/pysymbol.h:40: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pysymbol.h:40: error: expected ';' before '*' token
> > source/pysymbol.h:57: error: expected ',' or '...' before '*' token
> > source/pysymbol.h:57: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pysymbol.h: In function 'PyObject* pySymbol_FromString(const
> > char*)':
> > source/pysymbol.h:61: error: 'flext' has not been declared
> > source/pysymbol.h:61: error: 'MakeSymbol' was not declared in this scope
> > source/pysymbol.h: At global scope:
> > source/pysymbol.h:69: error: expected initializer before '*' token
> > source/pysymbol.h:74: error: expected initializer before '*' token
> > source/pysymbol.h: In function 'const char*
> > pySymbol_AS_STRING(PyObject*)':
> > source/pysymbol.h:81: error: 'flext' has not been declared
> > source/pysymbol.h:81: error: 'pySymbol_AS_SYMBOL' was not declared in
> > this scopesource/pysymbol.h:81: error: 'GetString' was not declared in
> > this scope
> > source/pysymbol.h: At global scope:
> > source/pysymbol.h:84: error: expected initializer before '*' token
> > source/pybuffer.h:40: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybuffer.h:40: error: expected ';' before '*' token
> > source/pybuffer.h:41: error: 'flext' has not been declared
> > source/pybuffer.h:41: error: ISO C++ forbids declaration of 'buffer'
> > with no type
> > source/pybuffer.h:41: error: expected ';' before '*' token
> > source/pybuffer.h:42: error: 'flext' has not been declared
> > source/pybuffer.h:42: error: 'lock_t' does not name a type
> > source/pybuffer.h:52: error: expected ',' or '...' before '*' token
> > source/pybuffer.h:52: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybuffer.h: In function 'PyObject*
> > pySamplebuffer_FromString(const char*)':
> > source/pybuffer.h:56: error: 'flext' has not been declared
> > source/pybuffer.h:56: error: 'MakeSymbol' was not declared in this scope
> > source/pybuffer.h: At global scope:
> > source/pybuffer.h:64: error: expected initializer before '*' token
> > source/pybuffer.h:69: error: expected initializer before '*' token
> > source/pybuffer.h: In function 'const char*
> > pySamplebuffer_AS_STRING(PyObject*)':
> > source/pybuffer.h:76: error: 'flext' has not been declared
> > source/pybuffer.h:76: error: 'pySamplebuffer_AS_SYMBOL' was not
> > declared in this scope
> > source/pybuffer.h:76: error: 'GetString' was not declared in this scope
> > source/pybundle.h: At global scope:
> > source/pybundle.h:40: error: 'flext' has not been declared
> > source/pybundle.h:40: error: ISO C++ forbids declaration of
> > 'MsgBundle' with no type
> > source/pybundle.h:40: error: expected ';' before '*' token
> > source/pybundle.h:49: error: 'flext' has not been declared
> > source/pybundle.h:49: error: expected initializer before '*' token
> > source/pybundle.h:54: error: 'flext' has not been declared
> > source/pybundle.h:54: error: expected initializer before '*' token
> > source/pybase.h:21: error: expected class-name before '{' token
> > source/pybase.h:28: error: expected ',' or '...' before '*' token
> > source/pybase.h:28: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:29: error: expected ',' or '...' before '*' token
> > source/pybase.h:29: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:30: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:30: error: expected ';' before '*' token
> > source/pybase.h:31: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:31: error: expected ';' before '*' token
> > source/pybase.h:37: error: expected ',' or '...' before '*' token
> > source/pybase.h:37: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:43: error: 'AtomList' has not been declared
> > source/pybase.h:51: error: 'AtomList' has not been declared
> > source/pybase.h:53: error: 'AtomList' does not name a type
> > source/pybase.h:55: error: 'flext_base' has not been declared
> > source/pybase.h:58: error: 'flext_base' has not been declared
> > source/pybase.h:96: error: expected ',' or '...' before '*' token
> > source/pybase.h:96: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:97: error: expected ',' or '...' before '*' token
> > source/pybase.h:97: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:130: error: expected ',' or '...' before '*' token
> > source/pybase.h:130: error: ISO C++ forbids declaration of 't_atom'
> > with no typesource/pybase.h:137: error: 'Timer' does not name a type
> > source/pybase.h:167: error: 'thr_params' has not been declared
> > source/pybase.h:178: error: 'thr_params' has not been declared
> > source/pybase.h:181: error: 'PyFifo' does not name a type
> > source/pybase.h:182: error: 'ThrCond' does not name a type
> > source/pybase.h:186: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:186: error: expected ';' before '*' token
> > source/pybase.h:187: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:187: error: expected ';' before '*' token
> > source/pybase.h:189: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:189: error: expected ';' before '*' token
> > source/pybase.h:190: error: ISO C++ forbids declaration of 't_symbol'
> > with no type
> > source/pybase.h:190: error: expected ';' before '*' token
> > source/pybase.h: In member function 'void pybase::Respond(bool)':
> > source/pybase.h:88: error: 't_atom' was not declared in this scope
> > source/pybase.h:88: error: expected `;' before 'a'
> > source/pybase.h:89: error: 'a' was not declared in this scope
> > source/pybase.h:89: error: 'SetBool' was not declared in this scope
> > source/pybase.h:90: error: 'sym_response' was not declared in this scope
> > source/pybase.h: In static member function 'static bool
> > pybase::IsAnything(int)':
> > source/pybase.h:96: error: 's' was not declared in this scope
> > source/pybase.h:96: error: 'sym_float' was not declared in this scope
> > source/pybase.h:96: error: 'sym_int' was not declared in this scope
> > source/pybase.h:96: error: 'sym_symbol' was not declared in this scope
> > source/pybase.h:96: error: 'sym_list' was not declared in this scope
> > source/pybase.h:96: error: 'sym_pointer' was not declared in this scope
> > source/pybase.h: In static member function 'static bool
> > pybase::IsAtom(int)':
> > source/pybase.h:97: error: 's' was not declared in this scope
> > source/pybase.h:97: error: 'sym_float' was not declared in this scope
> > source/pybase.h:97: error: 'sym_int' was not declared in this scope
> > source/pybase.h:97: error: 'sym_symbol' was not declared in this scope
> > source/pybase.h:97: error: 'sym_pointer' was not declared in this scope
> > source/pybase.h: In member function 'bool pybase::qucall(PyObject*,
> > PyObject*)':source/pybase.h:171: error: 'qufifo' was not declared in
> > this scope
> > source/pybase.h:174: error: 'qucond' was not declared in this scope
> > source/pybase.h: In static member function 'static PyThreadState*
> > pybase::PyLock(PyThreadState*)':
> > source/pybase.h:207: error: 'IsSystemThread' was not declared in this
> > scope
> > make[1]: *** [pd-darwin/release-multi/main.opp] Error 1
> > make: *** [build-release-multi] Error 2
> > Krsna:~/Pd/externals/grill/py kyleklipowicz$
> >
> > http://theradioproject.com
> > http://perhapsidid.blogspot.com
> >
> > (((())))(()()((((((((()())))()(((((((())()()())())))
> > (())))))(()))))))))))))(((((((((((()()))))))))((())))
> > ))(((((((((((())))())))))))))))))))__________
> > _____())))))(((((((((((((()))))))))))_______
> > ((((((())))))))))))((((((((000)))oOOOOOO
> >
> > _______________________________________________
> > PD-list at iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
> >
>
> --
> Thomas Grill
> http://grrrr.org
>
>
>


--

http://theradioproject.com
http://perhapsidid.blogspot.com

(((())))(()()((((((((()())))()(((((((())()()())())))
(())))))(()))))))))))))(((((((((((()()))))))))((())))
))(((((((((((())))())))))))))))))))__________
_____())))))(((((((((((((()))))))))))_______
((((((())))))))))))((((((((000)))oOOOOOO




More information about the Pd-list mailing list