I am unable to build tntdb on my machine, as make terminates with: 

../include/tntdb/bits/blob.h: In member function 'void 
tntdb::Blob::assign(const char*, size_t)':
../include/tntdb/bits/blob.h:75:22: error: 'class tntdb::IBlob' has no member 
named 'getRefs'

See http://gist.github.com/460074 or below for the complete output.

I am running Arch Linux (the latest version of everything, basically). What is 
going wrong? Thank you in advance for your advice.

Carlos



carlos ~/temp/tntdb-1.0.1 $ make
Making all in src
make[1]: Entering directory `/home/carlos/temp/tntdb-1.0.1/src'
make  all-am
make[2]: Entering directory `/home/carlos/temp/tntdb-1.0.1/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. 
-I../include   -DDRIVERDIR=\"/usr/local/lib/tntdb\"  -g -O2 -I/usr/include -MT 
libtntdb_la-blob.lo -MD -MP -MF ".deps/libtntdb_la-blob.Tpo" -c -o 
libtntdb_la-blob.lo `test -f 'blob.cpp' || echo './'`blob.cpp; \
        then mv -f ".deps/libtntdb_la-blob.Tpo" ".deps/libtntdb_la-blob.Plo"; 
else rm -f ".deps/libtntdb_la-blob.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I. -I../include 
-DDRIVERDIR=\"/usr/local/lib/tntdb\" -g -O2 -I/usr/include -MT 
libtntdb_la-blob.lo -MD -MP -MF .deps/libtntdb_la-blob.Tpo -c blob.cpp  -fPIC 
-DPIC -o .libs/libtntdb_la-blob.o
In file included from ../include/tntdb/blob.h:23:0,
                 from blob.cpp:20:
../include/tntdb/bits/blob.h: In member function 'void 
tntdb::Blob::assign(const char*, size_t)':
../include/tntdb/bits/blob.h:75:22: error: 'class tntdb::IBlob' has no member 
named 'getRefs'
make[2]: *** [libtntdb_la-blob.lo] Fehler 1
make[2]: Leaving directory `/home/carlos/temp/tntdb-1.0.1/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/carlos/temp/tntdb-1.0.1/src'
make: *** [all-recursive] Fehler 1

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to