[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [coldsync-hackers] getting coldsync installed
- To: <coldsync-hackers at lusars dot net>
- Subject: RE: [coldsync-hackers] getting coldsync installed
- From: David <dsfranks at erwin dot largegeek.com>
- Date: Thu, 25 Apr 2002 04:10:57 -0500 (CDT)
- In-Reply-To: <Pine.LNX.4.33.0204250358410.11676-200000@erwin.largegeek.com>
- Reply-To: coldsync-hackers at lusars dot net
- Sender: owner-coldsync-hackers at lusars dot net
On Thu, 25 Apr 2002, David wrote:
> ok, I read over the docs again, and I was having trouble getting it
> working, so I completely uninstalled, and tried recomopiling. I closely
> watched it compile, and found that there was an error in one of the souce
> files, but make was not made aware of it, which was why I didn't notice
> it. I attached the error portion of the output. I'll try and hack it to
> see what I can fix.
>
Sorry, I attached the wrong file. here is the correct one.
--
David
dsfranks at erwin dot largegeek dot com
ICQ#: 118347772
3:35am up 17 days, 2:35, 6 users, load average: 3.00, 3.00, 3.00
symboltable.cc:16: parse error before `&' token
symboltable.cc:18: `string' was not declared in this scope
symboltable.cc:18: `string' was not declared in this scope
symboltable.cc:18: 'map' is used as a type, but is not defined as a type.
symboltable.cc:45: parse error before `&' token
symboltable.cc: In function `char* get_symbol(const char*)':
symboltable.cc:69: `string' undeclared (first use this function)
symboltable.cc:69: (Each undeclared identifier is reported only once for each
function it appears in.)
symboltable.cc:69: parse error before `(' token
symboltable.cc:70: `key' undeclared (first use this function)
symboltable.cc: At global scope:
symboltable.cc:78: parse error before `&' token
symboltable.cc: In function `char* make_c_string(...)':
symboltable.cc:80: `s' undeclared (first use this function)
symboltable.cc: In function `char* get_symbol_n(const char*, int)':
symboltable.cc:100: parse error before `(' token
symboltable.cc: In function `void put_symbol(const char*, const char*)':
symboltable.cc:111: `table' undeclared (first use this function)
make[1]: *** [symboltable.o] Error 1