Re: [maemo-developers] building an application with custom kernel-headers

2006-10-19 Thread Eero Tamminen
Hi, [sbox-fitz: ~] grep IFA_F_HOMEADDRESS /usr/src/su-18-kernel-headers/include/linux/rtnetlink.h #define IFA_F_HOMEADDRESS 0x10 Is this in the part of the kernel header that is not exported unless you're compiling kernel source code? (or claiming so with a define used for this)

Re: [maemo-developers] building an application with custom kernel-headers

2006-10-17 Thread Larry Battraw
I believe you need to use the capital 'I' option like so: gcc -c -Wall -g -O2 -isystem -I/usr/src/su-18-kernel-headers/include conftest.c Larry On 10/17/06, Yves-Alexis Perez [EMAIL PROTECTED] wrote: Hi list, I run into probleme trying to build an application which requires custom kernel

Re: [maemo-developers] building an application with custom kernel-headers

2006-10-17 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Battraw schreef: I believe you need to use the capital 'I' option like so: gcc -c -Wall -g -O2 -isystem -I/usr/src/su-18-kernel-headers/include conftest.c No, -isystem is largely equivalent to -I. regards, Koen -BEGIN PGP