pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pan-users] Compiling 0.100 in Windows & running in Windows 2000


From: Mike Houwers
Subject: [Pan-users] Compiling 0.100 in Windows & running in Windows 2000
Date: Mon, 19 Jun 2006 20:55:35 -0400

Getting closer to an easy Windows compile. Everything compiled cleanly with a few exceptions in socket-impl-gio.cc. A few small changes and it compiled and ran under Windows 2000! Here's a diff
for what I changed:

26d25
<
42c41
<   #define _WIN32_WINNT 0x0500
---
>   #define _WIN32_WINNT 0x0501
71,72c70,71
<     g_message (msg);
<     OutputDebugString (msg);
---
>     g_message (a);
>     OutputDebugString (a);
131c130
<       : gethostbyaddr (hostbuf, host.len, AF_INET);
---
>       : gethostbyaddr (hostbuf, host->len, AF_INET);
153c152
<       char *addr = ans->h_addr_list[i];
---
>       unsigned char *addr = ans->h_addr_list[i];
172,173d170
<
<     GIOChannel * channel = g_io_channel_unix_new (sockfd);

(Is there a better way to post the diffs?)

Thanks for all the efforts.

mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]