You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

m4ktub

Intermediate

  • "m4ktub" started this thread

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

1

Sunday, July 4th 2004, 6:01pm

As far as I know the documentation isn't required to build kdevelop. The first time you run kdevelop it asks for the documentation location and then makes a index from it all.

If the configure script really fails check if it haves a --disable-* option regarding the documentation.

n_ezdiani

Beginner

Posts: 6

Location: Malaysia

  • Send private message

2

Monday, July 5th 2004, 7:15pm

Doxygen & kdelibs documentation

Hi,

While configuring the latest version of kdevelop(/home/nani/Documents/downloads/kdevelop),
i've encountered some error as below:

"You have no kdelibs documentation generated by Doxygen installed.
You should install Doxygen from www.doxygen.org, reconfigure
and rebuild the kdelibs sources. You should 'make apidox' and
'make install' in your kdelibs build dir, and then rerun this
configure script.

Good - your configure finished. Start make now"

Eventhough there's an error occured, how come "Good - your configure finished. Start make now"
appeared? Can i just continue with "make"? What would happen? Another thing is, I need help
with translating the error into simple words because I'm kinda confused right now.
I've already installed Doxygen successfully and I've already downloaded
the latest kdelibs source file. Both Doxygen & kdelibs source files are
in the same folder(/home/nani/Documents/downloads).But what does it mean
"reconfigure and rebuild the kdelibs sources"? Correct me if I'm wrong, I'm just supposed
to configure and compile it in the root of kdelibs itself right? But while configuring, this error
occured:

"checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found.
Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!"

And furthermore, how am I supposed to "make apidox" & "make install" in my kdelibs build dir? Actually
where exactly is this "kdelibs build dir" is? I've already tried
"make apidox" & "make install" in the kdelibs source file but this error has occured:

"[nani@localhost kdelibs-3.2.3]$ make apidox
make: *** No rule to make target `apidox'. Stop."

Thanx in advance.