Compiling HAL 0.5.8 and BLKGETSIZE problems
Eugéne Suter
easuter at gmail.com
Sat Jan 6 05:13:33 PST 2007
Hi again,
Well, that kind of wrecked everything, wasn't able to compile anything after
that :(
Anyway, I did a fresh install of VectorLinux 5.8, and then had a look at the
defines in /usr/include/linux/fs.h. BLKGETSIZE64 was not correctly defined
it seems.
I changed this line:
#define BLKGETSIZE64 _IOR(0x12,114,sizeof(u64))
to this:
#define BLKGETSIZE64 _IOR(0x12,114,size_t)
Horay! the configure worked!
But unfortunately the make fails.
As you can see it bombs out after a short while, with lots of complaining:
http://pastebin.com/852656
*so damn close!* :(
Any extra ideas you may have are very welcome.
Thanks again.
Eugéne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/hal/attachments/20070106/8eb0bf2c/attachment.html
More information about the hal
mailing list