Bruce Dubbs wrote: > Bruce Dubbs wrote: >> I got kdelibs to build, but the 'make apidocs' command hangs on me in the >> kdeprint subdirectory. Has anyone else seen this? > > s/apidocs/apidox/ > > Yes, it still hangs.
OK I finally got this figured out. In the kdeprint directory is a symlink: lrwxrwxrwx 1 12 Jan 5 13:25 kdeprint/kdeprint -> ./management drwxr-xr-x 3 12288 Jan 5 02:27 kdeprint/management/ The Doxyfile configuration file has: RECURSIVE = YES This combination leads to an infinite loop using 100% CPU. Deleting the symlink lets the program complete. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page