Carl Farrington wrote:
Here is the uname: Linux thinkpad 2.6.12-gentoo-r6 #5 SMP Tue Nov 29 20:39:38 GMT 2005 i686 Intel(R) Pentium(R) M processor 1.70GHz GenuineIntel GNU/Linux
The error is something to do with the include of pci.h. I apologise if it's due to my system being broken. Here's the output of make:
thinkpad flashrom # make gcc -O2 -g -Wall -Werror -c -o flash_enable.o flash_enable.c flash_enable.c:3:17: pci.h: No such file or directory
you're missing an include -- you need pci-devel.
ron