Re: v2 testbios compile error

2005-01-18 Thread Richard Smith
> > The include is so it will grab my system copy of the Oops that should have been I see you tweaked on the source a bit. Yeah this was not present in the stuff I was working with. It compiles fine now. Thanks. -- Richard A. Smith ___ Linuxbios

Re: v2 testbios compile error

2005-01-18 Thread Richard Smith
> Do cvs update. The path is still hardcoded. > > > Both the #include statements in the .c files and the path to the > > library had to be changed. > > Why did you have to change the #include statements?!? The include is so it will grab my system copy of the headers.. I can't update the system

Re: v2 testbios compile error

2005-01-18 Thread Stefan Reinauer
* Richard Smith <[EMAIL PROTECTED]> [050118 17:40]: > > > It is used because it is in FC2. I believe it is in recent SuSe too. > > > I think it is requred for x86_64. > > > > I changed it to be configurable in the Makefile. Just enter your libpci > > version there and it will compile. Unfortunate

Re: v2 testbios compile error

2005-01-18 Thread Richard Smith
> > It is used because it is in FC2. I believe it is in recent SuSe too. > > I think it is requred for x86_64. > > I changed it to be configurable in the Makefile. Just enter your libpci > version there and it will compile. Unfortunately there is no simple way I didn't see that in V2 makefile I

Re: v2 testbios compile error

2005-01-18 Thread Stefan Reinauer
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [050118 02:06]: > > What was the a reason you had to move to the alpha version for the > > userspace program in V2? Seems like a lot of trouble for not much > > real gain. > > > > It is used because it is in FC2. I believe it is in recent SuSe too. > I thin

Re: v2 testbios compile error

2005-01-17 Thread ollie
>> the new pcilib have a PCI domain parameter in additional >> to the BUS:DEV:FN. I think you are using old pcilib, just >> removed the 0x00 parameter. > > When you say "new" pcilib you are talking the _alpha_ pcilib 2.1.99. > The latest stable version does not have this domain parameter. > > The 2

Re: v2 testbios compile error

2005-01-16 Thread Richard Smith
> the new pcilib have a PCI domain parameter in additional > to the BUS:DEV:FN. I think you are using old pcilib, just > removed the 0x00 parameter. When you say "new" pcilib you are talking the _alpha_ pcilib 2.1.99. The latest stable version does not have this domain parameter. The 2.1.99 alph

Re: v2 testbios compile error

2005-01-15 Thread Li-Ta Lo
On Sat, 2005-01-15 at 17:17, Richard Smith wrote: > I'm trying to compile the userspace standalone version of testbios > and I'm getting errors in all of the pciReadByte, Word and Long > functions. > > 'too many arguments to function pci_get_dev' > > Anyone else have this issue? > > V1 testbi

v2 testbios compile error

2005-01-15 Thread Richard Smith
I'm trying to compile the userspace standalone version of testbios and I'm getting errors in all of the pciReadByte, Word and Long functions. 'too many arguments to function pci_get_dev' Anyone else have this issue? V1 testbios on the same machine compiles fine. -- Richard A. Smith ___