Hi again,<br><br>Well, that kind of wrecked everything, wasn&#39;t able to compile anything after that :(<br><br>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.
<br><br>I changed this line:<br><br>
#define BLKGETSIZE64 _IOR(0x12,114,sizeof(u64))<br><br>to this:<br><br>
#define BLKGETSIZE64 _IOR(0x12,114,size_t)
<br><br>Horay! the configure worked!<br>But unfortunately the make fails.<br>As you can see it bombs out after a short while, with lots of complaining:<br><br><a href="http://pastebin.com/852656">http://pastebin.com/852656
</a><br><br>*so damn close!*&nbsp; :(<br><br>Any extra ideas you may have are very welcome.<br>Thanks again.<br><br>Eugéne<br>