On Sun, 2001-10-21 at 02:49, Garfycx wrote:
> Hi!
>
> I use linux 2.4.12, glibc 2.2.4 and gcc 2.95.3 on AMD Athlon
>
> got:
>
> ../include/BTree.h: In method `struct BTree<Interest *,bool>::Closure
> BTree<Interest *,bool>::insert(BTree<Interest *,bool>::Node *, Interest
> *const &, const bool &)':
> ../include/BTree.h:381: instantiated from `BTree<Interest
> *,bool>::insert(Interest *const &, const bool &)'
> Set.h:43: instantiated from here
> ../include/BTree.h:410: `NULL' undeclared (first use this function)
> ../include/BTree.h:410: (Each undeclared identifier is reported only
> once
> ../include/BTree.h:410: for each function it appears in.)
> make[2]: *** [Pollster.o] Error 1
> make[2]: Leaving directory
> `/workspace/software/libraries/fam-oss-2.6.4/fam'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/workspace/software/libraries/fam-oss-2.6.4'
> make: *** [all-recursive-am] Error 2
>
> defined NULL and then got:
>
>
>
> make[2]: Entering directory
> `/workspace/software/libraries/fam-oss-2.6.4/fam'
> Makefile:375: no file name for `-include'
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
> -DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c Pollster.c++
> In file included from Set.h:27,
> from Pollster.h:29,
> from Pollster.c++:23:
> ../include/BTree.h: In method `void BTree<Key,Value>::Node::join(const
> BTree<Key,Value>::Closure &, BTree<Key,Value>::Node *)':
> ../include/BTree.h:274: stray '\' in program
> ../include/BTree.h:274: parse error before `;'
> ../include/BTree.h: In method `BTree<Key,Value>::BTree()':
> ../include/BTree.h:283: stray '\' in program
> ../include/BTree.h: In method `struct BTree<Key,Value>::Closure
> BTree<Key,Value>::insert(BTree<Key,Value>::Node *, const Key &, const
> Value &)':
> ../include/BTree.h:410: stray '\' in program
> ../include/BTree.h:410: parse error before `)'
> ../include/BTree.h: In method `bool BTree<Key,Value>::remove(const Key
> &)':
> ../include/BTree.h:478: stray '\' in program
> ../include/BTree.h:478: parse error before `;'
> ../include/BTree.h: In method `enum BTree<Key,Value>::Status
> BTree<Key,Value>::underflow(BTree<Key,Value>::Node *, unsigned int)':
> ../include/BTree.h:510: stray '\' in program
> ../include/BTree.h:510: parse error before `;'
> ../include/BTree.h:511: stray '\' in program
> ../include/BTree.h:512: parse error before `)'
> ../include/BTree.h: In method `enum BTree<Interest *,bool>::Status
> BTree<Interest *,bool>::underflow(BTree<Interest *,bool>::Node *,
> unsigned int)':
> ../include/BTree.h:568: instantiated from `BTree<Interest
> *,bool>::remove_rightmost(BTree<Interest *,bool>::Node *)'
> ../include/BTree.h:602: instantiated from `BTree<Interest
> *,bool>::remove(BTree<Interest *,bool>::Node *, Interest *const &)'
> ../include/BTree.h:462: instantiated from `BTree<Interest
> *,bool>::remove(Interest *const &)'
> Pollster.c++:49: instantiated from here
> ../include/BTree.h:510: initialization to `BTree<Interest *,bool>::Node
> *' from `int' lacks a cast
> ../include/BTree.h:513: `lp' undeclared (first use this function)
> ../include/BTree.h:513: (Each undeclared identifier is reported only
> once
> ../include/BTree.h:513: for each function it appears in.)
> ../include/BTree.h: In method `enum BTree<ServerHost *,bool>::Status
> BTree<ServerHost *,bool>::underflow(BTree<ServerHost *,bool>::Node *,
> unsigned int)':
> ../include/BTree.h:568: instantiated from `BTree<ServerHost
> *,bool>::remove_rightmost(BTree<ServerHost *,bool>::Node *)'
> ../include/BTree.h:602: instantiated from `BTree<ServerHost
> *,bool>::remove(BTree<ServerHost *,bool>::Node *, ServerHost *const &)'
> ../include/BTree.h:462: instantiated from `BTree<ServerHost
> *,bool>::remove(ServerHost *const &)'
> Pollster.c++:71: instantiated from here
> ../include/BTree.h:510: initialization to `BTree<ServerHost
> *,bool>::Node *' from `int' lacks a cast
> make[2]: *** [Pollster.o] Error 1
> make[2]: Leaving directory
> `/workspace/software/libraries/fam-oss-2.6.4/fam'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/workspace/software/libraries/fam-oss-2.6.4'
> make: *** [all-recursive-am] Error 2
>
>
with 2.6.3 I got:
IMon.c++: In function `static void IMon::read_handler(int, void *)':
IMon.c++:152: no method `Log::fatal'
make[2]: *** [IMon.o] Error 1
make[2]: Leaving directory
`/workspace/software/libraries/fam-oss-2.6.3/fam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/workspace/software/libraries/fam-oss-2.6.3'
make: *** [all-recursive-am] Error 2
--
Source code, list archive, and docs: http://oss.sgi.com/projects/fam/
To unsubscribe: echo unsubscribe fam | mail majordomo@xxxxxxxxxxx
|