You are not logged in.

1

Thursday, October 28th 2004, 8:48am

kdevelop + new class > linker / build errors

Hi there,

while trying to add a feature to a kde application I stumbled into the following problem that I don't seem able to solve.

Using the source of the project I created a new kdevelop procect using the import existing project functionality. Build works fine.

If I use the new class wizard, add a new class, define some methods .... for this class and modify I do have the problem:
- that for this class no moc-file is created
- no .o file is created
- the object file is not used in linking the application leading to <unknown reference> errors.

So,
I already searched the makefiles and some such, but couldn't find the error. (I do have only very limited knowledge here)......

Any idea how to fix this problem the easy way, i. e. from within kdevelop??? SHouldn't this be done correctly by kdevelop itself???

thanks.

cu,
Michael

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Thursday, October 28th 2004, 6:00pm

Better ask KDevelop related questions on the KDevelop forum:
http://www.kdevelop.org:8080/phorum5/

Cheers,
_
Qt/KDE Developer
Debian User

3

Friday, October 29th 2004, 7:56am

I would have asked in the kdevelop.org forum, true, but unfortunately the kdevelop site seems to be offline right now...

cu, Michael