--- Uwe Kramer <[EMAIL PROTECTED]> wrote:
> /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++
> -DHAVE_CONFIG_H
> -I. -I. -I../../.. -I./.. -I../../../khotkeys/shared -I/opt/qt/include
> -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT
> -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts
> -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2
> -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new
>
> -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
> -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o
> windowdef_list_widget_ui.lo windowdef_list_widget_ui.cpp
> windowdef_list_widget_ui.cpp:23:34: khotkeys::khlistview.h: No such file or
>
> directory
> make[4]: *** [windowdef_list_widget_ui.lo] Fehler 1
> make[4]: Leaving directory `/sources/kdebase-3.4.2/khotkeys/kcontrol/ui'
Try searching for "khlistview.h". It is supposed to be in
kdebase-3.4.2/khotkeys/shared, which is already in an include parameter above
(-I../../../khotkeys/shared), so maybe it is missing for some reason. Try
using find at the top of your source tree, as in
cd /sources/kdebase-3.4.2
find . -iname "khlistview*"
And see what turns up. Also, what happened when you ran "configure"? Did you
get any unusual warnings or messages?
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page