[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The Files in CVS - what state are they in?
- To: developer at arabeyes dot org
- Subject: The Files in CVS - what state are they in?
- From: Faaiez Sallie <Faaiez at westnet dot com dot au>
- Date: 06 Jun 2003 22:00:12 +0100
- Organization:
Question
Is it probable that the files in CVS are left in an uncompilable state?
The reason I ask is because I get the following errors:
n file included from main.cpp:26:
qtquran.h:36:24: mainwindow.h: No such file or directory
In file included from main.cpp:26:
qtquran.h:44: error: syntax error before `*' token
qtquran.h:70: error: parse error before `{' token
qtquran.h:71: error: virtual outside class declaration
qtquran.h:71: error: non-member function `const char* className()'
cannot have
`const' method qualifier
qtquran.h:71: error: virtual outside class declaration
qtquran.h:71: error: virtual outside class declaration
qtquran.h:71: error: virtual outside class declaration
qtquran.h:71: error: virtual outside class declaration
qtquran.h: In function `QObject* qObject()':
qtquran.h:71: error: invalid use of `this' in non-member function
qtquran.h: At global scope:
qtquran.h:71: error: parse error before `private'
qtquran.h:75: error: destructors must be member functions
qtquran.h:81: error: parse error before `public'
qtquran.h:101: error: parse error before `private'
qtquran.h:112: error: syntax error before `*' token
qtquran.h:116: error: '_libquran' is used as a type, but is not defined
as a
type.
qtquran.h:138: error: parse error before `}' token
qtquran.h:139: error: `quran_audio' was not declared in this scope
qtquran.h:139: error: parse error before `)' token
main.cpp: In function `int main(int, char**)':
main.cpp:44: error: `quran_init' undeclared (first use this function)
main.cpp:44: error: (Each undeclared identifier is reported only once
for each
function it appears in.)
main.cpp:53: error: `QTQURAN_SHARE_DIR' undeclared (first use this
function)
main.cpp:53: error: parse error before string constant
main.cpp:56: error: `quran' undeclared (first use this function)
main.cpp:56: error: parse error before `(' token
/usr/lib/qt3/include/qvaluelist.h: At top level:
qtquran.h:71: warning: `bool qt_static_property(QObject*, int, int,
QVariant*)'
declared `static' but never defined
qtquran.h:71: warning: `QMetaObject* staticMetaObject()' declared
`static' but
never defined
qtquran.h:71: warning: `QString tr(const char*, const char*)' declared
`static'
but never defined
qtquran.h:71: warning: `QString trUtf8(const char*, const char*)'
declared
`static' but never defined
gmake: *** [main.o] Error 1
*** failed ***
Thanks
Faaiez