On Sunday 29 April 2007 21:09, Ciro Iriarte wrote: > Hi, > > I'm running OpenSUSE 10.2 on a dell 6400. I would like to upgrade > ipw3945 to the 1.2.0 version, I modified the wlan-kmp.src, but > rebuilding it i get this errors:
If you modify it, you take responsibility!!! > make: Entering directory `/usr/src/linux-2.6.18.8-0.1-obj/x86_64/debug' Looks like you are doing a debug build. If you are not sure whether you want debug, then you definitely don't > make -C ../../../linux-2.6.18.8-0.1 > O=../linux-2.6.18.8-0.1-obj/x86_64/debug modules > CC [M] /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.o > /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:71:2: error: > #error Incomplete build system. If you are building as part of your Look at line 71 of ipw3945.c, and you might find an error, possibly due to debug build rather than normal build. The number of errors suggests you have problems with header files, given that the source would be expected to compile, apart from your changes -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
