You are not logged in.

morleron

Beginner

  • "morleron" started this thread

Posts: 5

Location: Gobles, Michigan, USA

Occupation: retired former Unix/Linux sys admin

  • Send private message

1

Thursday, March 1st 2007, 8:23pm

KDE3.5.6 install apidocs problem

I am using konstruct to build and install KDE3.5.6 and the build fails while making KOffice with the following error:

make[6]: Entering directory `/home/rmorley/src/cpp/kde3apps/konstruct/libs/libexif/work/libexif-0.6.13/doc'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: *** No rule to make target `install-apidocs', needed by `install-data-local'. Stop.
make[6]: Leaving directory `/home/rmorley/src/cpp/kde3apps/konstruct/libs/libexif/work/libexif-0.6.13/doc'
make[5]: *** [install-am] Error 2
make[5]: Leaving directory `/home/rmorley/src/cpp/kde3apps/konstruct/libs/libexif/work/libexif-0.6.13/doc'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/home/rmorley/src/cpp/kde3apps/konstruct/libs/libexif/work/libexif-0.6.13'
make[3]: *** [install-work/libexif-0.6.13/Makefile] Error 2
make[3]: Leaving directory `/home/rmorley/src/cpp/kde3apps/konstruct/libs/libexif'
make[2]: *** [dep-../../libs/libexif] Error 2
make[2]: Leaving directory `/home/rmorley/src/cpp/kde3apps/konstruct/misc/imagemagick'
make[1]: *** [dep-../../../misc/imagemagick] Error 2
make[1]: Leaving directory `/home/rmorley/src/cpp/kde3apps/konstruct/apps/office/koffice'
make: *** [dep-../../apps/office/koffice] Error 2

Any ideas as to what is causing this would be greatly appreciated. Building the app by hand generates the same error, though the process drops out to the [dep-../../../misc/imagemagick] directory.

TIA,
Ron

morleron

Beginner

  • "morleron" started this thread

Posts: 5

Location: Gobles, Michigan, USA

Occupation: retired former Unix/Linux sys admin

  • Send private message

2

Friday, March 2nd 2007, 11:54pm

Re: KDE3.5.6 install apidocs problem

I found out that this problem was caused because I didn't have Doxygen installed. Building and installing Doxygen then restarting the konstruct process took care of the issue.