faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
thread
|
Re: Failed to build
by Cory M Hicks on Wednesday 21/Jan/2004, @13:02
|
Now I am getting:
In file included from keximainwindow.cpp:66:
kexicontexthelp.h:25:27: kocontexthelp.h: No such file or directory
In file included from keximainwindow.cpp:66:
kexicontexthelp.h:28: parse error before `{' token
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h:29: non-member function `const char* className()' cannot have
`const' method qualifier
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h: In function `QObject* qObject()':
kexicontexthelp.h:29: invalid use of `this' in non-member function
kexicontexthelp.h: At global scope:
kexicontexthelp.h:29: parse error before `private'
kexicontexthelp.h:33: destructors must be member functions
kexicontexthelp.h:34: parse error before `private'
kexicontexthelp.h:29: warning: `bool qt_static_property(QObject*, int, int,
QVariant*)' declared `static' but never defined
kexicontexthelp.h:29: warning: `QMetaObject* staticMetaObject()' declared
`static' but never defined |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Failed to build
by Jaroslaw Staniek (Kexi Team) on Wednesday 21/Jan/2004, @13:13
|
add -DKEXI_NO_CTXT_HELP=1 to $KEXI_OPTIONS (see my prev. post)
|
[
Reply To This | View ]
|
Re: Failed to build
by Cory M Hicks on Thursday 22/Jan/2004, @05:14
|
That didn't solve the issue I'm still getting:
kexicontexthelp.h:25:27: kocontexthelp.h: No such file or directory
In file included from keximainwindow.cpp:66:
kexicontexthelp.h:28: parse error before `{' token
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h:29: non-member function `const char* className()' cannot have
`const' method qualifier
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h:29: virtual outside class declaration
kexicontexthelp.h: In function `QObject* qObject()':
kexicontexthelp.h:29: invalid use of `this' in non-member function
kexicontexthelp.h: At global scope:
kexicontexthelp.h:29: parse error before `private'
kexicontexthelp.h:33: destructors must be member functions
kexicontexthelp.h:34: parse error before `private'
kexicontexthelp.h:29: warning: `bool qt_static_property(QObject*, int, int,
QVariant*)' declared `static' but never defined
kexicontexthelp.h:29: warning: `QMetaObject* staticMetaObject()' declared
`static' but never defined
make[4]: *** [keximainwindow.lo] Error 1
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|