Uwe Kramer wrote these words on 09/14/05 14:42 CST: > There seems to be a problem with linux/raw.h, from configure.log: > [snip] > It's the only error message from configure. > Could this have something to do with the problem?
I get the following from my kdebase-3.4.2/configure.log Significantly different output than yours. I'm using an LFS-SVN-20050831 system. ================================================================================ checking linux/raw.h usability... no checking linux/raw.h presence... yes configure: WARNING: linux/raw.h: present but cannot be compiled configure: WARNING: linux/raw.h: check for missing prerequisite headers? configure: WARNING: linux/raw.h: see the Autoconf documentation configure: WARNING: linux/raw.h: section "Present But Cannot Be Compiled" configure: WARNING: linux/raw.h: proceeding with the preprocessor's result configure: WARNING: linux/raw.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------ ## configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## configure: WARNING: ## ------------------------------------------ ## checking for linux/raw.h... yes checking sys/raw.h usability... yes checking sys/raw.h presence... yes checking for sys/raw.h... yes ================================================================================= However, checking the config.log file, I see a similar situation: 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_BSD_SOURCE -DNDEBUG -O2 -Wformat-security -Wmissing-format-attribute -DQT_THREAD_SUPPORT -D_REENTRANT conftest.c >&5 In file included from conftest.c:165: /usr/include/linux/raw.h:12: error: syntax error before '__u64' configure:42851: $? = 1 So, I don't think this is an issue for you. Something else is more than likely wrong than that issue with the interface header. -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 14:43:00 up 165 days, 14:16, 3 users, load average: 0.32, 0.24, 0.28 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
