uif2iso on OS X
Keep getting an “invalid argument” error when using Luigi Auriemma’s uif2iso after compiling on Mac OS X? In a nutshell, you will have to use “fseeko” instead of “fseek”, and “ftello” instead of “ftell” in his uif2iso.c file, when compiling in OS X.
I have made the appropriate changes (uif2iso.c), as well as fixed the warnings (version 0.1.2). I have made a diff of my changes also (uif2iso.diff.txt).
Technorati Tags: uif2iso, Mac OS X, invalid argument
[...] Thanks to shazron the invalid argument problem should be gone. I have applied the changes and upgraded the [...]
Works for FreeBSD 7.2 as well.