rrsn
May 26th, 2008, 06:21 PM
I'm try install Ndiswrapper without synaptic.
I tried follow this document but don't worked >> http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,installation/
I receive this message:
ndiswrapper: command not found
run make install:
make -C driver install
make[1]: Entering directory `/home/roberto/ndiswrapper-1.52/driver'
make -C /usr/src/linux-headers-2.6.24-16-generic SUBDIRS=/home/roberto/ndiswrapper-1.52/driver
make[2]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
Building modules, stage 2.
MODPOST 1 modules
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
echo /lib/modules/2.6.24-16-generic/misc
/lib/modules/2.6.24-16-generic/misc
mkdir -p /lib/modules/2.6.24-16-generic/misc
install -m 0644 ndiswrapper.ko /lib/modules/2.6.24-16-generic/misc
/sbin/depmod -a 2.6.24-16-generic -b /
make[1]: Leaving directory `/home/roberto/ndiswrapper-1.52/driver'
make -C utils install
make[1]: Entering directory `/home/roberto/ndiswrapper-1.52/utils'
gcc -g -Wall -I../driver -o loadndisdriver loadndisdriver.c
loadndisdriver.c:15:20: error: stdlib.h: No such file or directory
loadndisdriver.c:16:19: error: stdio.h: No such file or directory
loadndisdriver.c:17:19: error: errno.h: No such file or directory
loadndisdriver.c:18:20: error: string.h: No such file or directory
loadndisdriver.c:19:20: error: libgen.h: No such file or directory
loadndisdriver.c:21:22: error: sys/mman.h: No such file or directory
loadndisdriver.c:23:23: error: sys/types.h: No such file or directory
loadndisdriver.c:24:23: error: sys/ioctl.h: No such file or directory
loadndisdriver.c:25:22: error: sys/stat.h: No such file or directory
loadndisdriver.c:26:20: error: unistd.h: No such file or directory
loadndisdriver.c:27:19: error: fcntl.h: No such file or directory
In file included from /usr/lib/gcc/i486-linux-gnu/4.2.3/include/syslimits.h:7,
from /usr/lib/gcc/i486-linux-gnu/4.2.3/include/limits.h:11,
from loadndisdriver.c:28:
/usr/lib/gcc/i486-linux-gnu/4.2.3/include/limits.h:122:61: error: limits.h: No such file or directory
loadndisdriver.c:29:19: error: ctype.h: No such file or directory
loadndisdriver.c:30:20: error: dirent.h: No such file or directory
loadndisdriver.c:31:20: error: syslog.h: No such file or directory
loadndisdriver.c:34:25: error: linux/major.h: No such file or directory
loadndisdriver.c:35:25: error: linux/ioctl.h: No such file or directory
In file included from loadndisdriver.c:37:
../driver/loader.h:24: error: expected specifier-qualifier-list before âsize_tâ
loadndisdriver.c: In function âload_fileâ:
loadndisdriver.c:67: error: âsize_tâ undeclared (first use in this function)
loadndisdriver.c:67: error: (Each undeclared identifier is reported only once
loadndisdriver.c:67: error: for each function it appears in.)
loadndisdriver.c:67: error: expected â;â before âsizeâ
loadndisdriver.c:68: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:69: error: storage size of âstatbufâ isnât known
loadndisdriver.c:71: warning: implicit declaration of function âbasenameâ
loadndisdriver.c:71: warning: initialization makes pointer from integer without a cast
loadndisdriver.c:73: warning: implicit declaration of function âopenâ
loadndisdriver.c:73: error: âO_RDONLYâ undeclared (first use in this function)
loadndisdriver.c:75: warning: implicit declaration of function âsyslogâ
loadndisdriver.c:75: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:75: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:75: warning: implicit declaration of function âstrerrorâ
loadndisdriver.c:75: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:76: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:79: warning: implicit declaration of function âfstatâ
loadndisdriver.c:81: warning: implicit declaration of function âcloseâ
loadndisdriver.c:84: error: âsizeâ undeclared (first use in this function)
loadndisdriver.c:86: warning: implicit declaration of function âmmapâ
loadndisdriver.c:86: error: âPROT_READâ undeclared (first use in this function)
loadndisdriver.c:86: error: âMAP_PRIVATEâ undeclared (first use in this function)
loadndisdriver.c:86: warning: assignment makes pointer from integer without a cast
loadndisdriver.c:87: error: âMAP_FAILEDâ undeclared (first use in this function)
loadndisdriver.c:93: warning: implicit declaration of function âstrncpyâ
loadndisdriver.c:93: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:95: error: âstruct load_driver_fileâ has no member named âsizeâ
loadndisdriver.c:96: error: âstruct load_driver_fileâ has no member named âdataâ
loadndisdriver.c:69: warning: unused variable âstatbufâ
loadndisdriver.c: In function âparse_setting_lineâ:
loadndisdriver.c:109: warning: implicit declaration of function âisspaceâ
loadndisdriver.c:115: warning: implicit declaration of function âstrchrâ
loadndisdriver.c:115: warning: incompatible implicit declaration of built-in function âstrchrâ
loadndisdriver.c:115: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:117: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:117: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:118: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:138: warning: implicit declaration of function âstrlenâ
loadndisdriver.c:138: warning: incompatible implicit declaration of built-in function âstrlenâ
loadndisdriver.c: In function âread_conf_fileâ:
loadndisdriver.c:150: error: storage size of âstatbufâ isnât known
loadndisdriver.c:151: error: âFILEâ undeclared (first use in this function)
loadndisdriver.c:151: error: âconfigâ undeclared (first use in this function)
loadndisdriver.c:157: warning: implicit declaration of function âlstatâ
loadndisdriver.c:158: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:158: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:158: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:160: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:163: warning: implicit declaration of function âsscanfâ
loadndisdriver.c:163: warning: incompatible implicit declaration of built-in function âsscanfâ
loadndisdriver.c:178: warning: implicit declaration of function âfopenâ
loadndisdriver.c:178: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:182: warning: implicit declaration of function âfgetsâ
loadndisdriver.c:194: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:205: warning: implicit declaration of function âfcloseâ
loadndisdriver.c:150: warning: unused variable âstatbufâ
loadndisdriver.c: In function âload_bin_fileâ:
loadndisdriver.c:217: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:217: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:219: warning: implicit declaration of function âtolowerâ
loadndisdriver.c:221: warning: implicit declaration of function âchdirâ
loadndisdriver.c:222: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:224: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:230: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:232: warning: implicit declaration of function âioctlâ
loadndisdriver.c:232: warning: implicit declaration of function â_IOWâ
loadndisdriver.c:232: error: expected expression before âstructâ
loadndisdriver.c: In function âload_driverâ:
loadndisdriver.c:249: error: âDIRâ undeclared (first use in this function)
loadndisdriver.c:249: error: âdriver_dirâ undeclared (first use in this function)
loadndisdriver.c:251: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:255: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:255: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:257: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:259: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:261: warning: implicit declaration of function âopendirâ
loadndisdriver.c:267: warning: implicit declaration of function âmallocâ
loadndisdriver.c:267: warning: incompatible implicit declaration of built-in function âmallocâ
loadndisdriver.c:271: warning: implicit declaration of function âmemsetâ
loadndisdriver.c:271: warning: incompatible implicit declaration of built-in function âmemsetâ
loadndisdriver.c:272: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:280: warning: implicit declaration of function âreaddirâ
loadndisdriver.c:280: warning: assignment makes pointer from integer without a cast
loadndisdriver.c:282: error: storage size of âstatbufâ isnât known
loadndisdriver.c:284: error: dereferencing pointer to incomplete type
loadndisdriver.c:287: warning: implicit declaration of function âstatâ
loadndisdriver.c:287: error: dereferencing pointer to incomplete type
loadndisdriver.c:288: warning: implicit declaration of function âS_ISREGâ
loadndisdriver.c:289: error: dereferencing pointer to incomplete type
loadndisdriver.c:294: warning: incompatible implicit declaration of built-in function âstrlenâ
loadndisdriver.c:294: error: dereferencing pointer to incomplete type
loadndisdriver.c:296: warning: implicit declaration of function âstrcasecmpâ
loadndisdriver.c:296: error: dereferencing pointer to incomplete type
loadndisdriver.c:299: error: dereferencing pointer to incomplete type
loadndisdriver.c:302: error: dereferencing pointer to incomplete type
loadndisdriver.c:303: error: dereferencing pointer to incomplete type
loadndisdriver.c:305: error: dereferencing pointer to incomplete type
loadndisdriver.c:311: error: dereferencing pointer to incomplete type
loadndisdriver.c:312: error: dereferencing pointer to incomplete type
loadndisdriver.c:313: warning: implicit declaration of function âstrcpyâ
loadndisdriver.c:313: warning: incompatible implicit declaration of built-in function âstrcpyâ
loadndisdriver.c:314: error: dereferencing pointer to incomplete type
loadndisdriver.c:317: error: âstruct load_driver_fileâ has no member named âsizeâ
loadndisdriver.c:318: error: âstruct load_driver_fileâ has no member named âdataâ
loadndisdriver.c:321: error: dereferencing pointer to incomplete type
loadndisdriver.c:282: warning: unused variable âstatbufâ
loadndisdriver.c:344: error: expected expression before âstructâ
loadndisdriver.c:346: warning: implicit declaration of function âclosedirâ
loadndisdriver.c:348: warning: implicit declaration of function âfreeâ
loadndisdriver.c:355: warning: implicit declaration of function âmunmapâ
loadndisdriver.c:355: error: âstruct load_driver_fileâ has no member named âdataâ
loadndisdriver.c:355: error: âstruct load_driver_fileâ has no member named âsizeâ
loadndisdriver.c:357: error: âstruct load_driver_fileâ has no member named âdataâ
loadndisdriver.c:357: error: âstruct load_driver_fileâ has no member named âsizeâ
loadndisdriver.c: In function âget_deviceâ:
loadndisdriver.c:367: error: storage size of âstatbufâ isnât known
loadndisdriver.c:370: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:370: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:373: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:374: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:376: warning: implicit declaration of function âsnprintfâ
loadndisdriver.c:376: warning: incompatible implicit declaration of built-in function âsnprintfâ
loadndisdriver.c:407: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:367: warning: unused variable âstatbufâ
loadndisdriver.c: In function âload_deviceâ:
loadndisdriver.c:419: error: âDIRâ undeclared (first use in this function)
loadndisdriver.c:419: error: âdirâ undeclared (first use in this function)
loadndisdriver.c:423: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:423: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:424: warning: incompatible implicit declaration of built-in function âmemsetâ
loadndisdriver.c:426: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:427: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:429: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:434: warning: assignment makes pointer from integer without a cast
loadndisdriver.c:435: error: dereferencing pointer to incomplete type
loadndisdriver.c:436: error: dereferencing pointer to incomplete type
loadndisdriver.c:439: error: dereferencing pointer to incomplete type
loadndisdriver.c:447: error: expected expression before âstructâ
loadndisdriver.c: In function âget_ioctl_deviceâ:
loadndisdriver.c:464: error: âFILEâ undeclared (first use in this function)
loadndisdriver.c:464: error: âproc_miscâ undeclared (first use in this function)
loadndisdriver.c:472: warning: implicit declaration of function âstrstrâ
loadndisdriver.c:472: warning: incompatible implicit declaration of built-in function âstrstrâ
loadndisdriver.c:473: warning: implicit declaration of function âstrtolâ
loadndisdriver.c:473: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:483: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:483: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:488: warning: implicit declaration of function âunlinkâ
loadndisdriver.c:489: warning: implicit declaration of function âmknodâ
loadndisdriver.c:489: error: âS_IFCHRâ undeclared (first use in this function)
loadndisdriver.c:489: error: âMISC_MAJORâ undeclared (first use in this function)
loadndisdriver.c:490: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:495: error: âO_RDONLYâ undeclared (first use in this function)
loadndisdriver.c: In function âmainâ:
loadndisdriver.c:511: warning: implicit declaration of function âopenlogâ
loadndisdriver.c:511: error: âLOG_PERRORâ undeclared (first use in this function)
loadndisdriver.c:511: error: âLOG_CONSâ undeclared (first use in this function)
loadndisdriver.c:511: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:511: error: âLOG_DEBUGâ undeclared (first use in this function)
loadndisdriver.c:513: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:515: warning: implicit declaration of function âstrncmpâ
loadndisdriver.c:517: warning: implicit declaration of function âprintfâ
loadndisdriver.c:517: warning: incompatible implicit declaration of built-in function âprintfâ
loadndisdriver.c:527: warning: implicit declaration of function âatoiâ
loadndisdriver.c:542: warning: implicit declaration of function âatofâ
loadndisdriver.c:549: warning: implicit declaration of function âstrcmpâ
loadndisdriver.c:556: warning: incompatible implicit declaration of built-in function âsscanfâ
loadndisdriver.c:590: warning: implicit declaration of function âcloselogâ
make[1]: *** [loadndisdriver] Error 1
make[1]: Leaving directory `/home/roberto/ndiswrapper-1.52/utils'
make: *** [install] Error 2
* my note is in my job, I dont have internet to him.
I tried follow this document but don't worked >> http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,installation/
I receive this message:
ndiswrapper: command not found
run make install:
make -C driver install
make[1]: Entering directory `/home/roberto/ndiswrapper-1.52/driver'
make -C /usr/src/linux-headers-2.6.24-16-generic SUBDIRS=/home/roberto/ndiswrapper-1.52/driver
make[2]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
Building modules, stage 2.
MODPOST 1 modules
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
echo /lib/modules/2.6.24-16-generic/misc
/lib/modules/2.6.24-16-generic/misc
mkdir -p /lib/modules/2.6.24-16-generic/misc
install -m 0644 ndiswrapper.ko /lib/modules/2.6.24-16-generic/misc
/sbin/depmod -a 2.6.24-16-generic -b /
make[1]: Leaving directory `/home/roberto/ndiswrapper-1.52/driver'
make -C utils install
make[1]: Entering directory `/home/roberto/ndiswrapper-1.52/utils'
gcc -g -Wall -I../driver -o loadndisdriver loadndisdriver.c
loadndisdriver.c:15:20: error: stdlib.h: No such file or directory
loadndisdriver.c:16:19: error: stdio.h: No such file or directory
loadndisdriver.c:17:19: error: errno.h: No such file or directory
loadndisdriver.c:18:20: error: string.h: No such file or directory
loadndisdriver.c:19:20: error: libgen.h: No such file or directory
loadndisdriver.c:21:22: error: sys/mman.h: No such file or directory
loadndisdriver.c:23:23: error: sys/types.h: No such file or directory
loadndisdriver.c:24:23: error: sys/ioctl.h: No such file or directory
loadndisdriver.c:25:22: error: sys/stat.h: No such file or directory
loadndisdriver.c:26:20: error: unistd.h: No such file or directory
loadndisdriver.c:27:19: error: fcntl.h: No such file or directory
In file included from /usr/lib/gcc/i486-linux-gnu/4.2.3/include/syslimits.h:7,
from /usr/lib/gcc/i486-linux-gnu/4.2.3/include/limits.h:11,
from loadndisdriver.c:28:
/usr/lib/gcc/i486-linux-gnu/4.2.3/include/limits.h:122:61: error: limits.h: No such file or directory
loadndisdriver.c:29:19: error: ctype.h: No such file or directory
loadndisdriver.c:30:20: error: dirent.h: No such file or directory
loadndisdriver.c:31:20: error: syslog.h: No such file or directory
loadndisdriver.c:34:25: error: linux/major.h: No such file or directory
loadndisdriver.c:35:25: error: linux/ioctl.h: No such file or directory
In file included from loadndisdriver.c:37:
../driver/loader.h:24: error: expected specifier-qualifier-list before âsize_tâ
loadndisdriver.c: In function âload_fileâ:
loadndisdriver.c:67: error: âsize_tâ undeclared (first use in this function)
loadndisdriver.c:67: error: (Each undeclared identifier is reported only once
loadndisdriver.c:67: error: for each function it appears in.)
loadndisdriver.c:67: error: expected â;â before âsizeâ
loadndisdriver.c:68: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:69: error: storage size of âstatbufâ isnât known
loadndisdriver.c:71: warning: implicit declaration of function âbasenameâ
loadndisdriver.c:71: warning: initialization makes pointer from integer without a cast
loadndisdriver.c:73: warning: implicit declaration of function âopenâ
loadndisdriver.c:73: error: âO_RDONLYâ undeclared (first use in this function)
loadndisdriver.c:75: warning: implicit declaration of function âsyslogâ
loadndisdriver.c:75: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:75: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:75: warning: implicit declaration of function âstrerrorâ
loadndisdriver.c:75: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:76: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:79: warning: implicit declaration of function âfstatâ
loadndisdriver.c:81: warning: implicit declaration of function âcloseâ
loadndisdriver.c:84: error: âsizeâ undeclared (first use in this function)
loadndisdriver.c:86: warning: implicit declaration of function âmmapâ
loadndisdriver.c:86: error: âPROT_READâ undeclared (first use in this function)
loadndisdriver.c:86: error: âMAP_PRIVATEâ undeclared (first use in this function)
loadndisdriver.c:86: warning: assignment makes pointer from integer without a cast
loadndisdriver.c:87: error: âMAP_FAILEDâ undeclared (first use in this function)
loadndisdriver.c:93: warning: implicit declaration of function âstrncpyâ
loadndisdriver.c:93: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:95: error: âstruct load_driver_fileâ has no member named âsizeâ
loadndisdriver.c:96: error: âstruct load_driver_fileâ has no member named âdataâ
loadndisdriver.c:69: warning: unused variable âstatbufâ
loadndisdriver.c: In function âparse_setting_lineâ:
loadndisdriver.c:109: warning: implicit declaration of function âisspaceâ
loadndisdriver.c:115: warning: implicit declaration of function âstrchrâ
loadndisdriver.c:115: warning: incompatible implicit declaration of built-in function âstrchrâ
loadndisdriver.c:115: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:117: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:117: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:118: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:138: warning: implicit declaration of function âstrlenâ
loadndisdriver.c:138: warning: incompatible implicit declaration of built-in function âstrlenâ
loadndisdriver.c: In function âread_conf_fileâ:
loadndisdriver.c:150: error: storage size of âstatbufâ isnât known
loadndisdriver.c:151: error: âFILEâ undeclared (first use in this function)
loadndisdriver.c:151: error: âconfigâ undeclared (first use in this function)
loadndisdriver.c:157: warning: implicit declaration of function âlstatâ
loadndisdriver.c:158: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:158: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:158: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:160: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:163: warning: implicit declaration of function âsscanfâ
loadndisdriver.c:163: warning: incompatible implicit declaration of built-in function âsscanfâ
loadndisdriver.c:178: warning: implicit declaration of function âfopenâ
loadndisdriver.c:178: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:182: warning: implicit declaration of function âfgetsâ
loadndisdriver.c:194: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:205: warning: implicit declaration of function âfcloseâ
loadndisdriver.c:150: warning: unused variable âstatbufâ
loadndisdriver.c: In function âload_bin_fileâ:
loadndisdriver.c:217: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:217: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:219: warning: implicit declaration of function âtolowerâ
loadndisdriver.c:221: warning: implicit declaration of function âchdirâ
loadndisdriver.c:222: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:224: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:230: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:232: warning: implicit declaration of function âioctlâ
loadndisdriver.c:232: warning: implicit declaration of function â_IOWâ
loadndisdriver.c:232: error: expected expression before âstructâ
loadndisdriver.c: In function âload_driverâ:
loadndisdriver.c:249: error: âDIRâ undeclared (first use in this function)
loadndisdriver.c:249: error: âdriver_dirâ undeclared (first use in this function)
loadndisdriver.c:251: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:255: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:255: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:257: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:259: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:261: warning: implicit declaration of function âopendirâ
loadndisdriver.c:267: warning: implicit declaration of function âmallocâ
loadndisdriver.c:267: warning: incompatible implicit declaration of built-in function âmallocâ
loadndisdriver.c:271: warning: implicit declaration of function âmemsetâ
loadndisdriver.c:271: warning: incompatible implicit declaration of built-in function âmemsetâ
loadndisdriver.c:272: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:280: warning: implicit declaration of function âreaddirâ
loadndisdriver.c:280: warning: assignment makes pointer from integer without a cast
loadndisdriver.c:282: error: storage size of âstatbufâ isnât known
loadndisdriver.c:284: error: dereferencing pointer to incomplete type
loadndisdriver.c:287: warning: implicit declaration of function âstatâ
loadndisdriver.c:287: error: dereferencing pointer to incomplete type
loadndisdriver.c:288: warning: implicit declaration of function âS_ISREGâ
loadndisdriver.c:289: error: dereferencing pointer to incomplete type
loadndisdriver.c:294: warning: incompatible implicit declaration of built-in function âstrlenâ
loadndisdriver.c:294: error: dereferencing pointer to incomplete type
loadndisdriver.c:296: warning: implicit declaration of function âstrcasecmpâ
loadndisdriver.c:296: error: dereferencing pointer to incomplete type
loadndisdriver.c:299: error: dereferencing pointer to incomplete type
loadndisdriver.c:302: error: dereferencing pointer to incomplete type
loadndisdriver.c:303: error: dereferencing pointer to incomplete type
loadndisdriver.c:305: error: dereferencing pointer to incomplete type
loadndisdriver.c:311: error: dereferencing pointer to incomplete type
loadndisdriver.c:312: error: dereferencing pointer to incomplete type
loadndisdriver.c:313: warning: implicit declaration of function âstrcpyâ
loadndisdriver.c:313: warning: incompatible implicit declaration of built-in function âstrcpyâ
loadndisdriver.c:314: error: dereferencing pointer to incomplete type
loadndisdriver.c:317: error: âstruct load_driver_fileâ has no member named âsizeâ
loadndisdriver.c:318: error: âstruct load_driver_fileâ has no member named âdataâ
loadndisdriver.c:321: error: dereferencing pointer to incomplete type
loadndisdriver.c:282: warning: unused variable âstatbufâ
loadndisdriver.c:344: error: expected expression before âstructâ
loadndisdriver.c:346: warning: implicit declaration of function âclosedirâ
loadndisdriver.c:348: warning: implicit declaration of function âfreeâ
loadndisdriver.c:355: warning: implicit declaration of function âmunmapâ
loadndisdriver.c:355: error: âstruct load_driver_fileâ has no member named âdataâ
loadndisdriver.c:355: error: âstruct load_driver_fileâ has no member named âsizeâ
loadndisdriver.c:357: error: âstruct load_driver_fileâ has no member named âdataâ
loadndisdriver.c:357: error: âstruct load_driver_fileâ has no member named âsizeâ
loadndisdriver.c: In function âget_deviceâ:
loadndisdriver.c:367: error: storage size of âstatbufâ isnât known
loadndisdriver.c:370: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:370: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:373: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:374: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:376: warning: implicit declaration of function âsnprintfâ
loadndisdriver.c:376: warning: incompatible implicit declaration of built-in function âsnprintfâ
loadndisdriver.c:407: warning: incompatible implicit declaration of built-in function âstrncpyâ
loadndisdriver.c:367: warning: unused variable âstatbufâ
loadndisdriver.c: In function âload_deviceâ:
loadndisdriver.c:419: error: âDIRâ undeclared (first use in this function)
loadndisdriver.c:419: error: âdirâ undeclared (first use in this function)
loadndisdriver.c:423: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:423: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:424: warning: incompatible implicit declaration of built-in function âmemsetâ
loadndisdriver.c:426: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:427: error: âEINVALâ undeclared (first use in this function)
loadndisdriver.c:429: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:434: warning: assignment makes pointer from integer without a cast
loadndisdriver.c:435: error: dereferencing pointer to incomplete type
loadndisdriver.c:436: error: dereferencing pointer to incomplete type
loadndisdriver.c:439: error: dereferencing pointer to incomplete type
loadndisdriver.c:447: error: expected expression before âstructâ
loadndisdriver.c: In function âget_ioctl_deviceâ:
loadndisdriver.c:464: error: âFILEâ undeclared (first use in this function)
loadndisdriver.c:464: error: âproc_miscâ undeclared (first use in this function)
loadndisdriver.c:472: warning: implicit declaration of function âstrstrâ
loadndisdriver.c:472: warning: incompatible implicit declaration of built-in function âstrstrâ
loadndisdriver.c:473: warning: implicit declaration of function âstrtolâ
loadndisdriver.c:473: error: âNULLâ undeclared (first use in this function)
loadndisdriver.c:483: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:483: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:488: warning: implicit declaration of function âunlinkâ
loadndisdriver.c:489: warning: implicit declaration of function âmknodâ
loadndisdriver.c:489: error: âS_IFCHRâ undeclared (first use in this function)
loadndisdriver.c:489: error: âMISC_MAJORâ undeclared (first use in this function)
loadndisdriver.c:490: error: âerrnoâ undeclared (first use in this function)
loadndisdriver.c:495: error: âO_RDONLYâ undeclared (first use in this function)
loadndisdriver.c: In function âmainâ:
loadndisdriver.c:511: warning: implicit declaration of function âopenlogâ
loadndisdriver.c:511: error: âLOG_PERRORâ undeclared (first use in this function)
loadndisdriver.c:511: error: âLOG_CONSâ undeclared (first use in this function)
loadndisdriver.c:511: error: âLOG_KERNâ undeclared (first use in this function)
loadndisdriver.c:511: error: âLOG_DEBUGâ undeclared (first use in this function)
loadndisdriver.c:513: error: âLOG_INFOâ undeclared (first use in this function)
loadndisdriver.c:515: warning: implicit declaration of function âstrncmpâ
loadndisdriver.c:517: warning: implicit declaration of function âprintfâ
loadndisdriver.c:517: warning: incompatible implicit declaration of built-in function âprintfâ
loadndisdriver.c:527: warning: implicit declaration of function âatoiâ
loadndisdriver.c:542: warning: implicit declaration of function âatofâ
loadndisdriver.c:549: warning: implicit declaration of function âstrcmpâ
loadndisdriver.c:556: warning: incompatible implicit declaration of built-in function âsscanfâ
loadndisdriver.c:590: warning: implicit declaration of function âcloselogâ
make[1]: *** [loadndisdriver] Error 1
make[1]: Leaving directory `/home/roberto/ndiswrapper-1.52/utils'
make: *** [install] Error 2
* my note is in my job, I dont have internet to him.