On 5/27/07, Dan Nicholson <[EMAIL PROTECTED]> wrote:
>
> $ echo $QTDIR
> /usr/share/qt3
> $ ls -l $QTDIR
> total 16
> lrwxrwxrwx  1 root root    9 2007-05-27 08:22 bin -> ../../bin
> lrwxrwxrwx  1 root root   17 2007-05-27 08:22 include -> ../../include/qt3
> lrwxrwxrwx  1 root root    9 2007-05-27 08:22 lib -> ../../lib
> drwxr-xr-x 62 root root 4096 2007-05-27 08:22 mkspecs
> drwxr-xr-x  2 root root 4096 2007-05-27 08:22 phrasebooks
> drwxr-xr-x  2 root root 4096 2007-05-27 08:22 templates
> drwxr-xr-x  2 root root 4096 2007-05-27 08:22 translations
> $ ls $QTDIR/include
> jri.h               qgrpbox.h                qregion.h
> jri_md.h            qguardedptr.h            qrtlcodec.h
> ...
>
> Notice that the include symlink points to include/qt3 (it would be
> include/qt in our case). I suggest that we do the same in BLFS. The
> changes would be to add the symlinks and change the configuration to
> "export QTDIR=/usr/share/qt".

Lefteris, can you try to change your Qt setup a bit and see if the
doxygen build passes? Do this:

# ln -v -snf ../../bin /usr/share/qt/bin
# ln -v -snf ../../include/qt /usr/share/qt/include
# ln -v -snf ../../lib /usr/share/qt/lib

Then,
$ export QTDIR=/usr/share/qt

and try to build doxywizard without any changes.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to