| 1 | depbase=`echo src/transforms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\␊ |
| 2 | g++ -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 &&\␊ |
| 3 | mv -f $depbase.Tpo $depbase.Po␊ |
| 4 | src/transforms.cc: In function 'std::string xform(const string&, origin::type) [with XFM = Botan::Gzip_Compression; std::string = std::basic_string<char>]':␊ |
| 5 | src/transforms.cc:198:1: error: cannot allocate an object of abstract type 'Botan::Gzip_Compression'␊ |
| 6 | In file included from src/transforms.cc:16:0:␊ |
| 7 | src/gzip.hh:36:7: note: because the following virtual functions are pure within 'Botan::Gzip_Compression':␊ |
| 8 | In 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)␊ |
| 14 | src/transforms.cc:198:1: error: cannot allocate an object of abstract type 'Botan::Gzip_Compression'␊ |
| 15 | In file included from src/transforms.cc:16:0:␊ |
| 16 | src/gzip.hh:36:7: note: since type 'Botan::Gzip_Compression' has pure virtual functions␊ |
| 17 | src/transforms.cc: In function 'std::string xform(const string&, origin::type) [with XFM = Botan::Gzip_Decompression; std::string = std::basic_string<char>]':␊ |
| 18 | src/transforms.cc:199:1: error: cannot allocate an object of abstract type 'Botan::Gzip_Decompression'␊ |
| 19 | In file included from src/transforms.cc:16:0:␊ |
| 20 | src/gzip.hh:60:7: note: because the following virtual functions are pure within 'Botan::Gzip_Decompression':␊ |
| 21 | In 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)␊ |
| 27 | src/transforms.cc:199:1: error: cannot allocate an object of abstract type 'Botan::Gzip_Decompression'␊ |
| 28 | In file included from src/transforms.cc:16:0:␊ |
| 29 | src/gzip.hh:60:7: note: since type 'Botan::Gzip_Decompression' has pure virtual functions␊ |
| 30 | src/transforms.cc: In function 'void pack(const T&, base64<gzip<INNER> >&)':␊ |
| 31 | src/transforms.cc:214:46: error: cannot allocate an object of abstract type 'Botan::Gzip_Compression'␊ |
| 32 | In file included from src/transforms.cc:16:0:␊ |
| 33 | src/gzip.hh:36:7: note: since type 'Botan::Gzip_Compression' has pure virtual functions␊ |
| 34 | src/transforms.cc:224:31: error: cannot allocate an object of abstract type 'Botan::Gzip_Compression'␊ |
| 35 | In file included from src/transforms.cc:16:0:␊ |
| 36 | src/gzip.hh:36:7: note: since type 'Botan::Gzip_Compression' has pure virtual functions␊ |
| 37 | src/transforms.cc: In function 'void unpack(const base64<gzip<INNER> >&, T&)':␊ |
| 38 | src/transforms.cc:234:46: error: cannot allocate an object of abstract type 'Botan::Gzip_Decompression'␊ |
| 39 | In file included from src/transforms.cc:16:0:␊ |
| 40 | src/gzip.hh:60:7: note: since type 'Botan::Gzip_Decompression' has pure virtual functions␊ |
| 41 | src/transforms.cc:243:31: error: cannot allocate an object of abstract type 'Botan::Gzip_Decompression'␊ |
| 42 | In file included from src/transforms.cc:16:0:␊ |
| 43 | src/gzip.hh:60:7: note: since type 'Botan::Gzip_Decompression' has pure virtual functions␊ |
| 44 | make[2]: *** [src/transforms.o] Error 1␊ |