pan-devel
[Top][All Lists]
Advanced

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

Re: [Pan-devel] Pan 0.90 on MingW


From: Charles Kerr
Subject: Re: [Pan-devel] Pan 0.90 on MingW
Date: Wed, 05 Apr 2006 11:39:20 -0500
User-agent: Mozilla Thunderbird 1.0.7-1.4.1 (X11/20050929)

Gisle Vanem wrote:
"Gisle Vanem" <address@hidden> wrote:

g:/Mingw32/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_function.h: In member function `bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = pan::StringView]':

I figured out this error; adding -DHAVE_EXT_HASH_MAP to CFLAGS fixed that.

I only have one simple patch:

--- gui/url.cc.orig     Sun Apr 02 16:55:05 2006
+++ gui/url.cc      Wed Apr 05 15:04:58 2006

Fixed, thanks!

Because:
 G_OS_WIN32 is set by Glib (glibconfig.h).
and  compiling with WIN32_LEAN_AND_MEAN speeds up the process a lot.
 But that leaves out <shellapi.h>. So include it after <windows.h>.

This is the first I'd heard of WIN32_LEAN_AND_MEAN. Would I just add this to '-DWIN32_LEAN_AND_MEAN' to my CPPFLAGS to use it in mingw?




reply via email to

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