hi list,
i guess this is a pretty common question but i did not come across it in the archives: how to store and recall settings in pd? i tried using textfile to save the settings and read them again, but unfortunately it does not work (see attached patch). could someone bring be on the right track to the solution?
thanks, max
[textfile] is pretty clumsy to use. I'd investigate [pool] or [coll] if I were you. Frank Barknecht has built up an amazing system for saving presets call "memento". Search for that or "rradical pd" and you'll turn it up.
derek
Max Neupert wrote:
hi list,
i guess this is a pretty common question but i did not come across it in the archives: how to store and recall settings in pd? i tried using textfile to save the settings and read them again, but unfortunately it does not work (see attached patch). could someone bring be on the right track to the solution?
thanks, max
And here is a smaple-mapping system I built using [coll] as well:
http://www.puredata.info/Members/derek/samplemapper.zip/view
d.
derek holzer wrote:
[textfile] is pretty clumsy to use. I'd investigate [pool] or [coll] if I were you. Frank Barknecht has built up an amazing system for saving presets call "memento". Search for that or "rradical pd" and you'll turn it up.
derek
Max Neupert wrote:
hi list,
i guess this is a pretty common question but i did not come across it in the archives: how to store and recall settings in pd? i tried using textfile to save the settings and read them again, but unfortunately it does not work (see attached patch). could someone bring be on the right track to the solution?
thanks, max
Hallo, Max Neupert hat gesagt: // Max Neupert wrote:
i guess this is a pretty common question but i did not come across it in the archives: how to store and recall settings in pd? i tried using textfile to save the settings and read them again, but unfortunately it does not work (see attached patch). could someone bring be on the right track to the solution?
Use "rewind, bang" for restoring.
For more sophisticated state saving see:
Frank Barknecht _ ______footils.org__
_ __latest track: fqdn _ http://footils.org/cms/show/38
hi, Am 06.03.2005 um 19:47 schrieb Frank Barknecht:
Hallo, Max Neupert hat gesagt: // Max Neupert wrote:
i guess this is a pretty common question but i did not come across it in the archives: how to store and recall settings in pd? i tried using textfile to save the settings and read them again, but unfortunately it does not work (see attached patch). could someone bring be on the right track to the solution?
Use "rewind, bang" for restoring.
ok, thanks. that's it.
For more sophisticated state saving see:
my pd 0.38 on osx crashes if i try to load one of the rradical patches. (like analogue-0.2/example.pd) do i need to add any -lib flags to .pdrc to make it work?
thanks, max
Hallo, Max Neupert hat gesagt: // Max Neupert wrote:
my pd 0.38 on osx crashes if i try to load one of the rradical patches. (like analogue-0.2/example.pd) do i need to add any -lib flags to .pdrc to make it work?
Well, analogue is not a good patch to start, as it is Linux specific. Try rradical/usecases/showcase/the-showcase.pd instead.
Or better yet: try the Memento help files, which are help files for the state saving objects [originator], [commun] and [careGUI]. Those should work if you have the [pool] and OSC externals and [prepend] from Cyclone.
Pd likes to crash with RRADical patches if you have the [prepend] from GGEE loaded. I don't know, why, but the ggee prepend is obsolete anyways, so make sure it's not loaded or available.
Frank Barknecht _ ______footils.org__
_ __latest track: fqdn _ http://footils.org/cms/show/38
hi,
turns out that it's crashing because of [pool]. is there a cure for this?
max
Am 07.03.2005 um 02:51 schrieb Frank Barknecht:
Hallo, Max Neupert hat gesagt: // Max Neupert wrote:
my pd 0.38 on osx crashes if i try to load one of the rradical patches. (like analogue-0.2/example.pd) do i need to add any -lib flags to .pdrc to make it work?
Well, analogue is not a good patch to start, as it is Linux specific. Try rradical/usecases/showcase/the-showcase.pd instead.
Or better yet: try the Memento help files, which are help files for the state saving objects [originator], [commun] and [careGUI]. Those should work if you have the [pool] and OSC externals and [prepend] from Cyclone.
Pd likes to crash with RRADical patches if you have the [prepend] from GGEE loaded. I don't know, why, but the ggee prepend is obsolete anyways, so make sure it's not loaded or available.
Ciao
Frank Barknecht _ ______footils.org__
_ __latest track: fqdn _ http://footils.org/cms/show/38
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hallo, Max Neupert hat gesagt: // Max Neupert wrote:
turns out that it's crashing because of [pool]. is there a cure for this?
Hm, maybe recompile pool? If pool doesn't work, then the whole Memento system fails. :(
Frank Barknecht _ ______footils.org__
_ __latest track: fqdn _ http://footils.org/cms/show/38
Hi Max,
turns out that it's crashing because of [pool]. is there a cure for this?
i have had reports of crashing [pool]s already but i was unable to reproduce them. I'll upload a binary version to my website shortly. It would be great if you could try to recompile it yourself and report back if it succeeded.
best greetings, Thomas
hi thomas, list,
i am not at all pro in recompiling but i'll try to. i edited the config-pd-darwin.txt so it looks like this:
-- # 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=/Applications/Pd-0.38.app/Contents/Resources/src
# where is the PD executable? PD=/Applications/Pd-0.38.app/Contents/Resources/bin/pd
# where do the flext libraries reside? FLEXTPATH=/Applications/Pd-0.38.app/Contents/Resources/extra/flext
# where should flext libraries be built? TARGDIR=./pd-darwin
# where should pool be installed? # (leave blank to omit installation) INSTPATH=/Applications/Pd-0.38.app/Contents/Resources/extra
# additional compiler flags # (check if they match your system!) UFLAGS=-malign-power -maltivec -faltivec
# use shared flext library
then in the terminal it gives me this:
McLaren:~/Desktop/pool.1 max$ make make: *** No targets specified and no makefile found. Stop.
what's my problem here?
thanks, max
Am 07.03.2005 um 10:27 schrieb Thomas Grill:
Hi Max,
turns out that it's crashing because of [pool]. is there a cure for this?
i have had reports of crashing [pool]s already but i was unable to reproduce them. I'll upload a binary version to my website shortly. It would be great if you could try to recompile it yourself and report back if it succeeded.
best greetings, Thomas
Am 07.03.2005 um 15:12 schrieb Thomas Grill:
Hi Max, which versions of flext and pool are you using?
McLaren:~/Desktop/pool.1 max$ make make: *** No targets specified and no makefile found. Stop.
what's my problem here?
please use "sh build-pd-darwin.sh"
best greetings, Thomas
hi thomas, list,
i use the one's from your website, just downloaded.
here is what i get if i try to make pool using "sh build-pd-darwin.sh":
McLaren:~/Desktop/pool.1 max$ sh build-pd-darwin.sh
build-pd-darwin.sh: line 28: -maltivec: command not found
touch source/main.cpp
g++ -c -O2 -malign-power -maltivec -faltivec -Wno-unused
-Wno-parentheses -Wno-switch -Wstrict-prototypes -DFLEXT_SYS=2
-I/Applications/Pd-0.38.app/Contents/Resources/src
-I/Applications/Pd-0.38.app/Contents/Resources/extra/flext
source/main.cpp -o pd-darwin/main.o
In file included from source/main.cpp:11:
source/pool.h:16:19: flext.h: No such file or directory
source/pool.h:19:2: #error You need at least flext version 0.4.6
In file included from source/main.cpp:11:
source/pool.h:32: error: syntax error before ;' token source/pool.h:33: error: syntax error before
;' token
source/pool.h:37: error: parse error before {' token source/pool.h:40: error: destructors must be member functions source/pool.h:42: error: syntax error before
&' token
source/pool.h:43: error: syntax error before *' token source/pool.h:45: error: 'A' is used as a type, but is not defined as a type. source/pool.h:46: error: syntax error before
*' token
source/pool.h:47: error: syntax error before `*' token
source/pool.h:52: error: parse error before {' token source/pool.h:55: error: destructors must be member functions source/pool.h:60: error: non-member function
BL Empty()' cannot have
const' method qualifier source/pool.h: In function
BL Empty()':
source/pool.h:60: error: dirs' undeclared (first use this function) source/pool.h:60: error: (Each undeclared identifier is reported only once for each function it appears in.) source/pool.h:60: error:
vals' undeclared (first use this function)
source/pool.h: At global scope:
source/pool.h:61: error: non-member function BL HasDirs()' cannot have
const'
method qualifier
source/pool.h:62: error: non-member function BL HasVals()' cannot have
const'
method qualifier
source/pool.h:64: error: syntax error before *' token source/pool.h:65: error: syntax error before
*' token
source/pool.h:66: error: parse error before `*' token
source/pool.h:67: error: parse error before &' token source/pool.h: In function
BL DelDir(...)':
source/pool.h:67: error: d' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:68: error: syntax error before
*' token
source/pool.h:69: error: syntax error before `*' token
source/pool.h:71: error: parse error before &' token source/pool.h:72: error: parse error before
&' token
source/pool.h: In function V ClrVal(...)': source/pool.h:72: error:
key' undeclared (first use this function)
source/pool.h: At global scope:
source/pool.h:73: error: syntax error before *' token source/pool.h:74: error: syntax error before
*' token
source/pool.h:75: error: non-member function I CntAll()' cannot have
const'
method qualifier
source/pool.h:76: error: A' was not declared in this scope source/pool.h:76: error:
keys' was not declared in this scope
source/pool.h:76: error: AtomList' was not declared in this scope source/pool.h:76: error:
lst' was not declared in this scope
source/pool.h:76: error: parse error before =' token source/pool.h:77: error: non-member function
I PrintAll(char*, int)'
cannot
have const' method qualifier source/pool.h:78: error:
AtomList' was not declared in this scope
source/pool.h:78: error: keys' was not declared in this scope source/pool.h:79: error: non-member function
I CntSub()' cannot have
const' method qualifier source/pool.h:80: error: parse error before
*' token
source/pool.h:82: error: syntax error before `*' token
source/pool.h:83: error: syntax error before *' token source/pool.h:85: error: parse error before
*' token
source/pool.h:86: error: p' was not declared in this scope source/pool.h:86: error: parse error before
,' token
source/pool.h:90: error: parse error before &' token source/pool.h:91: error: parse error before
&' token
source/pool.h:93: error: non-member function int VSize()' cannot have
const'
method qualifier
source/pool.h: In function int VSize()': source/pool.h:93: error:
vsize' undeclared (first use this function)
source/pool.h: At global scope:
source/pool.h:94: error: non-member function int DSize()' cannot have
const'
method qualifier
source/pool.h: In function int DSize()': source/pool.h:94: error:
dsize' undeclared (first use this function)
source/pool.h: At global scope:
source/pool.h:96: error: parse error before protected' source/pool.h:98: error: parse error before
&' token
source/pool.h:98: error: non-member function int DIdx(...)' cannot have
const
' method qualifier
source/pool.h: In function int DIdx(...)': source/pool.h:98: error:
AtomHash' undeclared (first use this function)
source/pool.h:98: error: dbits' undeclared (first use this function) source/pool.h:98: error:
FoldBits' undeclared (first use this function)
source/pool.h: At global scope:
source/pool.h:100: error: 'A' is used as a type, but is not defined as
a type.
source/pool.h:101: error: syntax error before `*' token
source/pool.h:103: error: syntax error before *' token source/pool.h:104: error: uninitialized const
vbits'
source/pool.h:104: error: const I dbits' used prior to declaration source/pool.h:104: error: uninitialized const
dbits'
source/pool.h:104: error: const I vsize' used prior to declaration source/pool.h:104: error: uninitialized const
vsize'
source/pool.h:104: error: const I dsize' used prior to declaration source/pool.h:104: error: uninitialized const
dsize'
source/pool.h:106: error: unsigned int FoldBits(long unsigned int, int)' used prior to declaration source/pool.h:109: error: syntax error before
*' token
source/pool.h:110: error: syntax error before `*' token
source/pool.h:112: error: valentry*vals' used prior to declaration source/pool.h:113: error:
direntry*dirs' used prior to declaration
source/pool.h:114: error: parse error before }' token source/pool.h:118: error: parse error before
{' token
source/pool.h:121: error: destructors must be member functions
source/pool.h: In function V Push()': source/pool.h:123: error:
refs' undeclared (first use this function)
source/pool.h: At global scope:
source/pool.h:127: error: parse error before &' token source/pool.h:128: error: parse error before
&' token
source/pool.h:129: error: parse error before &' token source/pool.h:131: error: parse error before
&' token
source/pool.h:132: error: parse error before &' token source/pool.h:133: error: parse error before
&' token
source/pool.h:134: error: syntax error before `*' token
source/pool.h:135: error: syntax error before *' token source/pool.h:136: error: syntax error before
*' token
source/pool.h:137: error: syntax error before `*' token
source/pool.h:138: error: parse error before &' token source/pool.h:139: error: parse error before
&' token
source/pool.h:140: error: parse error before &' token source/pool.h:141: error: parse error before
&' token
source/pool.h:142: error: parse error before &' token source/pool.h:144: error: parse error before
&' token
source/pool.h:145: error: syntax error before *' token source/pool.h:146: error: syntax error before
*' token
source/pool.h:148: error: parse error before &' token source/pool.h:149: error: parse error before
&' token
source/pool.h: In function `BL Load(const C*)':
source/pool.h:150: error: AtomList' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:152: error: parse error before
&' token
source/pool.h:153: error: parse error before &' token source/pool.h:157: error:
I refs' used prior to declaration
source/pool.h:158: error: syntax error before *' token source/pool.h:159: error: syntax error before
*' token
source/pool.h:161: error: 'pooldir' is used as a type, but is not
defined as a
type.
source/pool.h:163: error: parse error before private' source/main.cpp:21: error: parse error before
{' token
source/main.cpp:26: error: destructors must be member functions
source/main.cpp:28: error: t_classid' was not declared in this scope source/main.cpp:28: error: variable or field
setup' declared void
source/main.cpp:30: error: virtual outside class declaration
source/main.cpp:32: error: syntax error before `*' token
source/main.cpp:38: error: l' was not declared in this scope source/main.cpp:38: error: variable or field
mg_pool' declared void
source/main.cpp:46: error: parse error before *' token source/main.cpp:47: error: parse error before
*' token
source/main.cpp: In function V m_mkchdir(...)': source/main.cpp:47: error:
argc' undeclared (first use this function)
source/main.cpp:47: error: argv' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:48: error: parse error before
*' token
source/main.cpp:49: error: parse error before *' token source/main.cpp:50: error: parse error before
*' token
source/main.cpp:52: error: parse error before `*' token
source/main.cpp:53: error: parse error before *' token source/main.cpp:54: error: parse error before
*' token
source/main.cpp:55: error: parse error before `*' token
source/main.cpp:58: error: parse error before *' token source/main.cpp: In function
V m_set(...)':
source/main.cpp:58: error: MakeSymbol' undeclared (first use this function) source/main.cpp:58: error:
set' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:59: error: parse error before *' token source/main.cpp:60: error: parse error before
*' token
source/main.cpp:64: error: parse error before `*' token
source/main.cpp:67: error: parse error before *' token source/main.cpp:68: error: parse error before
*' token
source/main.cpp:70: error: parse error before `*' token
source/main.cpp:71: error: parse error before *' token source/main.cpp:73: error: parse error before
*' token
source/main.cpp:74: error: parse error before `*' token
source/main.cpp:78: error: parse error before *' token source/main.cpp:82: error: parse error before
*' token
source/main.cpp: In function V m_paste(...)': source/main.cpp:82: error:
paste' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:83: error: parse error before `*' token
source/main.cpp:85: error: parse error before *' token source/main.cpp:86: error: parse error before
*' token
source/main.cpp: In function V m_cutall()': source/main.cpp:87: error:
copyall' undeclared (first use this
function)
source/main.cpp: At global scope:
source/main.cpp:89: error: parse error before `*' token
source/main.cpp: In function V m_cutrec(...)': source/main.cpp:89: error:
copyrec' undeclared (first use this
function)
source/main.cpp: At global scope:
source/main.cpp:90: error: parse error before *' token source/main.cpp:93: error: parse error before
*' token
source/main.cpp: In function V m_load(...)': source/main.cpp:93: error:
load' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:94: error: parse error before `*' token
source/main.cpp: In function V m_save(...)': source/main.cpp:94: error:
save' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:95: error: parse error before *' token source/main.cpp:96: error: parse error before
*' token
source/main.cpp:99: error: parse error before `*' token
source/main.cpp: In function V m_lddir(...)': source/main.cpp:99: error:
lddir' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:100: error: parse error before *' token source/main.cpp: In function
V m_ldrec(...)':
source/main.cpp:100: error: ldrec' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:101: error: parse error before
*' token
source/main.cpp:102: error: parse error before `*' token
source/main.cpp:105: error: parse error before *' token source/main.cpp: In function
V m_svdir(...)':
source/main.cpp:105: error: svdir' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:106: error: parse error before
*' token
source/main.cpp: In function V m_svrec(...)': source/main.cpp:106: error:
svrec' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:107: error: parse error before `*' token
source/main.cpp:108: error: parse error before *' token source/main.cpp:110: error: parse error before
private'
source/main.cpp:112: error: parse error before *' token source/main.cpp:113: error: parse error before
&' token
source/main.cpp: In function BL ValChk(...)': source/main.cpp:113: error:
l' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:114: error: parse error before &' token source/main.cpp:118: error: parse error before
*' token
source/main.cpp:118: error: V set(...)' used prior to declaration source/main.cpp:119: error: parse error before
*' token
source/main.cpp:120: error: parse error before *' token source/main.cpp:121: error: parse error before
*' token
source/main.cpp:123: error: parse error before `*' token
source/main.cpp:123: error: V paste(...)' used prior to declaration source/main.cpp:124: error: parse error before
*' token
source/main.cpp:125: error: parse error before `*' token
source/main.cpp:125: error: V copyall(...)' used prior to declaration source/main.cpp:126: error: parse error before
*' token
source/main.cpp:126: error: V copyrec(...)' used prior to declaration source/main.cpp:128: error: parse error before
*' token
source/main.cpp:128: error: V load(...)' used prior to declaration source/main.cpp:129: error: parse error before
*' token
source/main.cpp:129: error: V save(...)' used prior to declaration source/main.cpp:130: error: parse error before
*' token
source/main.cpp:130: error: V lddir(...)' used prior to declaration source/main.cpp:131: error: parse error before
*' token
source/main.cpp:131: error: V ldrec(...)' used prior to declaration source/main.cpp:132: error: parse error before
*' token
source/main.cpp:132: error: V svdir(...)' used prior to declaration source/main.cpp:133: error: parse error before
*' token
source/main.cpp:133: error: V svrec(...)' used prior to declaration source/main.cpp: In function
V echodir()':
source/main.cpp:135: error: echo' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:137: error:
BL echo' used prior to declaration
source/main.cpp:139: error: syntax error before `*' token
source/main.cpp:140: error: 'AtomList' is used as a type, but is not
defined as
a type.
source/main.cpp:141: error: syntax error before *' token source/main.cpp:142: error: syntax error before
*' token
source/main.cpp:144: error: syntax error before `*' token
source/main.cpp:146: error: parse error before *' token source/main.cpp:149: error: syntax error before
*' token
source/main.cpp:150: error: p' was not declared in this scope source/main.cpp:150: error: variable or field
RmvPool' declared void
source/main.cpp:152: error: non-member function `std::string
MakeFilename(const
C*)' cannot have const' method qualifier source/main.cpp:154: error:
ms_pool' was not declared in this scope
source/main.cpp:155: warning: ISO C++ forbids declaration of
FLEXT_CALLVAR_V' with no type source/main.cpp:155: warning: initializer list being treated as compound expression source/main.cpp:155: error: syntax error before
(' token
source/main.cpp:220: warning: ISO C++ forbids declaration of
FLEXT_NEW_V' with no type source/main.cpp:220: warning: initializer list being treated as compound expression source/main.cpp:220: warning: invalid conversion from
void (*)()' to
int' source/main.cpp:223: error: syntax error before
*' token
source/main.cpp:226: error: t_classid' was not declared in this scope source/main.cpp:226: error: parse error before
)' token
source/main.cpp:227: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::setup(...)': source/main.cpp:228: error:
post' undeclared (first use this function)
source/main.cpp:232: error: head' undeclared (first use this function) source/main.cpp:232: error:
tail' undeclared (first use this function)
source/main.cpp:234: error: c' undeclared (first use this function) source/main.cpp:234: error:
ms_pool' undeclared (first use this
function)
source/main.cpp:234: error: FLEXT_CADDATTR_VAR' undeclared (first use this function) source/main.cpp:235: error:
FLEXT_CADDATTR_VAR1' undeclared (first use
this
function)
source/main.cpp:237: error: FLEXT_CADDATTR_GET' undeclared (first use this function) source/main.cpp:241: error:
FLEXT_CADDMETHOD_' undeclared (first use
this
function)
source/main.cpp: At global scope:
source/main.cpp:300: error: parse error before *' token source/main.cpp:300: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp: In constructor
pool::pool(...)':
source/main.cpp:301: error: class pool' does not have any field named
absdir'
source/main.cpp:301: error: class pool' does not have any field named
echo'
source/main.cpp:301: error: class pool' does not have any field named
pl'
source/main.cpp:302: error: class pool' does not have any field named
clip'
source/main.cpp:303: error: class pool' does not have any field named
vcnt'
source/main.cpp:303: error: class pool' does not have any field named
dcnt'
source/main.cpp:305: error: holdname' undeclared (first use this function) source/main.cpp:305: error:
IsSymbol' undeclared (first use this
function)
source/main.cpp:305: error: GetSymbol' undeclared (first use this function) source/main.cpp:307: error:
AddInAnything' undeclared (first use this
function)
source/main.cpp:308: error: AddOutList' undeclared (first use this function) source/main.cpp:309: error:
AddOutAnything' undeclared (first use this
function)
source/main.cpp: At global scope:
source/main.cpp:315: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:320: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function BL pool::Init()': source/main.cpp:321: error:
flext_base' undeclared (first use this
function)
source/main.cpp:321: error: parse error before ::' token source/main.cpp: At global scope: source/main.cpp:325: error: parse error before
else'
source/main.cpp:328: error: parse error before *' token source/main.cpp:329: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp: In member function
V pool::SetPool(...)':
source/main.cpp:330: error: s' undeclared (first use this function) source/main.cpp:332: error:
pl' undeclared (first use this function)
source/main.cpp:338: error: GetPool' undeclared (first use this function) source/main.cpp:346: error: parse error before
(' token
source/main.cpp: At global scope:
source/main.cpp:351: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::FreePool()': source/main.cpp:352: error:
curdir' undeclared (first use this
function)
source/main.cpp:356: error: RmvPool' cannot be used as a function source/main.cpp:362: error:
clip' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:365: error: parse error before &' token source/main.cpp:366: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp: In member function
V pool::ms_pool(...)':
source/main.cpp:367: warning: ISO C++ forbids declaration of S' with no type source/main.cpp:367: error: uninitialized const
S'
source/main.cpp:367: error: parse error before *' token source/main.cpp:369: error:
thisName' undeclared (first use this
function)
source/main.cpp:370: error: GetASymbol' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:378: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:378: error: invalid declarator source/main.cpp:378: error: syntax error before
{' token
source/main.cpp:380: warning: ISO C++ forbids declaration of
SetSymbol' with no type source/main.cpp:380: warning: initializer list being treated as compound expression source/main.cpp:380: error: parse error before
}' token
source/main.cpp:384: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:389: error: parse error before *' token source/main.cpp:390: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp: In member function
V pool::getdir(...)':
source/main.cpp:391: error: tag' undeclared (first use this function) source/main.cpp:391: error:
ToOutAnything' undeclared (first use this
function)
source/main.cpp:392: error: ToOutList' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:395: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:397: error: parse error before
*' token
source/main.cpp:398: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::m_mkdir(...)': source/main.cpp:399: error:
chg' undeclared (first use this function)
source/main.cpp:403: error: AtomList' undeclared (first use this function) source/main.cpp:403: error: parse error before
;' token
source/main.cpp:404: error: could not convert std::abs' to
bool'
source/main.cpp:404: error: ndir' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:417: error: parse error before
*' token
source/main.cpp:418: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::m_chdir(...)': source/main.cpp:422: error:
AtomList' undeclared (first use this
function)
source/main.cpp:422: error: parse error before (' token source/main.cpp:423: error: could not convert
std::abs' to bool' source/main.cpp:427: error:
prv' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:434: error: parse error before *' token source/main.cpp:435: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp: In member function
V pool::m_updir(...)':
source/main.cpp:438: error: CanbeInt' undeclared (first use this function) source/main.cpp:441: error:
GetAInt' undeclared (first use this
function)
source/main.cpp:449: error: parse error before (' token source/main.cpp: At global scope: source/main.cpp:466: error: parse error before
*' token
source/main.cpp:467: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::m_rmdir(...)': source/main.cpp:468: error: could not convert
std::abs' to bool' source/main.cpp: At global scope: source/main.cpp:478: error: parse error before
*' token
source/main.cpp:479: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::set(...)': source/main.cpp:480: error:
KeyChk' undeclared (first use this
function)
source/main.cpp:481: error: GetString' undeclared (first use this function) source/main.cpp:486: error: parse error before
(' token
source/main.cpp:486: error: over' undeclared (first use this function) source/main.cpp:486: error: parse error before
)' token
source/main.cpp: At global scope:
source/main.cpp:492: error: parse error before *' token source/main.cpp:493: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:508: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:516: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:524: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:531: error: parse error before
*' token
source/main.cpp:532: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::m_get(...)': source/main.cpp:539: error:
r' undeclared (first use this function)
source/main.cpp:551: error: ToOutBang' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:560: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:584: error: parse error before
*' token
source/main.cpp:585: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function I pool::getrec(...)': source/main.cpp:586: error:
AtomList' undeclared (first use this
function)
source/main.cpp:586: error: parse error before (' token source/main.cpp:587: error:
gldir' undeclared (first use this function)
source/main.cpp:587: error: rdir' undeclared (first use this function) source/main.cpp:591: error:
how' undeclared (first use this function)
source/main.cpp:599: error: A' undeclared (first use this function) source/main.cpp:599: error:
k' undeclared (first use this function)
source/main.cpp:618: error: level' undeclared (first use this function) source/main.cpp:619: warning: ISO C++ forbids declaration of
A' with
no type
source/main.cpp:619: error: uninitialized const A' source/main.cpp:619: error: parse error before
*' token
source/main.cpp:626: error: order' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:636: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:644: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:651: error: parse error before
*' token
source/main.cpp:652: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:670: error: parse error before *' token source/main.cpp:671: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:689: error: parse error before
*' token
source/main.cpp:690: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function I pool::getsub(...)': source/main.cpp:691: error: parse error before
(' token
source/main.cpp:696: warning: ISO C++ forbids declaration of A' with no type source/main.cpp:696: error: uninitialized const
A'
source/main.cpp:696: error: parse error before `*' token
source/main.cpp:704: error: parse error before (' token source/main.cpp: At global scope: source/main.cpp:723: error: parse error before
*' token
source/main.cpp:724: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:743: error: parse error before `*' token
source/main.cpp:744: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:764: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::m_cntall()': source/main.cpp:765: warning: ISO C++ forbids declaration of
S' with
no type
source/main.cpp:765: error: uninitialized const S' source/main.cpp:765: error: parse error before
*' token
source/main.cpp:767: error: ToOutSymbol' undeclared (first use this function) source/main.cpp:770: error:
ToOutInt' undeclared (first use this
function)
source/main.cpp: At global scope:
source/main.cpp:775: error: parse error before `*' token
source/main.cpp:776: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::m_cntrec(...)': source/main.cpp:777: warning: ISO C++ forbids declaration of
S' with
no type
source/main.cpp:777: error: uninitialized const S' source/main.cpp:777: error: parse error before
*' token
source/main.cpp: At global scope:
source/main.cpp:800: error: parse error before `*' token
source/main.cpp:801: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::m_cntsub(...)': source/main.cpp:802: warning: ISO C++ forbids declaration of
S' with
no type
source/main.cpp:802: error: uninitialized const S' source/main.cpp:802: error: parse error before
*' token
source/main.cpp: At global scope:
source/main.cpp:825: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::m_printall()': source/main.cpp:826: warning: ISO C++ forbids declaration of
S' with
no type
source/main.cpp:826: error: uninitialized const S' source/main.cpp:826: error: parse error before
*' token
source/main.cpp: At global scope:
source/main.cpp:831: error: parse error before *' token source/main.cpp:832: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp: In member function
V pool::m_printrec(...)':
source/main.cpp:833: warning: ISO C++ forbids declaration of S' with no type source/main.cpp:833: error: uninitialized const
S'
source/main.cpp:833: error: parse error before *' token source/main.cpp:846: error: parse error before
(' token
source/main.cpp:847: error: fromroot' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:856: error: parse error before
*' token
source/main.cpp:857: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::paste(...)': source/main.cpp:868: error:
CanbeBool' undeclared (first use this
function)
source/main.cpp:868: error: GetABool' undeclared (first use this function) source/main.cpp:876: error:
repl' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:886: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:891: error: parse error before `*' token
source/main.cpp:892: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::copy(...)': source/main.cpp:900: error:
cut' undeclared (first use this function)
source/main.cpp: At global scope:
source/main.cpp:910: error: parse error before *' token source/main.cpp:911: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp: In member function
V pool::copyall(...)':
source/main.cpp:913: error: depth' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:922: error: parse error before
*' token
source/main.cpp:923: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:938: error: parse error before `*' token
source/main.cpp:939: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function V pool::load(...)': source/main.cpp:940: error:
xml' undeclared (first use this function)
source/main.cpp:944: error: IsString' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:958: error: parse error before
*' token
source/main.cpp:959: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:978: error: parse error before `*' token
source/main.cpp:979: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:998: error: parse error before *' token source/main.cpp:999: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp:1033: error: parse error before
*' token
source/main.cpp:1034: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:1053: error: parse error before `*' token
source/main.cpp:1054: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:1075: error: parse error before &' token source/main.cpp:1076: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp: In member function
BL pool::KeyChk(...)':
source/main.cpp:1077: error: a' undeclared (first use this function) source/main.cpp:1077: error:
IsFloat' undeclared (first use this
function)
source/main.cpp:1077: error: IsInt' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:1080: error: parse error before
*' token
source/main.cpp:1081: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp: In member function BL pool::ValChk(...)': source/main.cpp:1083: warning: ISO C++ forbids declaration of
t_atom'
with no
type
source/main.cpp:1083: error: uninitialized const t_atom' source/main.cpp:1083: error: parse error before
&' token
source/main.cpp: At global scope:
source/main.cpp:1089: error: parse error before &' token source/main.cpp:1090: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of class pool' source/main.cpp: In member function
V pool::ToOutAtom(...)':
source/main.cpp:1092: error: ix' undeclared (first use this function) source/main.cpp:1094: error:
GetFloat' undeclared (first use this
function)
source/main.cpp:1094: error: ToOutFloat' undeclared (first use this function) source/main.cpp:1096: error:
GetInt' undeclared (first use this
function)
source/main.cpp: At global scope:
source/main.cpp:1103: error: syntax error before `*' token
source/main.cpp:1106: error: syntax error before &&' token source/main.cpp:1106: warning: ISO C++ forbids declaration of
pi' with
no type
source/main.cpp:1106: error: base operand of ->' is not a pointer source/main.cpp:1106: error: parse error before
)' token
source/main.cpp:1114: error: syntax error before ->' token source/main.cpp:1119: warning: ISO C++ forbids declaration of
tail'
with no
type
source/main.cpp:1119: error: int tail' used prior to declaration source/main.cpp:1119: error:
p' was not declared in this scope
source/main.cpp:1120: error: parse error before return' source/main.cpp:1124: error:
p' was not declared in this scope
source/main.cpp:1125: error: invalid use of undefined type class pool' source/main.cpp:19: error: forward declaration of
class pool'
source/main.cpp:1125: error: invalid declarator
source/main.cpp:1125: error: syntax error before {' token source/main.cpp:1127: error: syntax error before
&&' token
source/main.cpp:1127: warning: ISO C++ forbids declaration of prv' with no type source/main.cpp:1127: error:
int prv' used prior to declaration
source/main.cpp:1127: warning: ISO C++ forbids declaration of pi' with no type source/main.cpp:1127: error: redefinition of
int pi'
source/main.cpp:1106: error: int pi' previously defined here source/main.cpp:1127: error: base operand of
->' is not a pointer
source/main.cpp:1127: error: parse error before )' token source/main.cpp:1139: error: invalid use of undefined type
class pool'
source/main.cpp:19: error: forward declaration of `class pool'
make: *** [pd-darwin/main.o] Error 1
McLaren:~/Desktop/pool.1 max$
Hi Max, to compile pool, you will need to download, compile and install the flext package (http://grrrr.org/ext/flext ) beforehand. Configuration is similar to pool. If you already installed it please make sure that the paths in pool/config***.txt are pointing to the right folders.
best greetings, Thomas
Max Neupert schrieb:
Am 07.03.2005 um 15:12 schrieb Thomas Grill:
Hi Max, which versions of flext and pool are you using?
McLaren:~/Desktop/pool.1 max$ make make: *** No targets specified and no makefile found. Stop.
what's my problem here?
please use "sh build-pd-darwin.sh"
best greetings, Thomas
hi thomas, list,
i use the one's from your website, just downloaded.
here is what i get if i try to make pool using "sh build-pd-darwin.sh":
McLaren:~/Desktop/pool.1 max$ sh build-pd-darwin.sh build-pd-darwin.sh: line 28: -maltivec: command not found touch source/main.cpp g++ -c -O2 -malign-power -maltivec -faltivec -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -DFLEXT_SYS=2
-I/Applications/Pd-0.38.app/Contents/Resources/src -I/Applications/Pd-0.38.app/Contents/Resources/extra/flext source/main.cpp -o pd-darwin/main.o In file included from source/main.cpp:11: source/pool.h:16:19: flext.h: No such file or directory source/pool.h:19:2: #error You need at least flext version 0.4.6 In file included from source/main.cpp:11: source/pool.h:32: error: syntax error before;' token source/pool.h:33: error: syntax error before
;' token source/pool.h:37: error: parse error before{' token source/pool.h:40: error: destructors must be member functions source/pool.h:42: error: syntax error before
&' token source/pool.h:43: error: syntax error before*' token source/pool.h:45: error: 'A' is used as a type, but is not defined as a type. source/pool.h:46: error: syntax error before
*' token source/pool.h:47: error: syntax error before `*' token source/pool.h:52: error: parse error before{' token source/pool.h:55: error: destructors must be member functions source/pool.h:60: error: non-member function
BL Empty()' cannot haveconst' method qualifier source/pool.h: In function
BL Empty()': source/pool.h:60: error:dirs' undeclared (first use this function) source/pool.h:60: error: (Each undeclared identifier is reported only once for each function it appears in.) source/pool.h:60: error:
vals' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:61: error: non-member functionBL HasDirs()' cannot have
const' method qualifier source/pool.h:62: error: non-member functionBL HasVals()' cannot have
const' method qualifier source/pool.h:64: error: syntax error before*' token source/pool.h:65: error: syntax error before
*' token source/pool.h:66: error: parse error before `*' token source/pool.h:67: error: parse error before&' token source/pool.h: In function
BL DelDir(...)': source/pool.h:67: error:d' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:68: error: syntax error before
*' token source/pool.h:69: error: syntax error before `*' token source/pool.h:71: error: parse error before&' token source/pool.h:72: error: parse error before
&' token source/pool.h: In functionV ClrVal(...)': source/pool.h:72: error:
key' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:73: error: syntax error before*' token source/pool.h:74: error: syntax error before
*' token source/pool.h:75: error: non-member functionI CntAll()' cannot have
const' method qualifier source/pool.h:76: error:A' was not declared in this scope source/pool.h:76: error:
keys' was not declared in this scope source/pool.h:76: error:AtomList' was not declared in this scope source/pool.h:76: error:
lst' was not declared in this scope source/pool.h:76: error: parse error before=' token source/pool.h:77: error: non-member function
I PrintAll(char*, int)' cannot haveconst' method qualifier source/pool.h:78: error:
AtomList' was not declared in this scope source/pool.h:78: error:keys' was not declared in this scope source/pool.h:79: error: non-member function
I CntSub()' cannot haveconst' method qualifier source/pool.h:80: error: parse error before
*' token source/pool.h:82: error: syntax error before `*' token source/pool.h:83: error: syntax error before*' token source/pool.h:85: error: parse error before
*' token source/pool.h:86: error:p' was not declared in this scope source/pool.h:86: error: parse error before
,' token source/pool.h:90: error: parse error before&' token source/pool.h:91: error: parse error before
&' token source/pool.h:93: error: non-member functionint VSize()' cannot have
const' method qualifier source/pool.h: In functionint VSize()': source/pool.h:93: error:
vsize' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:94: error: non-member functionint DSize()' cannot have
const' method qualifier source/pool.h: In functionint DSize()': source/pool.h:94: error:
dsize' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:96: error: parse error beforeprotected' source/pool.h:98: error: parse error before
&' token source/pool.h:98: error: non-member functionint DIdx(...)' cannot have
const ' method qualifier source/pool.h: In functionint DIdx(...)': source/pool.h:98: error:
AtomHash' undeclared (first use this function) source/pool.h:98: error:dbits' undeclared (first use this function) source/pool.h:98: error:
FoldBits' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:100: error: 'A' is used as a type, but is not defined as a type. source/pool.h:101: error: syntax error before `*' token source/pool.h:103: error: syntax error before*' token source/pool.h:104: error: uninitialized const
vbits' source/pool.h:104: error:const I dbits' used prior to declaration source/pool.h:104: error: uninitialized const
dbits' source/pool.h:104: error:const I vsize' used prior to declaration source/pool.h:104: error: uninitialized const
vsize' source/pool.h:104: error:const I dsize' used prior to declaration source/pool.h:104: error: uninitialized const
dsize' source/pool.h:106: error:unsigned int FoldBits(long unsigned int, int)' used prior to declaration source/pool.h:109: error: syntax error before
*' token source/pool.h:110: error: syntax error before `*' token source/pool.h:112: error:valentry*vals' used prior to declaration source/pool.h:113: error:
direntry*dirs' used prior to declaration source/pool.h:114: error: parse error before}' token source/pool.h:118: error: parse error before
{' token source/pool.h:121: error: destructors must be member functions source/pool.h: In functionV Push()': source/pool.h:123: error:
refs' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:127: error: parse error before&' token source/pool.h:128: error: parse error before
&' token source/pool.h:129: error: parse error before&' token source/pool.h:131: error: parse error before
&' token source/pool.h:132: error: parse error before&' token source/pool.h:133: error: parse error before
&' token source/pool.h:134: error: syntax error before `*' token source/pool.h:135: error: syntax error before*' token source/pool.h:136: error: syntax error before
*' token source/pool.h:137: error: syntax error before `*' token source/pool.h:138: error: parse error before&' token source/pool.h:139: error: parse error before
&' token source/pool.h:140: error: parse error before&' token source/pool.h:141: error: parse error before
&' token source/pool.h:142: error: parse error before&' token source/pool.h:144: error: parse error before
&' token source/pool.h:145: error: syntax error before*' token source/pool.h:146: error: syntax error before
*' token source/pool.h:148: error: parse error before&' token source/pool.h:149: error: parse error before
&' token source/pool.h: In function `BL Load(const C*)': source/pool.h:150: error:AtomList' undeclared (first use this function) source/pool.h: At global scope: source/pool.h:152: error: parse error before
&' token source/pool.h:153: error: parse error before&' token source/pool.h:157: error:
I refs' used prior to declaration source/pool.h:158: error: syntax error before*' token source/pool.h:159: error: syntax error before
*' token source/pool.h:161: error: 'pooldir' is used as a type, but is not defined as a type. source/pool.h:163: error: parse error beforeprivate' source/main.cpp:21: error: parse error before
{' token source/main.cpp:26: error: destructors must be member functions source/main.cpp:28: error:t_classid' was not declared in this scope source/main.cpp:28: error: variable or field
setup' declared void source/main.cpp:30: error: virtual outside class declaration source/main.cpp:32: error: syntax error before `*' token source/main.cpp:38: error:l' was not declared in this scope source/main.cpp:38: error: variable or field
mg_pool' declared void source/main.cpp:46: error: parse error before*' token source/main.cpp:47: error: parse error before
*' token source/main.cpp: In functionV m_mkchdir(...)': source/main.cpp:47: error:
argc' undeclared (first use this function) source/main.cpp:47: error:argv' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:48: error: parse error before
*' token source/main.cpp:49: error: parse error before*' token source/main.cpp:50: error: parse error before
*' token source/main.cpp:52: error: parse error before `*' token source/main.cpp:53: error: parse error before*' token source/main.cpp:54: error: parse error before
*' token source/main.cpp:55: error: parse error before `*' token source/main.cpp:58: error: parse error before*' token source/main.cpp: In function
V m_set(...)': source/main.cpp:58: error:MakeSymbol' undeclared (first use this function) source/main.cpp:58: error:
set' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:59: error: parse error before*' token source/main.cpp:60: error: parse error before
*' token source/main.cpp:64: error: parse error before `*' token source/main.cpp:67: error: parse error before*' token source/main.cpp:68: error: parse error before
*' token source/main.cpp:70: error: parse error before `*' token source/main.cpp:71: error: parse error before*' token source/main.cpp:73: error: parse error before
*' token source/main.cpp:74: error: parse error before `*' token source/main.cpp:78: error: parse error before*' token source/main.cpp:82: error: parse error before
*' token source/main.cpp: In functionV m_paste(...)': source/main.cpp:82: error:
paste' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:83: error: parse error before `*' token source/main.cpp:85: error: parse error before*' token source/main.cpp:86: error: parse error before
*' token source/main.cpp: In functionV m_cutall()': source/main.cpp:87: error:
copyall' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:89: error: parse error before `*' token source/main.cpp: In functionV m_cutrec(...)': source/main.cpp:89: error:
copyrec' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:90: error: parse error before*' token source/main.cpp:93: error: parse error before
*' token source/main.cpp: In functionV m_load(...)': source/main.cpp:93: error:
load' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:94: error: parse error before `*' token source/main.cpp: In functionV m_save(...)': source/main.cpp:94: error:
save' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:95: error: parse error before*' token source/main.cpp:96: error: parse error before
*' token source/main.cpp:99: error: parse error before `*' token source/main.cpp: In functionV m_lddir(...)': source/main.cpp:99: error:
lddir' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:100: error: parse error before*' token source/main.cpp: In function
V m_ldrec(...)': source/main.cpp:100: error:ldrec' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:101: error: parse error before
*' token source/main.cpp:102: error: parse error before `*' token source/main.cpp:105: error: parse error before*' token source/main.cpp: In function
V m_svdir(...)': source/main.cpp:105: error:svdir' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:106: error: parse error before
*' token source/main.cpp: In functionV m_svrec(...)': source/main.cpp:106: error:
svrec' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:107: error: parse error before `*' token source/main.cpp:108: error: parse error before*' token source/main.cpp:110: error: parse error before
private' source/main.cpp:112: error: parse error before*' token source/main.cpp:113: error: parse error before
&' token source/main.cpp: In functionBL ValChk(...)': source/main.cpp:113: error:
l' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:114: error: parse error before&' token source/main.cpp:118: error: parse error before
*' token source/main.cpp:118: error:V set(...)' used prior to declaration source/main.cpp:119: error: parse error before
*' token source/main.cpp:120: error: parse error before*' token source/main.cpp:121: error: parse error before
*' token source/main.cpp:123: error: parse error before `*' token source/main.cpp:123: error:V paste(...)' used prior to declaration source/main.cpp:124: error: parse error before
*' token source/main.cpp:125: error: parse error before `*' token source/main.cpp:125: error:V copyall(...)' used prior to declaration source/main.cpp:126: error: parse error before
*' token source/main.cpp:126: error:V copyrec(...)' used prior to declaration source/main.cpp:128: error: parse error before
*' token source/main.cpp:128: error:V load(...)' used prior to declaration source/main.cpp:129: error: parse error before
*' token source/main.cpp:129: error:V save(...)' used prior to declaration source/main.cpp:130: error: parse error before
*' token source/main.cpp:130: error:V lddir(...)' used prior to declaration source/main.cpp:131: error: parse error before
*' token source/main.cpp:131: error:V ldrec(...)' used prior to declaration source/main.cpp:132: error: parse error before
*' token source/main.cpp:132: error:V svdir(...)' used prior to declaration source/main.cpp:133: error: parse error before
*' token source/main.cpp:133: error:V svrec(...)' used prior to declaration source/main.cpp: In function
V echodir()': source/main.cpp:135: error:echo' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:137: error:
BL echo' used prior to declaration source/main.cpp:139: error: syntax error before `*' token source/main.cpp:140: error: 'AtomList' is used as a type, but is not defined as a type. source/main.cpp:141: error: syntax error before*' token source/main.cpp:142: error: syntax error before
*' token source/main.cpp:144: error: syntax error before `*' token source/main.cpp:146: error: parse error before*' token source/main.cpp:149: error: syntax error before
*' token source/main.cpp:150: error:p' was not declared in this scope source/main.cpp:150: error: variable or field
RmvPool' declared void source/main.cpp:152: error: non-member function `std::string MakeFilename(const C*)' cannot haveconst' method qualifier source/main.cpp:154: error:
ms_pool' was not declared in this scope source/main.cpp:155: warning: ISO C++ forbids declaration ofFLEXT_CALLVAR_V' with no type source/main.cpp:155: warning: initializer list being treated as compound expression source/main.cpp:155: error: syntax error before
(' token source/main.cpp:220: warning: ISO C++ forbids declaration ofFLEXT_NEW_V' with no type source/main.cpp:220: warning: initializer list being treated as compound expression source/main.cpp:220: warning: invalid conversion from
void (*)()' toint' source/main.cpp:223: error: syntax error before
*' token source/main.cpp:226: error:t_classid' was not declared in this scope source/main.cpp:226: error: parse error before
)' token source/main.cpp:227: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::setup(...)': source/main.cpp:228: error:
post' undeclared (first use this function) source/main.cpp:232: error:head' undeclared (first use this function) source/main.cpp:232: error:
tail' undeclared (first use this function) source/main.cpp:234: error:c' undeclared (first use this function) source/main.cpp:234: error:
ms_pool' undeclared (first use this function) source/main.cpp:234: error:FLEXT_CADDATTR_VAR' undeclared (first use this function) source/main.cpp:235: error:
FLEXT_CADDATTR_VAR1' undeclared (first use this function) source/main.cpp:237: error:FLEXT_CADDATTR_GET' undeclared (first use this function) source/main.cpp:241: error:
FLEXT_CADDMETHOD_' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:300: error: parse error before*' token source/main.cpp:300: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp: In constructor
pool::pool(...)': source/main.cpp:301: error: classpool' does not have any field named
absdir' source/main.cpp:301: error: classpool' does not have any field named
echo' source/main.cpp:301: error: classpool' does not have any field named
pl' source/main.cpp:302: error: classpool' does not have any field named
clip' source/main.cpp:303: error: classpool' does not have any field named
vcnt' source/main.cpp:303: error: classpool' does not have any field named
dcnt' source/main.cpp:305: error:holdname' undeclared (first use this function) source/main.cpp:305: error:
IsSymbol' undeclared (first use this function) source/main.cpp:305: error:GetSymbol' undeclared (first use this function) source/main.cpp:307: error:
AddInAnything' undeclared (first use this function) source/main.cpp:308: error:AddOutList' undeclared (first use this function) source/main.cpp:309: error:
AddOutAnything' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:315: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:320: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionBL pool::Init()': source/main.cpp:321: error:
flext_base' undeclared (first use this function) source/main.cpp:321: error: parse error before::' token source/main.cpp: At global scope: source/main.cpp:325: error: parse error before
else' source/main.cpp:328: error: parse error before*' token source/main.cpp:329: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp: In member function
V pool::SetPool(...)': source/main.cpp:330: error:s' undeclared (first use this function) source/main.cpp:332: error:
pl' undeclared (first use this function) source/main.cpp:338: error:GetPool' undeclared (first use this function) source/main.cpp:346: error: parse error before
(' token source/main.cpp: At global scope: source/main.cpp:351: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::FreePool()': source/main.cpp:352: error:
curdir' undeclared (first use this function) source/main.cpp:356: error:RmvPool' cannot be used as a function source/main.cpp:362: error:
clip' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:365: error: parse error before&' token source/main.cpp:366: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp: In member function
V pool::ms_pool(...)': source/main.cpp:367: warning: ISO C++ forbids declaration ofS' with no type source/main.cpp:367: error: uninitialized const
S' source/main.cpp:367: error: parse error before*' token source/main.cpp:369: error:
thisName' undeclared (first use this function) source/main.cpp:370: error:GetASymbol' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:378: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:378: error: invalid declarator source/main.cpp:378: error: syntax error before
{' token source/main.cpp:380: warning: ISO C++ forbids declaration ofSetSymbol' with no type source/main.cpp:380: warning: initializer list being treated as compound expression source/main.cpp:380: error: parse error before
}' token source/main.cpp:384: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:389: error: parse error before*' token source/main.cpp:390: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp: In member function
V pool::getdir(...)': source/main.cpp:391: error:tag' undeclared (first use this function) source/main.cpp:391: error:
ToOutAnything' undeclared (first use this function) source/main.cpp:392: error:ToOutList' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:395: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:397: error: parse error before
*' token source/main.cpp:398: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::m_mkdir(...)': source/main.cpp:399: error:
chg' undeclared (first use this function) source/main.cpp:403: error:AtomList' undeclared (first use this function) source/main.cpp:403: error: parse error before
;' token source/main.cpp:404: error: could not convertstd::abs' to
bool' source/main.cpp:404: error:ndir' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:417: error: parse error before
*' token source/main.cpp:418: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::m_chdir(...)': source/main.cpp:422: error:
AtomList' undeclared (first use this function) source/main.cpp:422: error: parse error before(' token source/main.cpp:423: error: could not convert
std::abs' tobool' source/main.cpp:427: error:
prv' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:434: error: parse error before*' token source/main.cpp:435: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp: In member function
V pool::m_updir(...)': source/main.cpp:438: error:CanbeInt' undeclared (first use this function) source/main.cpp:441: error:
GetAInt' undeclared (first use this function) source/main.cpp:449: error: parse error before(' token source/main.cpp: At global scope: source/main.cpp:466: error: parse error before
*' token source/main.cpp:467: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::m_rmdir(...)': source/main.cpp:468: error: could not convert
std::abs' tobool' source/main.cpp: At global scope: source/main.cpp:478: error: parse error before
*' token source/main.cpp:479: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::set(...)': source/main.cpp:480: error:
KeyChk' undeclared (first use this function) source/main.cpp:481: error:GetString' undeclared (first use this function) source/main.cpp:486: error: parse error before
(' token source/main.cpp:486: error:over' undeclared (first use this function) source/main.cpp:486: error: parse error before
)' token source/main.cpp: At global scope: source/main.cpp:492: error: parse error before*' token source/main.cpp:493: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:508: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:516: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:524: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:531: error: parse error before
*' token source/main.cpp:532: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::m_get(...)': source/main.cpp:539: error:
r' undeclared (first use this function) source/main.cpp:551: error:ToOutBang' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:560: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:584: error: parse error before
*' token source/main.cpp:585: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionI pool::getrec(...)': source/main.cpp:586: error:
AtomList' undeclared (first use this function) source/main.cpp:586: error: parse error before(' token source/main.cpp:587: error:
gldir' undeclared (first use this function) source/main.cpp:587: error:rdir' undeclared (first use this function) source/main.cpp:591: error:
how' undeclared (first use this function) source/main.cpp:599: error:A' undeclared (first use this function) source/main.cpp:599: error:
k' undeclared (first use this function) source/main.cpp:618: error:level' undeclared (first use this function) source/main.cpp:619: warning: ISO C++ forbids declaration of
A' with no type source/main.cpp:619: error: uninitialized constA' source/main.cpp:619: error: parse error before
*' token source/main.cpp:626: error:order' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:636: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:644: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:651: error: parse error before
*' token source/main.cpp:652: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:670: error: parse error before*' token source/main.cpp:671: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:689: error: parse error before
*' token source/main.cpp:690: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionI pool::getsub(...)': source/main.cpp:691: error: parse error before
(' token source/main.cpp:696: warning: ISO C++ forbids declaration ofA' with no type source/main.cpp:696: error: uninitialized const
A' source/main.cpp:696: error: parse error before `*' token source/main.cpp:704: error: parse error before(' token source/main.cpp: At global scope: source/main.cpp:723: error: parse error before
*' token source/main.cpp:724: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:743: error: parse error before `*' token source/main.cpp:744: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:764: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::m_cntall()': source/main.cpp:765: warning: ISO C++ forbids declaration of
S' with no type source/main.cpp:765: error: uninitialized constS' source/main.cpp:765: error: parse error before
*' token source/main.cpp:767: error:ToOutSymbol' undeclared (first use this function) source/main.cpp:770: error:
ToOutInt' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:775: error: parse error before `*' token source/main.cpp:776: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::m_cntrec(...)': source/main.cpp:777: warning: ISO C++ forbids declaration of
S' with no type source/main.cpp:777: error: uninitialized constS' source/main.cpp:777: error: parse error before
*' token source/main.cpp: At global scope: source/main.cpp:800: error: parse error before `*' token source/main.cpp:801: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::m_cntsub(...)': source/main.cpp:802: warning: ISO C++ forbids declaration of
S' with no type source/main.cpp:802: error: uninitialized constS' source/main.cpp:802: error: parse error before
*' token source/main.cpp: At global scope: source/main.cpp:825: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::m_printall()': source/main.cpp:826: warning: ISO C++ forbids declaration of
S' with no type source/main.cpp:826: error: uninitialized constS' source/main.cpp:826: error: parse error before
*' token source/main.cpp: At global scope: source/main.cpp:831: error: parse error before*' token source/main.cpp:832: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp: In member function
V pool::m_printrec(...)': source/main.cpp:833: warning: ISO C++ forbids declaration ofS' with no type source/main.cpp:833: error: uninitialized const
S' source/main.cpp:833: error: parse error before*' token source/main.cpp:846: error: parse error before
(' token source/main.cpp:847: error:fromroot' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:856: error: parse error before
*' token source/main.cpp:857: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::paste(...)': source/main.cpp:868: error:
CanbeBool' undeclared (first use this function) source/main.cpp:868: error:GetABool' undeclared (first use this function) source/main.cpp:876: error:
repl' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:886: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:891: error: parse error before `*' token source/main.cpp:892: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::copy(...)': source/main.cpp:900: error:
cut' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:910: error: parse error before*' token source/main.cpp:911: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp: In member function
V pool::copyall(...)': source/main.cpp:913: error:depth' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:922: error: parse error before
*' token source/main.cpp:923: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:938: error: parse error before `*' token source/main.cpp:939: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionV pool::load(...)': source/main.cpp:940: error:
xml' undeclared (first use this function) source/main.cpp:944: error:IsString' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:958: error: parse error before
*' token source/main.cpp:959: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:978: error: parse error before `*' token source/main.cpp:979: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:998: error: parse error before*' token source/main.cpp:999: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp:1033: error: parse error before
*' token source/main.cpp:1034: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:1053: error: parse error before `*' token source/main.cpp:1054: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:1075: error: parse error before&' token source/main.cpp:1076: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp: In member function
BL pool::KeyChk(...)': source/main.cpp:1077: error:a' undeclared (first use this function) source/main.cpp:1077: error:
IsFloat' undeclared (first use this function) source/main.cpp:1077: error:IsInt' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:1080: error: parse error before
*' token source/main.cpp:1081: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp: In member functionBL pool::ValChk(...)': source/main.cpp:1083: warning: ISO C++ forbids declaration of
t_atom' with no type source/main.cpp:1083: error: uninitialized constt_atom' source/main.cpp:1083: error: parse error before
&' token source/main.cpp: At global scope: source/main.cpp:1089: error: parse error before&' token source/main.cpp:1090: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration ofclass pool' source/main.cpp: In member function
V pool::ToOutAtom(...)': source/main.cpp:1092: error:ix' undeclared (first use this function) source/main.cpp:1094: error:
GetFloat' undeclared (first use this function) source/main.cpp:1094: error:ToOutFloat' undeclared (first use this function) source/main.cpp:1096: error:
GetInt' undeclared (first use this function) source/main.cpp: At global scope: source/main.cpp:1103: error: syntax error before `*' token source/main.cpp:1106: error: syntax error before&&' token source/main.cpp:1106: warning: ISO C++ forbids declaration of
pi' with no type source/main.cpp:1106: error: base operand of->' is not a pointer source/main.cpp:1106: error: parse error before
)' token source/main.cpp:1114: error: syntax error before->' token source/main.cpp:1119: warning: ISO C++ forbids declaration of
tail' with no type source/main.cpp:1119: error:int tail' used prior to declaration source/main.cpp:1119: error:
p' was not declared in this scope source/main.cpp:1120: error: parse error beforereturn' source/main.cpp:1124: error:
p' was not declared in this scope source/main.cpp:1125: error: invalid use of undefined typeclass pool' source/main.cpp:19: error: forward declaration of
class pool' source/main.cpp:1125: error: invalid declarator source/main.cpp:1125: error: syntax error before{' token source/main.cpp:1127: error: syntax error before
&&' token source/main.cpp:1127: warning: ISO C++ forbids declaration ofprv' with no type source/main.cpp:1127: error:
int prv' used prior to declaration source/main.cpp:1127: warning: ISO C++ forbids declaration ofpi' with no type source/main.cpp:1127: error: redefinition of
int pi' source/main.cpp:1106: error:int pi' previously defined here source/main.cpp:1127: error: base operand of
->' is not a pointer source/main.cpp:1127: error: parse error before)' token source/main.cpp:1139: error: invalid use of undefined type
class pool' source/main.cpp:19: error: forward declaration of `class pool' make: *** [pd-darwin/main.o] Error 1 McLaren:~/Desktop/pool.1 max$
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
hi thomas,
ok, that's not mentioned in the documentation - is it? i tried to compile flext, an added -lib flext to .pdrc pd quotes on startup: flext: can't load library
thanks, max
Am 08.03.2005 um 10:29 schrieb Thomas Grill:
Hi Max, to compile pool, you will need to download, compile and install the flext package (http://grrrr.org/ext/flext ) beforehand. Configuration is similar to pool. If you already installed it please make sure that the paths in pool/config***.txt are pointing to the right folders.
best greetings, Thomas
Max Neupert schrieb:
Am 07.03.2005 um 15:12 schrieb Thomas Grill:
Hi Max, which versions of flext and pool are you using?
McLaren:~/Desktop/pool.1 max$ make make: *** No targets specified and no makefile found. Stop.
what's my problem here?
please use "sh build-pd-darwin.sh"
best greetings, Thomas
hi thomas, list,
i use the one's from your website, just downloaded.
here is what i get if i try to make pool using "sh build-pd-darwin.sh":
McLaren:~/Desktop/pool.1 max$ sh build-pd-darwin.sh build-pd-darwin.sh: line 28: -maltivec: command not found touch source/main.cpp g++ -c -O2 -malign-power -maltivec -faltivec -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -DFLEXT_SYS=2
-I/Applications/Pd-0.38.app/Contents/Resources/src -I/Applications/Pd-0.38.app/Contents/Resources/extra/flext source/main.cpp -o pd-darwin/main.o In file included from source/main.cpp:11: ...
Hi Max, i'm pretty sure that it's mentioned - for the current version i know that it is. Please see the readme.txt, chapter "Building from source".
Concerning flext: it's not a PD-loadable library of externals, but rather a programming library that is needed by flext-based externals such as pool. Thus it doesn't have to be loaded with -lib. Judging from the build log it looks like your flext build is correctly installed, you can now commence building pool.
good luck, Thomas
Max Neupert schrieb:
hi thomas,
ok, that's not mentioned in the documentation - is it? i tried to compile flext, an added -lib flext to .pdrc pd quotes on startup: flext: can't load library
McLaren:~/Desktop/flext max$ sh build-pd-darwin.sh build-pd-darwin.sh: line 28: -malign-power: command not found mkdir ./pd-darwin touch source/flbase.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbase.cpp -o pd-darwin/flbase.o touch source/flext.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flext.cpp -o pd-darwin/flext.o touch source/flbuf.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbuf.cpp -o pd-darwin/flbuf.o touch source/fldsp.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fldsp.cpp -o pd-darwin/fldsp.o touch source/fllib.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fllib.cpp -o pd-darwin/fllib.o touch source/flxlet.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flxlet.cpp -o pd-darwin/flxlet.o touch source/flattr.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr.cpp -o pd-darwin/flattr.o touch source/flattr_ed.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr_ed.cpp -o pd-darwin/flattr_ed.o touch source/flsupport.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsupport.cpp -o pd-darwin/flsupport.o touch source/flutil.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flutil.cpp -o pd-darwin/flutil.o touch source/flatom.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom.cpp -o pd-darwin/flatom.o touch source/flatom_pr.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_pr.cpp -o pd-darwin/flatom_pr.o touch source/flthr.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flthr.cpp -o pd-darwin/flthr.o touch source/fltimer.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fltimer.cpp -o pd-darwin/fltimer.o touch source/flsimd.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsimd.cpp -o pd-darwin/flsimd.o touch source/flout.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flout.cpp -o pd-darwin/flout.o touch source/flatom_app.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_app.cpp -o pd-darwin/flatom_app.o touch source/flatom_part.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_part.cpp -o pd-darwin/flatom_part.o touch source/flitem.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flitem.cpp -o pd-darwin/flitem.o touch source/flmeth.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmeth.cpp -o pd-darwin/flmeth.o touch source/flmsg.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmsg.cpp -o pd-darwin/flmsg.o touch source/flproxy.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flproxy.cpp -o pd-darwin/flproxy.o touch source/flqueue.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flqueue.cpp -o pd-darwin/flqueue.o touch source/flbind.cpp g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbind.cpp -o pd-darwin/flbind.o libtool -static -o pd-darwin/libflext.a pd-darwin/flbase.o pd-darwin/flext.o pd-darwin/flbuf.o pd-darwin/fldsp.o pd-darwin/fllib.o pd-darwin/flxlet.o pd-darwin/flattr.o pd-darwin/flattr_ed.o pd-darwin/flsupport.o pd-darwin/flutil.o pd-darwin/flatom.o pd-darwin/flatom_pr.o pd-darwin/flthr.o pd-darwin/fltimer.o pd-darwin/flsimd.o pd-darwin/flout.o pd-darwin/flatom_app.o pd-darwin/flatom_part.o pd-darwin/flitem.o pd-darwin/flmeth.o pd-darwin/flmsg.o pd-darwin/flproxy.o pd-darwin/flqueue.o pd-darwin/flbind.o libtool: file: pd-darwin/flthr.o has no symbols g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbase.cpp -o pd-darwin/flbase.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flext.cpp -o pd-darwin/flext.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbuf.cpp -o pd-darwin/flbuf.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fldsp.cpp -o pd-darwin/fldsp.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fllib.cpp -o pd-darwin/fllib.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flxlet.cpp -o pd-darwin/flxlet.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr.cpp -o pd-darwin/flattr.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr_ed.cpp -o pd-darwin/flattr_ed.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsupport.cpp -o pd-darwin/flsupport.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flutil.cpp -o pd-darwin/flutil.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom.cpp -o pd-darwin/flatom.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_pr.cpp -o pd-darwin/flatom_pr.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flthr.cpp -o pd-darwin/flthr.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fltimer.cpp -o pd-darwin/fltimer.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsimd.cpp -o pd-darwin/flsimd.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flout.cpp -o pd-darwin/flout.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_app.cpp -o pd-darwin/flatom_app.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_part.cpp -o pd-darwin/flatom_part.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flitem.cpp -o pd-darwin/flitem.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmeth.cpp -o pd-darwin/flmeth.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmsg.cpp -o pd-darwin/flmsg.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flproxy.cpp -o pd-darwin/flproxy.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flqueue.cpp -o pd-darwin/flqueue.do g++ -c -dynamic -g -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbind.cpp -o pd-darwin/flbind.do libtool -static -o pd-darwin/libflext_d.a pd-darwin/flbase.do pd-darwin/flext.do pd-darwin/flbuf.do pd-darwin/fldsp.do pd-darwin/fllib.do pd-darwin/flxlet.do pd-darwin/flattr.do pd-darwin/flattr_ed.do pd-darwin/flsupport.do pd-darwin/flutil.do pd-darwin/flatom.do pd-darwin/flatom_pr.do pd-darwin/flthr.do pd-darwin/fltimer.do pd-darwin/flsimd.do pd-darwin/flout.do pd-darwin/flatom_app.do pd-darwin/flatom_part.do pd-darwin/flitem.do pd-darwin/flmeth.do pd-darwin/flmsg.do pd-darwin/flproxy.do pd-darwin/flqueue.do pd-darwin/flbind.do g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbase.cpp -o pd-darwin/flbase.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flext.cpp -o pd-darwin/flext.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbuf.cpp -o pd-darwin/flbuf.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fldsp.cpp -o pd-darwin/fldsp.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fllib.cpp -o pd-darwin/fllib.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flxlet.cpp -o pd-darwin/flxlet.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr.cpp -o pd-darwin/flattr.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr_ed.cpp -o pd-darwin/flattr_ed.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsupport.cpp -o pd-darwin/flsupport.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flutil.cpp -o pd-darwin/flutil.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom.cpp -o pd-darwin/flatom.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_pr.cpp -o pd-darwin/flatom_pr.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flthr.cpp -o pd-darwin/flthr.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fltimer.cpp -o pd-darwin/fltimer.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsimd.cpp -o pd-darwin/flsimd.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flout.cpp -o pd-darwin/flout.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_app.cpp -o pd-darwin/flatom_app.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_part.cpp -o pd-darwin/flatom_part.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flitem.cpp -o pd-darwin/flitem.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmeth.cpp -o pd-darwin/flmeth.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmsg.cpp -o pd-darwin/flmsg.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flproxy.cpp -o pd-darwin/flproxy.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flqueue.cpp -o pd-darwin/flqueue.to g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbind.cpp -o pd-darwin/flbind.to libtool -static -o pd-darwin/libflext_t.a pd-darwin/flbase.to pd-darwin/flext.to pd-darwin/flbuf.to pd-darwin/fldsp.to pd-darwin/fllib.to pd-darwin/flxlet.to pd-darwin/flattr.to pd-darwin/flattr_ed.to pd-darwin/flsupport.to pd-darwin/flutil.to pd-darwin/flatom.to pd-darwin/flatom_pr.to pd-darwin/flthr.to pd-darwin/fltimer.to pd-darwin/flsimd.to pd-darwin/flout.to pd-darwin/flatom_app.to pd-darwin/flatom_part.to pd-darwin/flitem.to pd-darwin/flmeth.to pd-darwin/flmsg.to pd-darwin/flproxy.to pd-darwin/flqueue.to pd-darwin/flbind.to g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbase.cpp -o pd-darwin/flbase.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flext.cpp -o pd-darwin/flext.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbuf.cpp -o pd-darwin/flbuf.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fldsp.cpp -o pd-darwin/fldsp.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fllib.cpp -o pd-darwin/fllib.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flxlet.cpp -o pd-darwin/flxlet.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr.cpp -o pd-darwin/flattr.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr_ed.cpp -o pd-darwin/flattr_ed.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsupport.cpp -o pd-darwin/flsupport.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flutil.cpp -o pd-darwin/flutil.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom.cpp -o pd-darwin/flatom.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_pr.cpp -o pd-darwin/flatom_pr.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flthr.cpp -o pd-darwin/flthr.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fltimer.cpp -o pd-darwin/fltimer.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsimd.cpp -o pd-darwin/flsimd.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flout.cpp -o pd-darwin/flout.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_app.cpp -o pd-darwin/flatom_app.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_part.cpp -o pd-darwin/flatom_part.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flitem.cpp -o pd-darwin/flitem.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmeth.cpp -o pd-darwin/flmeth.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmsg.cpp -o pd-darwin/flmsg.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flproxy.cpp -o pd-darwin/flproxy.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flqueue.cpp -o pd-darwin/flqueue.tdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbind.cpp -o pd-darwin/flbind.tdo libtool -static -o pd-darwin/libflext_td.a pd-darwin/flbase.tdo pd-darwin/flext.tdo pd-darwin/flbuf.tdo pd-darwin/fldsp.tdo pd-darwin/fllib.tdo pd-darwin/flxlet.tdo pd-darwin/flattr.tdo pd-darwin/flattr_ed.tdo pd-darwin/flsupport.tdo pd-darwin/flutil.tdo pd-darwin/flatom.tdo pd-darwin/flatom_pr.tdo pd-darwin/flthr.tdo pd-darwin/fltimer.tdo pd-darwin/flsimd.tdo pd-darwin/flout.tdo pd-darwin/flatom_app.tdo pd-darwin/flatom_part.tdo pd-darwin/flitem.tdo pd-darwin/flmeth.tdo pd-darwin/flmsg.tdo pd-darwin/flproxy.tdo pd-darwin/flqueue.tdo pd-darwin/flbind.tdo g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbase.cpp -o pd-darwin/flbase.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flext.cpp -o pd-darwin/flext.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbuf.cpp -o pd-darwin/flbuf.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fldsp.cpp -o pd-darwin/fldsp.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fllib.cpp -o pd-darwin/fllib.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flxlet.cpp -o pd-darwin/flxlet.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr.cpp -o pd-darwin/flattr.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr_ed.cpp -o pd-darwin/flattr_ed.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsupport.cpp -o pd-darwin/flsupport.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flutil.cpp -o pd-darwin/flutil.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom.cpp -o pd-darwin/flatom.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_pr.cpp -o pd-darwin/flatom_pr.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flthr.cpp -o pd-darwin/flthr.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fltimer.cpp -o pd-darwin/fltimer.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsimd.cpp -o pd-darwin/flsimd.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flout.cpp -o pd-darwin/flout.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_app.cpp -o pd-darwin/flatom_app.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_part.cpp -o pd-darwin/flatom_part.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flitem.cpp -o pd-darwin/flitem.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmeth.cpp -o pd-darwin/flmeth.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmsg.cpp -o pd-darwin/flmsg.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flproxy.cpp -o pd-darwin/flproxy.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flqueue.cpp -o pd-darwin/flqueue.so g++ -c -dynamic -O2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbind.cpp -o pd-darwin/flbind.so ld -dylib -dynamic -flat_namespace -undefined suppress -o pd-darwin/libflext.dylib pd-darwin/flbase.so pd-darwin/flext.so pd-darwin/flbuf.so pd-darwin/fldsp.so pd-darwin/fllib.so pd-darwin/flxlet.so pd-darwin/flattr.so pd-darwin/flattr_ed.so pd-darwin/flsupport.so pd-darwin/flutil.so pd-darwin/flatom.so pd-darwin/flatom_pr.so pd-darwin/flthr.so pd-darwin/fltimer.so pd-darwin/flsimd.so pd-darwin/flout.so pd-darwin/flatom_app.so pd-darwin/flatom_part.so pd-darwin/flitem.so pd-darwin/flmeth.so pd-darwin/flmsg.so pd-darwin/flproxy.so pd-darwin/flqueue.so pd-darwin/flbind.so -ldylib1.o -lgcc -lstdc++
g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbase.cpp -o pd-darwin/flbase.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flext.cpp -o pd-darwin/flext.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbuf.cpp -o pd-darwin/flbuf.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fldsp.cpp -o pd-darwin/fldsp.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fllib.cpp -o pd-darwin/fllib.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flxlet.cpp -o pd-darwin/flxlet.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr.cpp -o pd-darwin/flattr.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flattr_ed.cpp -o pd-darwin/flattr_ed.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsupport.cpp -o pd-darwin/flsupport.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flutil.cpp -o pd-darwin/flutil.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom.cpp -o pd-darwin/flatom.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_pr.cpp -o pd-darwin/flatom_pr.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flthr.cpp -o pd-darwin/flthr.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/fltimer.cpp -o pd-darwin/fltimer.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flsimd.cpp -o pd-darwin/flsimd.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flout.cpp -o pd-darwin/flout.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_app.cpp -o pd-darwin/flatom_app.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flatom_part.cpp -o pd-darwin/flatom_part.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flitem.cpp -o pd-darwin/flitem.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmeth.cpp -o pd-darwin/flmeth.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flmsg.cpp -o pd-darwin/flmsg.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flproxy.cpp -o pd-darwin/flproxy.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flqueue.cpp -o pd-darwin/flqueue.sdo g++ -c -dynamic -g -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/Pd-0.38.app/Contents/Resources/src -I./source source/flbind.cpp -o pd-darwin/flbind.sdo ld -dylib -dynamic -flat_namespace -undefined suppress -o pd-darwin/libflext_d.dylib pd-darwin/flbase.sdo pd-darwin/flext.sdo pd-darwin/flbuf.sdo pd-darwin/fldsp.sdo pd-darwin/fllib.sdo pd-darwin/flxlet.sdo pd-darwin/flattr.sdo pd-darwin/flattr_ed.sdo pd-darwin/flsupport.sdo pd-darwin/flutil.sdo pd-darwin/flatom.sdo pd-darwin/flatom_pr.sdo pd-darwin/flthr.sdo pd-darwin/fltimer.sdo pd-darwin/flsimd.sdo pd-darwin/flout.sdo pd-darwin/flatom_app.sdo pd-darwin/flatom_part.sdo pd-darwin/flitem.sdo pd-darwin/flmeth.sdo pd-darwin/flmsg.sdo pd-darwin/flproxy.sdo pd-darwin/flqueue.sdo pd-darwin/flbind.sdo -ldylib1.o -lgcc -lstdc++
Now install as rootWe trust you have received the usual lecture from the local System Administrator. It usually boils down to these two things:
#1) Respect the privacy of others. #2) Think before you type.
Password: cp pd-darwin/libflext.a pd-darwin/libflext_d.a pd-darwin/libflext_t.a pd-darwin/libflext_td.a pd-darwin/libflext.dylib pd-darwin/libflext_d.dylib source/flprefix.h source/flstdc.h source/flbase.h source/flclass.h source/flext.h source/flsupport.h source/flmap.h source/fldsp.h source/flinternal.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 /Applications/Pd-0.38.app/Contents/Resources/extra mv /Applications/Pd-0.38.app/Contents/Resources/extra/lib*.dylib /usr/local/lib ranlib /Applications/Pd-0.38.app/Contents/Resources/extra/*.a # have to rerun ranlib at install dir ?! ranlib: file: /Applications/Pd-0.38.app/Contents/Resources/extra/libflext.a(flthr.o) has no symbols #make compatibility links for old-style naming for i in flext flext_d flext_t flext_td; do rm -f /Applications/Pd-0.38.app/Contents/Resources/extra/$i.a && ln -sf lib$i.a /Applications/Pd-0.38.app/Contents/Resources/extra/$i.a; done McLaren:~/Desktop/flext max$
thanks, max
Am 08.03.2005 um 10:29 schrieb Thomas Grill:
Hi Max, to compile pool, you will need to download, compile and install the flext package (http://grrrr.org/ext/flext ) beforehand. Configuration is similar to pool. If you already installed it please make sure that the paths in pool/config***.txt are pointing to the right folders.
best greetings, Thomas
Max Neupert schrieb:
Am 07.03.2005 um 15:12 schrieb Thomas Grill:
Hi Max, which versions of flext and pool are you using?
McLaren:~/Desktop/pool.1 max$ make make: *** No targets specified and no makefile found. Stop.
what's my problem here?
please use "sh build-pd-darwin.sh"
best greetings, Thomas
hi thomas, list,
i use the one's from your website, just downloaded.
here is what i get if i try to make pool using "sh build-pd-darwin.sh":
McLaren:~/Desktop/pool.1 max$ sh build-pd-darwin.sh build-pd-darwin.sh: line 28: -maltivec: command not found touch source/main.cpp g++ -c -O2 -malign-power -maltivec -faltivec -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -DFLEXT_SYS=2
-I/Applications/Pd-0.38.app/Contents/Resources/src -I/Applications/Pd-0.38.app/Contents/Resources/extra/flext source/main.cpp -o pd-darwin/main.o In file included from source/main.cpp:11: ...