OS-X support?

Pekka Riikonen priikone at iki.fi
Thu Sep 20 07:17:07 CEST 2007


On Wed, 19 Sep 2007, Charles Sprickman wrote:

: So far I've found both macports and fink have very outdated versions that 
: don't seem to build under 10.4.  So that leaves me with trying to build 
: from source.
: 
: Build fails right here:
: 
: client_entry.o
: client_entry.c:1767: error: conflicting types for 
: 'silc_client_replace_channel_id'
: client_entry.h:60: error: previous declaration of 
: 'silc_client_replace_channel_id' was here
: make[3]: *** [client_entry.lo] Error 1
: make[2]: *** [all-recursive] Error 1
: make[1]: *** [all-recursive] Error 1
: make: *** [all] Error 2
: gee5:~/silc-client-1.1.2 spork$
: 
The following patch should fix the compilation:

--- silc/lib/silcclient/client_entry.h:1.7      Sun Mar 18 16:47:57 2007
+++ silc/lib/silcclient/client_entry.h  Thu Sep 20 07:13:42 2007
@@ -54,10 +54,10 @@
                                         SilcChannelID *channel_id);
 SilcBool silc_client_del_channel(SilcClient client, SilcClientConnection conn,
                                 SilcChannelEntry channel);
-bool silc_client_replace_channel_id(SilcClient client,
-                                   SilcClientConnection conn,
-                                   SilcChannelEntry channel,
-                                   SilcChannelID *new_id);
+SilcBool silc_client_replace_channel_id(SilcClient client,
+                                       SilcClientConnection conn,
+                                       SilcChannelEntry channel,
+                                       SilcChannelID *new_id);
 SilcServerEntry silc_client_add_server(SilcClient client,
                                       SilcClientConnection conn,
                                       const char *server_name,

	Pekka
________________________________________________________________________
 Pekka Riikonen                                 priikone at silcnet.org
 Secure Internet Live Conferencing (SILC)       http://silcnet.org/


More information about the silc-devel mailing list