Is Super Smack dead? Latest version on Tony Bourke’s website is from 2005. On g++ 4.1.2, it errors on src/query.cc:
query.cc: In member function ?void Query_report::fd_send(int)?:
query.cc:200: error: cast from ‘char*’ to ‘unsigned int’ loses precision
query.cc:200: error: cast from ‘char*’ to ‘unsigned int’ loses precision
query.cc:219: error: cast from ‘char*’ to ‘unsigned int’ loses precision
query.cc:219: error: cast from ‘char*’ to ‘unsigned int’ loses precision
I know what the error is about, but I’m not sure the proper way to fix it.