rufuscoder / Shakespeer

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

Build errors when running "make release" on 10.5 #38

Closed rufuscoder closed 11 years ago

rufuscoder commented 11 years ago

Original author: markus.m...@gmail.com (August 17, 2008 22:37:11)

I am running "make release" and get the following error:

iconv_string.c: In function ‘iconv_string_full’: iconv_string.c:76: warning: passing argument 2 of ‘libiconv’ from incompatible pointer type 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 lipo: can't figure out the architecture type of: /var/folders/A+/A+9oYU37EVCcw2GjqsyaEU+++TI/-Tmp-//ccdr8HKV.out command was: cc -Wp,-MD,.deps/iconv_string.d -c -o iconv_string.o iconv_string.c -I/sw/include -I./libevent-install/include -g -O3 -Wall -Werror -DVERSION="0.9.10" -DPACKAGE="shakespeer" -I./splib -I./spclient -DCOREDUMPS_ENABLED=1 -I./libevent-install/include -I/sw/include -g -O3 -Wall -Werror -DVERSION="0.9.10" -DPACKAGE="shakespeer" -I./splib -I./spclient -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -mmacosx-version-min=10.4 -I../libevent-install/include -I/sw/include -g -O3 -Wall -Werror -DVERSION="0.9.10" -DPACKAGE="shakespeer" -I../splib -I../spclient -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -mmacosx-version-min=10.4 -DICONV_CONST=const -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -mmacosx-version-min=10.4 make[2]: * [iconv_string.o] Error 1 make[1]: * [all] Error 1 make: *\ [release-build] Error 2

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

rufuscoder commented 11 years ago

From hwa...@gmail.com on August 18, 2008 18:26:22 Works for me, on 10.5 too. I get errors on the "make check" target but that's much later though, when the release build has already been created (and I think those errors are just bogus, and can be ignored -- they are a bug in the Makefile).

Are you sure you're on a clean tree without changes in for example config.mk?