Randy McMurchy wrote:
Well, actually it is the doxywizard program which doesn't compile.
Are you saying it compiles for you, using current LFS book
instructions?

Oh, I see. Doxywizard requires Qt which I don't have installed so I wasn't aware of the problem. Doxygen compiles fine for me like so

tar xzf doxygen-1.4.1.src.tar.gz &&
cd doxygen-1.4.1 &&
./configure --prefix /usr --docdir /usr/share/doc &&
make &&
make install &&
cd .. &&
rm -rf doxygen-1.4.1 &&
and so on

I'm using more or less the current LFS book. I do patch flex-2.5.31 (XFree86 won't build otherwise) but just to remove line 1815 from flex-2.5.31/gen.c which looks like this

                }else{
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to