Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Pb with KDevelop 2.1.1 and QT3
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
fmalabre
Guru
Guru


Joined: 19 Jun 2002
Posts: 376
Location: Chicago

PostPosted: Mon Jun 24, 2002 3:47 am    Post subject: Pb with KDevelop 2.1.1 and QT3 Reply with quote

Hi,

I figured out kdevelop expected automake 2.5.
But, I still have an issue making my project work with my new installation. I first created this project on Suse 8.0, and since then I moved to Gentoo, but my project refuse to compile properly.
Here is what I have in kdevelop:

/home/fmalabre/kuikmoney/kuikmoney/kuikmoney.cpp:338: undefined reference to `KMDoc::saveDocument(KURL const &, char const *)'
/home/fmalabre/kuikmoney/kuikmoney/kuikmoney.cpp:340: undefined reference to `KMDoc::isModified(void)'
collect2: ld returned 1 exit status
make[1]: Leaving directory `/home/fmalabre/kuikmoney'
make[2]: *** [kuikmoney] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
*** failed ***

What is this collect2? What does it try to link? Sometimes, it throws error like QObject does not exist. I don't get it.

I think I'm gonna migrate everything to anjuta, but I don't know this IDE, and so much time lost on this

Any idea about this error?
Thanks,
Fred.
Back to top
View user's profile Send private message
jtanner
Tux's lil' helper
Tux's lil' helper


Joined: 23 May 2002
Posts: 121
Location: Atlanta, GA

PostPosted: Mon Jun 24, 2002 4:42 am    Post subject: Reply with quote

Check your include paths/files. It looks like it's having a problem with KMDoc. Did switching from SUSE to Gentoo change the version of whatever lib provides this?

Jim

Edit: Also check your libraries & paths. When things like this are found while linking, it usually means that it was found in the header, but not in the library. Is KMDoc something you wrote or something provided by a third party?
Back to top
View user's profile Send private message
fmalabre
Guru
Guru


Joined: 19 Jun 2002
Posts: 376
Location: Chicago

PostPosted: Mon Jun 24, 2002 1:57 pm    Post subject: Reply with quote

Ummm KMDoc is something I wrote.
The only external lib I use are qt and kde.
I kept the whole directory structure..
Thanks for the ideas, I will look at it later tonight.
I just have a lot of warning I didn't have before when I compile.
I think it's because of a new version of gcc.

Well, anyway, it's time to migrate everything to gcc 3, so I will do that, if I have a migration process to do, I'd rather look in the future.

Thanks,
Fred.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum