There is a fix in the libsquish repository to make v1.11 compile under Linux. http://code.google.com/p/libsquish/ This involves adding an #include <limits.h> to a couple of files.
@@ -25,6 +25,7 @@
#include "alpha.h"
#include <algorithm>
+#include <limits.h>
namespace squish {
@@ -26,6 +26,7 @@
#include "singlecolourfit.h"
#include "colourset.h"
#include "colourblock.h"