[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4699) snacc-2.3.3beta doesn't compile



Full_Name: Dieter Kluenter
Version: openldap-snacc-2.3.3beta
OS: linux x86_64
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (84.142.210.55)


Hi,
This are the errors from my attempt to compile snacc

/usr/include/c++/3.3.5/backward/backward_warning.h:32:2: Warnung: #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 <sstream> instead of the deprecated header <strstream.h>. To
disable this warning use -Wno-deprecated.
vdatest.cpp: In function `void test_timingDoTestPrint(long int, long int, int, 
   long int)':
vdatest.cpp:1048: Warnung: int Format, anderer Typ Argument (Argument 4)
vdatest.cpp: In function `void AsnIntTest()':
vdatest.cpp:1283: error: no matching function for call to `SNACC::AsnInt::
   getPadded(unsigned char*&, unsigned int&, int)'
../../c++-lib/inc/asn-incl.h:645: error: candidates are: void 
   SNACC::AsnInt::getPadded(unsigned char*&, size_t&, long unsigned int) const
vdatest.cpp:1335: error: no matching function for call to `SNACC::AsnInt::
   getPadded(unsigned char*&, unsigned int&, int)'
../../c++-lib/inc/asn-incl.h:645: error: candidates are: void 
   SNACC::AsnInt::getPadded(unsigned char*&, size_t&, long unsigned int) const
make[3]: *** [vdatest.o] Fehler 1
make[3]: Leaving directory `/work/openldap-snacc-2.3.3beta/c++-examples/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/work/openldap-snacc-2.3.3beta/c++-examples/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/work/openldap-snacc-2.3.3beta/c++-examples'
make: *** [all] Fehler 2

-Dieter