LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-16-2004, 10:23 PM   #1
glenn69
Member
 
Registered: Jul 2003
Location: Chicagoland
Distribution: ArchLinux
Posts: 261

Rep: Reputation: 32
Question Error creating make file for knoda ??????


I'm installing knoda for mysql. I ran ./configure and it finished with an OK!

now when I do a make this is the error that I receive:

[glenn@localhost knoda-0.7]$ make
make all-recursive
make[1]: Entering directory `/home/glenn/source/knoda-0.7'
Making all in hk_kdeclasses
make[2]: Entering directory `/home/glenn/source/knoda-0.7/hk_kdeclasses'
Making all in .
make[3]: Entering directory `/home/glenn/source/knoda-0.7/hk_kdeclasses'
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../hk_kdegridpart -I/usr/include/kde -I/usr/lib/qt-3.1//include -I/usr/X11R6/include -I/usr/include/hk_classes -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT hk_kdemessages.lo -MD -MP -MF ".deps/hk_kdemessages.Tpo" \
-c -o hk_kdemessages.lo `test -f 'hk_kdemessages.cpp' || echo './'`hk_kdemessages.cpp; \
then mv -f ".deps/hk_kdemessages.Tpo" ".deps/hk_kdemessages.Plo"; \
else rm -f ".deps/hk_kdemessages.Tpo"; exit 1; \
fi
In file included from knodamaindockwindow.h:14,
from hk_kdemessages.cpp:28:
knodamaindockwindowbase.h:15:25: kmdimainfrm.h: No such file or directory
In file included from knodamaindockwindow.h:14,
from hk_kdemessages.cpp:28:
knodamaindockwindowbase.h:27: parse error before `,' token
knodamaindockwindowbase.h:29: virtual outside class declaration
knodamaindockwindowbase.h:29: non-member function `const char* className()'
cannot have `const' method qualifier
knodamaindockwindowbase.h:29: virtual outside class declaration
knodamaindockwindowbase.h:29: virtual outside class declaration
knodamaindockwindowbase.h:29: virtual outside class declaration
knodamaindockwindowbase.h:29: virtual outside class declaration
knodamaindockwindowbase.h: In function `QObject* qObject()':
knodamaindockwindowbase.h:29: invalid use of `this' in non-member function
knodamaindockwindowbase.h: At global scope:
knodamaindockwindowbase.h:29: parse error before `private'
knodamaindockwindowbase.h:34: destructors must be member functions
knodamaindockwindowbase.h:34: virtual outside class declaration
knodamaindockwindowbase.h:37: parse error before `public'
knodamaindockwindowbase.h:39: virtual outside class declaration
knodamaindockwindowbase.h:40: virtual outside class declaration
knodamaindockwindowbase.h:42: virtual outside class declaration
knodamaindockwindowbase.h:43: virtual outside class declaration
knodamaindockwindowbase.h:44: virtual outside class declaration
knodamaindockwindowbase.h:45: virtual outside class declaration
knodamaindockwindowbase.h:47: virtual outside class declaration
knodamaindockwindowbase.h:48: virtual outside class declaration
knodamaindockwindowbase.h:49: virtual outside class declaration
knodamaindockwindowbase.h:50: virtual outside class declaration
knodamaindockwindowbase.h:52: virtual outside class declaration
knodamaindockwindowbase.h:53: virtual outside class declaration
knodamaindockwindowbase.h:54: virtual outside class declaration
knodamaindockwindowbase.h:55: virtual outside class declaration
knodamaindockwindowbase.h:57: virtual outside class declaration
knodamaindockwindowbase.h:58: virtual outside class declaration
knodamaindockwindowbase.h:59: virtual outside class declaration
knodamaindockwindowbase.h:60: virtual outside class declaration
knodamaindockwindowbase.h:63: virtual outside class declaration
knodamaindockwindowbase.h:64: virtual outside class declaration
knodamaindockwindowbase.h:65: virtual outside class declaration
knodamaindockwindowbase.h:66: virtual outside class declaration
knodamaindockwindowbase.h:67: virtual outside class declaration
knodamaindockwindowbase.h:68: virtual outside class declaration
knodamaindockwindowbase.h:69: virtual outside class declaration
knodamaindockwindowbase.h:70: virtual outside class declaration
knodamaindockwindowbase.h:71: virtual outside class declaration
knodamaindockwindowbase.h:72: virtual outside class declaration
knodamaindockwindowbase.h:73: virtual outside class declaration
knodamaindockwindowbase.h:78: parse error before `protected'
knodamaindockwindowbase.h:116: parse error before `private'
In file included from hk_kdemessages.cpp:28:
knodamaindockwindow.h:24: base class `knodamaindockwindowbase' has incomplete
type
knodamaindockwindow.h:28: type specifier omitted for parameter `WFlags'
knodamaindockwindow.h:28: parse error before `=' token
knodamaindockwindow.h:76: `KMdiChildView' was not declared in this scope
knodamaindockwindow.h:76: parse error before `)' token
knodamaindockwindowbase.h:29: warning: `bool qt_static_property(QObject*, int,
int, QVariant*)' declared `static' but never defined
knodamaindockwindowbase.h:29: warning: `QMetaObject* staticMetaObject()'
declared `static' but never defined
knodamaindockwindowbase.h:29: warning: `QString tr(const char*, const char*)'
declared `static' but never defined
knodamaindockwindowbase.h:29: warning: `QString trUtf8(const char*, const
char*)' declared `static' but never defined
make[3]: *** [hk_kdemessages.lo] Error 1
make[3]: Leaving directory `/home/glenn/source/knoda-0.7/hk_kdeclasses'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/glenn/source/knoda-0.7/hk_kdeclasses'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/glenn/source/knoda-0.7'
make: *** [all] Error 2

What's the problem...I'm pretty sure I have all the dependencies.
 
Old 08-24-2004, 07:31 AM   #2
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
I'm having the exact same problem ... I'm not sure whether it's a bug in the code or what.

Baldrick
 
Old 08-24-2004, 09:42 AM   #3
glenn69
Member
 
Registered: Jul 2003
Location: Chicagoland
Distribution: ArchLinux
Posts: 261

Original Poster
Rep: Reputation: 32
I did some searching on knoda's site and came up with this response in the archives :

http://sourceforge.net/mailarchive/f...&forum_id=2097

It appears that knoda depends on KDE 3.2.3 libraries. Check it out.

I have been trying to find a way to upgrade KDE to 3.2.3. I have RH9. Upgrading seems to be a laborious process with quite a few RPM's. I'm looking into a new distro that has KDE 3.2.3. Not sure which one does yet.
 
Old 08-25-2004, 04:17 AM   #4
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
Yeah ... I was thinking either Qt 3.3.2 (MDK9.1 ships with 3.1.1) or KDE 3.2.3. I might try upgrading Qt first ... can't hurt.

Baldrick
 
Old 08-25-2004, 05:08 PM   #5
glenn69
Member
 
Registered: Jul 2003
Location: Chicagoland
Distribution: ArchLinux
Posts: 261

Original Poster
Rep: Reputation: 32
I'm downloading Debian Sarge. it seems to come with KDE 3.2.3. I'll let you know if Knoda works on it.
I also believe that Suse 9.1 comes with KDE 3.2, but their website has packages to upgrade it to KDE 3.2.3 or KDE 3.3
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error creating library file from object files using xlc montylee AIX 3 03-04-2024 11:21 AM
file-4.10 make error alexchao Linux From Scratch 2 05-25-2005 08:24 AM
when creating a *.iso file, how to make the file size smaller? minm Linux - Newbie 8 12-26-2004 09:58 PM
Creating a make.conf file Gsee *BSD 44 11-10-2004 05:50 AM
knoda configure error re: qt-mt library not found tr6boy Linux - Software 0 07-12-2004 10:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration