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$