Am Mittwoch, 14. September 2005 20:48 schrieb Brandin Creech:
> --- 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*"

./khotkeys/shared/.deps/khlistview.Plo
./khotkeys/shared/.libs/khlistview.o
./khotkeys/shared/khlistview.h
./khotkeys/shared/khlistview.lo
./khotkeys/shared/khlistview.cpp
./khotkeys/shared/khlistview.moc

> 
> And see what turns up. Also, what happened when you ran "configure"? Did you
> get any unusual warnings or messages?
> 

There seems to be a problem with linux/raw.h, from configure.log:

configure:42833: checking linux/raw.h usability
configure:42845: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BS
D_SOURCE -O2   -Wformat-security -Wmissing-format-attribute  
-DQT_THREAD_SUPPORT  -D_REENTRANT conftest.c >&5
In file included from conftest.c:161:
/usr/include/linux/raw.h:12: error: parse error before "__u64"
configure:42851: $? = 1
configure: failed program was:
| /* confdefs.h.  */
        
but raw.h is exactly as  on my old system. I should mention that I used 
linux-libc-headers-2.6.12 and kernel 2.6.13.1.

It's the only error message from configure.  
Could this have something to do with the problem?

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

Reply via email to