pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] Re: ANN: Pan 0.121 "Dortmunder"


From: Charles Kerr
Subject: Re: [Pan-users] Re: ANN: Pan 0.121 "Dortmunder"
Date: Mon, 22 Jan 2007 15:40:25 -0600
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Artur Jachacy wrote:
On Mon, 22 Jan 2007 11:03:03 -0600, Charles Kerr wrote:

January 22, 2007 - Pan 0.121: "Dortmunder"

This release has a big set of fixes and improvements.
The list of open bugzilla tickets for Pan 1.0 has never been smaller. :)

Bug Tickets addressed in this release:
[...]

Impressive!

Doesn't compile for me, though.

socket-impl-gio.cc: In function `GIOChannel* <unnamed>::create_channel(const 
pan::StringView&, int, std::string&)':
socket-impl-gio.cc:181: error: `get_last_err' undeclared (first use this 
function)
socket-impl-gio.cc:181: error: (Each undeclared identifier is reported only 
once for each function it appears in.)
socket-impl-gio.cc: At global scope:
socket-impl-gio.cc:50: warning: 'const char* gai_strerror_does_not_link(int)' 
defined but not used
make[3]: *** [socket-impl-gio.o] Error 1
make[3]: Leaving directory `/home/Artur/pan-0.121/pan/tasks'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Artur/pan-0.121/pan'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Artur/pan-0.121'
make: *** [all] Error 2

Feh, Windows users. ;)

Index: pan/tasks/socket-impl-gio.cc
===================================================================
--- pan/tasks/socket-impl-gio.cc        (revision 108)
+++ pan/tasks/socket-impl-gio.cc        (working copy)
@@ -178,7 +178,7 @@

       err = WSAGetLastError();
       if (err || !ans) {
-        setme_err = get_last_err (err);
+        setme_err = get_last_error (err);
         return 0;
       }





reply via email to

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