← Back to team overview

sslug-teknik team mailing list archive

famd på FC3

 

Hejsa

I forbindelse med installation (og test) af min courier-imap server skal jeg
benytte fam og når jeg kompilerer fam får jeg denne fejl når jeg prøver en
make:

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/local/etc/fam.conf\" -g -O2 -c Client.c++
-fPIC -DPIC -o .libs/Client.lo
In file included from
/usr/lib/gcc/i386-redhat-linux/3.4.3/../../../../include/c++/3.4.3/backward/
iostream.h:31,
                 from Client.c++:37:
/usr/lib/gcc/i386-redhat-linux/3.4.3/../../../../include/c++/3.4.3/backward/
backward_warning.h:32:2: warning: #warning This file includes at least one
deprecated or antiquated header. Please consider using one of the 32 headers
found in section 17.4.1.2 of the C++ standard. Examples include substituting
the <X> header for the <X.h> header for C++ includes, or <iostream> instead
of the deprecated header <iostream.h>. To disable this warning use
-Wno-deprecated.
In file included from Client.h:27,
                 from Client.c++:40:
.../include/BTree.h:240: error: expected constructor, destructor, or type
conversion before "BTree"
.../include/BTree.h:240: error: expected `;' before "BTree"
.../include/BTree.h:352: error: expected constructor, destructor, or type
conversion before "BTree"
.../include/BTree.h:352: error: expected `;' before "BTree"
.../include/BTree.h:408: error: expected constructor, destructor, or type
conversion before "BTree"
.../include/BTree.h:408: error: expected `;' before "BTree"
.../include/BTree.h:503: error: expected constructor, destructor, or type
conversion before "BTree"
.../include/BTree.h:503: error: expected `;' before "BTree"
.../include/BTree.h:561: error: expected constructor, destructor, or type
conversion before "BTree"
.../include/BTree.h:561: error: expected `;' before "BTree"
.../include/BTree.h:591: error: expected constructor, destructor, or type
conversion before "BTree"
.../include/BTree.h:591: error: expected `;' before "BTree"
make[2]: *** [Client.lo] Error 1
make[2]: Leaving directory `/shares/devel/fam-2.6.10/libfam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/shares/devel/fam-2.6.10'
make: *** [all] Error 2

Hvad gør jeg galt eller mangler jeg noget

Varme hilsner
Peter

Follow ups