monotone

View monotone_make.txt

1depbase=`echo src/transforms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
2g++ -I. -I/usr/local/include/botan-1.10 -I/usr/include/lua/5.1 -g -O2 -Wall -W -Wno-unused -MT src/transforms.o -MD -MP -MF $depbase.Tpo -c -o src/transforms.o src/transforms.cc &&\
3mv -f $depbase.Tpo $depbase.Po
4src/transforms.cc: In function 'std::string xform(const string&, origin::type) [with XFM = Botan::Gzip_Compression; std::string = std::basic_string<char>]':
5src/transforms.cc:198:1: error: cannot allocate an object of abstract type 'Botan::Gzip_Compression'
6In file included from src/transforms.cc:16:0:
7src/gzip.hh:36:7: note: because the following virtual functions are pure within 'Botan::Gzip_Compression':
8In file included from /usr/local/include/botan-1.10/botan/pipe.h:12:0,
9 from /usr/local/include/botan-1.10/botan/filters.h:16,
10 from /usr/local/include/botan-1.10/botan/lookup.h:13,
11 from /usr/local/include/botan-1.10/botan/botan.h:12,
12 from src/transforms.cc:12:
13/usr/local/include/botan-1.10/botan/filter.h:32:20: note: virtual void Botan::Filter::write(const byte*, size_t)
14src/transforms.cc:198:1: error: cannot allocate an object of abstract type 'Botan::Gzip_Compression'
15In file included from src/transforms.cc:16:0:
16src/gzip.hh:36:7: note: since type 'Botan::Gzip_Compression' has pure virtual functions
17src/transforms.cc: In function 'std::string xform(const string&, origin::type) [with XFM = Botan::Gzip_Decompression; std::string = std::basic_string<char>]':
18src/transforms.cc:199:1: error: cannot allocate an object of abstract type 'Botan::Gzip_Decompression'
19In file included from src/transforms.cc:16:0:
20src/gzip.hh:60:7: note: because the following virtual functions are pure within 'Botan::Gzip_Decompression':
21In file included from /usr/local/include/botan-1.10/botan/pipe.h:12:0,
22 from /usr/local/include/botan-1.10/botan/filters.h:16,
23 from /usr/local/include/botan-1.10/botan/lookup.h:13,
24 from /usr/local/include/botan-1.10/botan/botan.h:12,
25 from src/transforms.cc:12:
26/usr/local/include/botan-1.10/botan/filter.h:32:20: note: virtual void Botan::Filter::write(const byte*, size_t)
27src/transforms.cc:199:1: error: cannot allocate an object of abstract type 'Botan::Gzip_Decompression'
28In file included from src/transforms.cc:16:0:
29src/gzip.hh:60:7: note: since type 'Botan::Gzip_Decompression' has pure virtual functions
30src/transforms.cc: In function 'void pack(const T&, base64<gzip<INNER> >&)':
31src/transforms.cc:214:46: error: cannot allocate an object of abstract type 'Botan::Gzip_Compression'
32In file included from src/transforms.cc:16:0:
33src/gzip.hh:36:7: note: since type 'Botan::Gzip_Compression' has pure virtual functions
34src/transforms.cc:224:31: error: cannot allocate an object of abstract type 'Botan::Gzip_Compression'
35In file included from src/transforms.cc:16:0:
36src/gzip.hh:36:7: note: since type 'Botan::Gzip_Compression' has pure virtual functions
37src/transforms.cc: In function 'void unpack(const base64<gzip<INNER> >&, T&)':
38src/transforms.cc:234:46: error: cannot allocate an object of abstract type 'Botan::Gzip_Decompression'
39In file included from src/transforms.cc:16:0:
40src/gzip.hh:60:7: note: since type 'Botan::Gzip_Decompression' has pure virtual functions
41src/transforms.cc:243:31: error: cannot allocate an object of abstract type 'Botan::Gzip_Decompression'
42In file included from src/transforms.cc:16:0:
43src/gzip.hh:60:7: note: since type 'Botan::Gzip_Decompression' has pure virtual functions
44make[2]: *** [src/transforms.o] Error 1

Archive Download this file

Attachment to issue 182

Created: 11 years 11 months ago by J Doe

Quick Links:     www.monotone.ca    -     Downloads    -     Documentation    -     Wiki    -     Code Forge    -     Build Status