rufuscoder / Shakespeer

A Direct Connect Client for Multiple Platforms
GNU General Public License v2.0
28 stars 14 forks source link

Still having trouble building for borth 10.5 and 10.4 at the same time #195

Closed rufuscoder closed 11 years ago

rufuscoder commented 11 years ago

Original author: markus.m...@gmail.com (November 14, 2008 15:50:25)

Running "make current-release" in a fresh tree (using r473) eventually causes:

{{{ compiling iconv_string.c cc1: warnings being treated as errors iconv_string.c: In function ‘iconv_string_full’: iconv_string.c:76: warning: passing argument 2 of ‘libiconv’ from incompatible pointer type command was: cc -Wp,-MD,.deps/iconv_string.d -c -o iconv_string.o iconv_string.c -I/sw/include -I./libevent-install/include -I/sw/include -g -O3 -Wall -Werror -Wno-strict-aliasing -DVERSION="0.9.11" -DPACKAGE="shakespeer" -I./splib -I./spclient -DCOREDUMPS_ENABLED=1
-I../libevent-install/include -I/sw/include -g -O3 -Wall -Werror -Wno-strict-aliasing -DVERSION="0.9.11" -DPACKAGE="shakespeer" -I../splib -I../spclient -DCOREDUMPS_ENABLED=1 -DICONV_CONST=const make[1]: * [iconv_string.o] Error 1 make: * [all] Error 1 }}}

I am not sure what is at fault here. I am building this on 10.5 by the way.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=93

rufuscoder commented 11 years ago

From markus.m...@gmail.com on November 14, 2008 17:12:31 Got rid of my whole Fink installation and switched to MacPorts, which seems to have solved this for now.