Skip to content

Instantly share code, notes, and snippets.

Created July 1, 2010 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/460724 to your computer and use it in GitHub Desktop.
Save anonymous/460724 to your computer and use it in GitHub Desktop.
Making all in src
make[1]: Entering directory `/tmp/yaourt-tmp-carlos/aur-tntdb/src/tntdb-1.0.1/src'
make all-am
make[2]: Entering directory `/tmp/yaourt-tmp-carlos/aur-tntdb/src/tntdb-1.0.1/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I../include -DDRIVERDIR=\"/usr/lib/tntdb\" -march=i686 -mtune=generic -O2 -pipe -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
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../include -DDRIVERDIR=\"/usr/lib/tntdb\" -march=i686 -mtune=generic -O2 -pipe -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 `/tmp/yaourt-tmp-carlos/aur-tntdb/src/tntdb-1.0.1/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/tmp/yaourt-tmp-carlos/aur-tntdb/src/tntdb-1.0.1/src'
make: *** [all-recursive] Fehler 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment