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
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@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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@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@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
Ok I think that I just forgot to install the flext distro after making it. Trying it now!
~Kyle
On 5/7/06, Kyle Klipowicz kyleklip@gmail.com wrote:
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@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@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
--
http://theradioproject.com http://perhapsidid.blogspot.com
(((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO
Ok, trying to run the build after installing the flext that I forgot about. Still get an error:
Krsna:~/Pd/externals/grill/py kyleklipowicz$ sudo bash ../flext/build.sh pd gcc
Password:
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/pybase.cpp -o pd-darwin/release-multi/pybase.opp
source/pybase.cpp: In member function 'void pybase::OpenEditor()':
source/pybase.cpp:360: error: invalid conversion from 'char*' to 'const UInt8*'
source/pybase.cpp:360: error: initializing argument 1 of 'OSStatus
FSPathMakeRef(const UInt8*, FSRef*, Boolean*)'
source/pybase.cpp:368: error: invalid conversion from 'const char*' to
'const UInt8*'
source/pybase.cpp:368: error: initializing argument 1 of 'OSStatus
FSPathMakeRef(const UInt8*, FSRef*, Boolean*)'
make[1]: *** [pd-darwin/release-multi/pybase.opp] Error 1
make: *** [build-release-multi] Error 2
Krsna:~/Pd/externals/grill/py kyleklipowicz$ cd ..
Krsna:~/Pd/externals/grill kyleklipowicz$ cd flext
Krsna:~/Pd/externals/grill/flext kyleklipowicz$ sudo bash build.sh pd
gcc install
make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc
TARGETMODE=release TARGETTYPE=single _install_
buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands
for target pd-darwin/release-single' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-single'
install pd-darwin/release-single/libflext-pd_s.0.5.1.a
/Users/kyleklipowicz/Pd/externals/grill/lib
ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_s.0.5.1.a
ranlib: file: /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_s.0.5.1.a(flthr.opp)
has no symbols
ln -sf libflext-pd_s.0.5.1.a
/Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_s.a
install source/flext.h source/flprefix.h source/flstdc.h
source/flinternal.h source/flfeatures.h source/flbase.h
source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h
source/flcontainers.h source/fldefs.h source/fldefs_hdr.h
source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h
source/fldefs_methadd.h source/fldefs_methbind.h
source/fldefs_methcall.h source/fldefs_attrcb.h
source/fldefs_attrvar.h source/fldefs_attradd.h
/Users/kyleklipowicz/Pd/externals/grill/include/flext
make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc
TARGETMODE=release TARGETTYPE=multi THREADED=1
_install_buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding
commands for target pd-darwin/release-multi' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-multi'
install pd-darwin/release-multi/libflext-pd_t.0.5.1.a
/Users/kyleklipowicz/Pd/externals/grill/lib
ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_t.0.5.1.a
ln -sf libflext-pd_t.0.5.1.a
/Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_t.a
install source/flext.h source/flprefix.h source/flstdc.h
source/flinternal.h source/flfeatures.h source/flbase.h
source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h
source/flcontainers.h source/fldefs.h source/fldefs_hdr.h
source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h
source/fldefs_methadd.h source/fldefs_methbind.h
source/fldefs_methcall.h source/fldefs_attrcb.h
source/fldefs_attrvar.h source/fldefs_attradd.h
/Users/kyleklipowicz/Pd/externals/grill/include/flext
make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc
TARGETMODE=release TARGETTYPE=shared SHARED=1 _install_
buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands
for target pd-darwin/release-shared' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-shared'
install pd-darwin/release-shared/libflext-pd.0.5.1.dylib
/Users/kyleklipowicz/Pd/externals/grill/lib
ln -sf libflext-pd.0.5.1.dylib
/Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd.dylib
install source/flext.h source/flprefix.h source/flstdc.h
source/flinternal.h source/flfeatures.h source/flbase.h
source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h
source/flcontainers.h source/fldefs.h source/fldefs_hdr.h
source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h
source/fldefs_methadd.h source/fldefs_methbind.h
source/fldefs_methcall.h source/fldefs_attrcb.h
source/fldefs_attrvar.h source/fldefs_attradd.h
/Users/kyleklipowicz/Pd/externals/grill/include/flext
make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc
TARGETMODE=debug TARGETTYPE=single DEBUG=1 _install_
buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands
for target pd-darwin/debug-single' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/debug-single'
install pd-darwin/debug-single/libflext-pd_sd.0.5.1.a
/Users/kyleklipowicz/Pd/externals/grill/lib
ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_sd.0.5.1.a
ln -sf libflext-pd_sd.0.5.1.a
/Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_sd.a
install source/flext.h source/flprefix.h source/flstdc.h
source/flinternal.h source/flfeatures.h source/flbase.h
source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h
source/flcontainers.h source/fldefs.h source/fldefs_hdr.h
source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h
source/fldefs_methadd.h source/fldefs_methbind.h
source/fldefs_methcall.h source/fldefs_attrcb.h
source/fldefs_attrvar.h source/fldefs_attradd.h
/Users/kyleklipowicz/Pd/externals/grill/include/flext
make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc
TARGETMODE=debug TARGETTYPE=multi THREADED=1 DEBUG=1 _install_
buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands
for target pd-darwin/debug-multi' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/debug-multi'
install pd-darwin/debug-multi/libflext-pd_td.0.5.1.a
/Users/kyleklipowicz/Pd/externals/grill/lib
ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_td.0.5.1.a
ln -sf libflext-pd_td.0.5.1.a
/Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_td.a
install source/flext.h source/flprefix.h source/flstdc.h
source/flinternal.h source/flfeatures.h source/flbase.h
source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h
source/flcontainers.h source/fldefs.h source/fldefs_hdr.h
source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h
source/fldefs_methadd.h source/fldefs_methbind.h
source/fldefs_methcall.h source/fldefs_attrcb.h
source/fldefs_attrvar.h source/fldefs_attradd.h
/Users/kyleklipowicz/Pd/externals/grill/include/flext
make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc
TARGETMODE=debug TARGETTYPE=shared SHARED=1 DEBUG=1 _install_
buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands
for target pd-darwin/debug-shared' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/debug-shared'
install pd-darwin/debug-shared/libflext-pd_d.0.5.1.dylib
/Users/kyleklipowicz/Pd/externals/grill/lib
ln -sf libflext-pd_d.0.5.1.dylib
/Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_d.dylib
install source/flext.h source/flprefix.h source/flstdc.h
source/flinternal.h source/flfeatures.h source/flbase.h
source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h
source/flcontainers.h source/fldefs.h source/fldefs_hdr.h
source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h
source/fldefs_methadd.h source/fldefs_methbind.h
source/fldefs_methcall.h source/fldefs_attrcb.h
source/fldefs_attrvar.h source/fldefs_attradd.h
/Users/kyleklipowicz/Pd/externals/grill/include/flext
Krsna:~/Pd/externals/grill/flext kyleklipowicz$ cd ..
Krsna:~/Pd/externals/grill kyleklipowicz$ cd py
Krsna:~/Pd/externals/grill/py kyleklipowicz$ sudo 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/pybase.cpp -o pd-darwin/release-multi/pybase.opp
source/pybase.cpp: In member function 'void pybase::OpenEditor()':
source/pybase.cpp:360: error: invalid conversion from 'char*' to 'const UInt8*'
source/pybase.cpp:360: error: initializing argument 1 of 'OSStatus
FSPathMakeRef(const UInt8*, FSRef*, Boolean*)'
source/pybase.cpp:368: error: invalid conversion from 'const char*' to
'const UInt8*'
source/pybase.cpp:368: error: initializing argument 1 of 'OSStatus
FSPathMakeRef(const UInt8*, FSRef*, Boolean*)'
make[1]: *** [pd-darwin/release-multi/pybase.opp] Error 1
make: *** [build-release-multi] Error 2
--
http://theradioproject.com http://perhapsidid.blogspot.com
(((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO
I've downloaded the pd cvs directory as well, and added the src folder to my path. Still getting the same error though.
~Kyle
On 5/7/06, Kyle Klipowicz kyleklip@gmail.com wrote:
Ok, trying to run the build after installing the flext that I forgot about. Still get an error:
Krsna:~/Pd/externals/grill/py kyleklipowicz$ sudo bash ../flext/build.sh pd gcc Password: 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/pybase.cpp -o pd-darwin/release-multi/pybase.opp source/pybase.cpp: In member function 'void pybase::OpenEditor()': source/pybase.cpp:360: error: invalid conversion from 'char*' to 'const UInt8*' source/pybase.cpp:360: error: initializing argument 1 of 'OSStatus FSPathMakeRef(const UInt8*, FSRef*, Boolean*)' source/pybase.cpp:368: error: invalid conversion from 'const char*' to 'const UInt8*' source/pybase.cpp:368: error: initializing argument 1 of 'OSStatus FSPathMakeRef(const UInt8*, FSRef*, Boolean*)' make[1]: *** [pd-darwin/release-multi/pybase.opp] Error 1 make: *** [build-release-multi] Error 2 Krsna:~/Pd/externals/grill/py kyleklipowicz$ cd .. Krsna:~/Pd/externals/grill kyleklipowicz$ cd flext Krsna:~/Pd/externals/grill/flext kyleklipowicz$ sudo bash build.sh pd gcc install make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=release TARGETTYPE=single _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/release-single' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-single' install pd-darwin/release-single/libflext-pd_s.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_s.0.5.1.a ranlib: file: /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_s.0.5.1.a(flthr.opp) has no symbols ln -sf libflext-pd_s.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_s.a install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=release TARGETTYPE=multi THREADED=1 _install_buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/release-multi' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-multi' install pd-darwin/release-multi/libflext-pd_t.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_t.0.5.1.a ln -sf libflext-pd_t.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_t.a install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=release TARGETTYPE=shared SHARED=1 _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/release-shared' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-shared' install pd-darwin/release-shared/libflext-pd.0.5.1.dylib /Users/kyleklipowicz/Pd/externals/grill/lib ln -sf libflext-pd.0.5.1.dylib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd.dylib install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=debug TARGETTYPE=single DEBUG=1 _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/debug-single' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/debug-single' install pd-darwin/debug-single/libflext-pd_sd.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_sd.0.5.1.a ln -sf libflext-pd_sd.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_sd.a install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=debug TARGETTYPE=multi THREADED=1 DEBUG=1 _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/debug-multi' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/debug-multi' install pd-darwin/debug-multi/libflext-pd_td.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_td.0.5.1.a ln -sf libflext-pd_td.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_td.a install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=debug TARGETTYPE=shared SHARED=1 DEBUG=1 _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/debug-shared' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/debug-shared' install pd-darwin/debug-shared/libflext-pd_d.0.5.1.dylib /Users/kyleklipowicz/Pd/externals/grill/lib ln -sf libflext-pd_d.0.5.1.dylib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_d.dylib install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext Krsna:~/Pd/externals/grill/flext kyleklipowicz$ cd .. Krsna:~/Pd/externals/grill kyleklipowicz$ cd py Krsna:~/Pd/externals/grill/py kyleklipowicz$ sudo 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 targetpd-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/pybase.cpp -o pd-darwin/release-multi/pybase.opp source/pybase.cpp: In member function 'void pybase::OpenEditor()': source/pybase.cpp:360: error: invalid conversion from 'char*' to 'const UInt8*' source/pybase.cpp:360: error: initializing argument 1 of 'OSStatus FSPathMakeRef(const UInt8*, FSRef*, Boolean*)' source/pybase.cpp:368: error: invalid conversion from 'const char*' to 'const UInt8*' source/pybase.cpp:368: error: initializing argument 1 of 'OSStatus FSPathMakeRef(const UInt8*, FSRef*, Boolean*)' make[1]: *** [pd-darwin/release-multi/pybase.opp] Error 1 make: *** [build-release-multi] Error 2--
http://theradioproject.com http://perhapsidid.blogspot.com
(((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO
--
http://theradioproject.com http://perhapsidid.blogspot.com
(((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO
Hi Kyle, i fixed the respective parts of py/pyext a while ago... if you are using the cvs version, try to update it.
If you are using a packaged version, then replace the two lines in src/pybase.cpp (360 and 368) containing the word FSPathMakeRef with OSStatus err = FSPathMakeRef((unsigned char *)fname,&ref,NULL); and err = FSPathMakeRef((unsigned char *)"/Applications/TextEdit.app",&editor,NULL); respectively.
greetings, Thomas
Kyle Klipowicz schrieb:
Ok, trying to run the build after installing the flext that I forgot about. Still get an error:
Krsna:~/Pd/externals/grill/py kyleklipowicz$ sudo bash ../flext/build.sh pd gcc Password: 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/pybase.cpp -o pd-darwin/release-multi/pybase.opp source/pybase.cpp: In member function 'void pybase::OpenEditor()': source/pybase.cpp:360: error: invalid conversion from 'char*' to 'const UInt8*' source/pybase.cpp:360: error: initializing argument 1 of 'OSStatus FSPathMakeRef(const UInt8*, FSRef*, Boolean*)' source/pybase.cpp:368: error: invalid conversion from 'const char*' to 'const UInt8*' source/pybase.cpp:368: error: initializing argument 1 of 'OSStatus FSPathMakeRef(const UInt8*, FSRef*, Boolean*)' make[1]: *** [pd-darwin/release-multi/pybase.opp] Error 1 make: *** [build-release-multi] Error 2 Krsna:~/Pd/externals/grill/py kyleklipowicz$ cd .. Krsna:~/Pd/externals/grill kyleklipowicz$ cd flext Krsna:~/Pd/externals/grill/flext kyleklipowicz$ sudo bash build.sh pd gcc install make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=release TARGETTYPE=single _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/release-single' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-single' install pd-darwin/release-single/libflext-pd_s.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_s.0.5.1.a ranlib: file: /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_s.0.5.1.a(flthr.opp)has no symbols ln -sf libflext-pd_s.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_s.a install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=release TARGETTYPE=multi THREADED=1 _install_buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for target
pd-darwin/release-multi' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-multi' install pd-darwin/release-multi/libflext-pd_t.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_t.0.5.1.a ln -sf libflext-pd_t.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_t.a install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=release TARGETTYPE=shared SHARED=1 _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/release-shared' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-shared' install pd-darwin/release-shared/libflext-pd.0.5.1.dylib /Users/kyleklipowicz/Pd/externals/grill/lib ln -sf libflext-pd.0.5.1.dylib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd.dylib install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=debug TARGETTYPE=single DEBUG=1 _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/debug-single' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/debug-single' install pd-darwin/debug-single/libflext-pd_sd.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_sd.0.5.1.a ln -sf libflext-pd_sd.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_sd.a install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=debug TARGETTYPE=multi THREADED=1 DEBUG=1 _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/debug-multi' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/debug-multi' install pd-darwin/debug-multi/libflext-pd_td.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib ranlib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_td.0.5.1.a ln -sf libflext-pd_td.0.5.1.a /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_td.a install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=debug TARGETTYPE=shared SHARED=1 DEBUG=1 _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands for targetpd-darwin/debug-shared' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/debug-shared' install pd-darwin/debug-shared/libflext-pd_d.0.5.1.dylib /Users/kyleklipowicz/Pd/externals/grill/lib ln -sf libflext-pd_d.0.5.1.dylib /Users/kyleklipowicz/Pd/externals/grill/lib/libflext-pd_d.dylib install source/flext.h source/flprefix.h source/flstdc.h source/flinternal.h source/flfeatures.h source/flbase.h source/flclass.h source/flsupport.h source/fldsp.h source/flmap.h source/flcontainers.h source/fldefs.h source/fldefs_hdr.h source/fldefs_setup.h source/fldefs_methcb.h source/fldefs_meththr.h source/fldefs_methadd.h source/fldefs_methbind.h source/fldefs_methcall.h source/fldefs_attrcb.h source/fldefs_attrvar.h source/fldefs_attradd.h /Users/kyleklipowicz/Pd/externals/grill/include/flext Krsna:~/Pd/externals/grill/flext kyleklipowicz$ cd .. Krsna:~/Pd/externals/grill kyleklipowicz$ cd py Krsna:~/Pd/externals/grill/py kyleklipowicz$ sudo 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 targetpd-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/pybase.cpp -o pd-darwin/release-multi/pybase.opp source/pybase.cpp: In member function 'void pybase::OpenEditor()': source/pybase.cpp:360: error: invalid conversion from 'char*' to 'const UInt8*' source/pybase.cpp:360: error: initializing argument 1 of 'OSStatus FSPathMakeRef(const UInt8*, FSRef*, Boolean*)' source/pybase.cpp:368: error: invalid conversion from 'const char*' to 'const UInt8*' source/pybase.cpp:368: error: initializing argument 1 of 'OSStatus FSPathMakeRef(const UInt8*, FSRef*, Boolean*)' make[1]: *** [pd-darwin/release-multi/pybase.opp] Error 1 make: *** [build-release-multi] Error 2--
http://theradioproject.com http://perhapsidid.blogspot.com
(((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO
Kyle Klipowicz schrieb:
No, in fact, there is no include directory in my grill dir.
What should I do? This is totally crashing pixelTANGO right now!!
I can't help you with pixeltango and i don't see what's on your hard drive. Obviously you need to download flext if you don't have it, compile it, if you haven't done already, and then try to compile py/pyext again.
Do you have the pd cvs tree in /Users/kyleklipowicz/Pd ? Maybe then there's only the include subpath superfluous... what about /Users/kyleklipowicz/Pd/externals/grill/flext ?
greetings, Thomas