Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2010 10:23:51 +0300
From:      Andriy Gapon <avg@icyb.net.ua>
To:        gecko@FreeBSD.org
Cc:        Beat Gaetzi <beat@FreeBSD.org>
Subject:   thunderbird and gcc44 (again)
Message-ID:  <4C8DD187.2070309@icyb.net.ua>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]

Big thanks to all who made it possible for gecko ports to be buildable with
gcc44+ almost without any issues!

About 'almost' - it seems that thunderbird port still requires one small patch,
which is needed for dlopen(3) definition.  The patch should be an effective NOP
for base gcc.

-- 
Andriy Gapon

[-- Attachment #2 --]
--- mozilla/xpcom/base/nsStackWalk.cpp.orig	2010-09-12 19:34:04.012503905 +0300
+++ mozilla/xpcom/base/nsStackWalk.cpp	2010-09-12 19:34:41.294462134 +0300
@@ -41,6 +41,7 @@
 /* API for getting a stack trace of the C/C++ stack on the current thread */
 
 #include "nsStackWalk.h"
+#include <dlfcn.h>
 
 #if defined(_WIN32) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_IA64)) && !defined(WINCE) // WIN32 x86 stack walking code
 

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C8DD187.2070309>