Gisle Vanem wrote:
"Gisle Vanem" <[EMAIL PROTECTED]> 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?


_______________________________________________
Pan-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-devel

Reply via email to