Hello,

I tried to compile cat from svn today and get a compile error. I checked it 
out with

svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base

and did the usual

make -f Makefile.cvs
./configure --prefix=/usr/local --enable-debug=full
cd kat
make

The error is:

In file included from katsqlite3repository_test.cpp:34:
../../../kat/src/libkatcore/katsqlite3repository.h:36:23: error: sqlite3qt.h: 
No such file or directory
../../../kat/src/libkatcore/katsqlite3repository.h:41: error: 'SQLite3Qt' is 
not a namespace-name
../../../kat/src/libkatcore/katsqlite3repository.h:41: error: expected 
namespace-name before ';' token
../../../kat/src/libkatcore/katsqlite3repository.h:352: error: ISO C++ forbids 
declaration of 'Database' with no type
../../../kat/src/libkatcore/katsqlite3repository.h:352: error: expected ';' 
before '*' token
../../../kat/src/libkatcore/katsqlite3repository.h:367: error: 'Database' has 
not been declared
../../../kat/src/libkatcore/katsqlite3repository.h:402: error: ISO C++ forbids 
declaration of 'Database' with no type
../../../kat/src/libkatcore/katsqlite3repository.h:402: error: expected ';' 
before '*' token
katsqlite3repository_test.cpp:51: error: 'SQLite3Qt' is not a namespace-name
katsqlite3repository_test.cpp:51: error: expected namespace-name before ';' 
token
make[2]: *** [katsqlite3repository_test.o] Error 1
make[2]: Leaving directory `/usr/local/src/kde/base/kat/src/libkatcore_tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/kde/base/kat/src'
make: *** [all-recursive] Error 1

sqlite3qt.h is in kat/src/libsqlite3qt which is included in the Makefile.am in 
kat/src/libkatcore/:

INCLUDES = $(all_includes) \
          -I$(top_srcdir)/kat/src/libtextcat \
          -I$(top_srcdir)/kat/src/libsqlite3qt \
          -I$(top_srcdir)/kat/src

Does somebody understand what's going wrong?

Greetings,
Michael


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Kat-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kat-development

Reply via email to