You didn't state it, but I assume that you're on a amd64 system and have installed the 32 bit version of the library.
If that is the case, then the file /usr/include/sndfile.h is for the amd64 system. However, sndfile.h is an autogenerated file which defines sf_count_t to be of type off_t on 64 bit Linux and loff_t (if its available) on 32 bit Linux. Your fix works for Linux but may not work for other systems. -- compiling 32 bit apps on 64 bit system results in inconsistent value for sf_count_t https://bugs.launchpad.net/bugs/487981 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs