Hi, I've been following the steps from Carlton on how to install ndis wrapper for my dell latitude D400 with a Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
I have had success with this in an earlier solaris express build, perhaps 65. However, I've gotten brave and re-installed with 2008.05. Now at the step " make nvdisct", I see the following. make ndiscvt cc -o ndiscvt ndiscvt.c ndiscvt.c:38:19: cdefs.h: No such file or directory ndiscvt.c:40:19: queue.h: No such file or directory ndiscvt.c:52:20: pe_var.h: No such file or directory ndiscvt.c:54:17: inf.h: No such file or directory ndiscvt.c: In function `insert_padding': ndiscvt.c:102: error: `image_section_header' undeclared (first use in this function) ndiscvt.c:102: error: (Each undeclared identifier is reported only once ndiscvt.c:102: error: for each function it appears in.) ndiscvt.c:102: error: `sect_hdr' undeclared (first use in this function) ndiscvt.c:103: error: `image_dos_header' undeclared (first use in this function) ndiscvt.c:103: error: `dos_hdr' undeclared (first use in this function) ndiscvt.c:104: error: `image_nt_header' undeclared (first use in this function) ndiscvt.c:104: error: `nt_hdr' undeclared (first use in this function) ndiscvt.c:105: error: `image_optional_header' undeclared (first use in this function) ndiscvt.c:105: error: syntax error before "opt_hdr" ndiscvt.c:117: error: `vm_offset_t' undeclared (first use in this function) ndiscvt.c:117: error: syntax error before "newimg" ndiscvt.c:120: error: syntax error before "newimg" ndiscvt.c:122: error: syntax error before ')' token ndiscvt.c:122: error: syntax error before ')' token ndiscvt.c:122: error: syntax error before ')' token ndiscvt.c:122: error: syntax error before "nt_hdr" ndiscvt.c:128: error: `opt_hdr' undeclared (first use in this function) ndiscvt.c:141: error: syntax error before ')' token ndiscvt.c:141: error: syntax error before ')' token ndiscvt.c:141: error: syntax error before ')' token ndiscvt.c:141: error: syntax error before "nt_hdr" *** Error code 1 make: Fatal error: Command failed for target `ndiscvt' I'm not sure what packages I might be missing for this to complete successfully. Any help appreciated. -- This message posted from opensolaris.org