Re: CVS: commit hub abi/src/af/xap/cocoa xap_CocoaModule.mm

From: Francis James Franklin <postmaster_at_alinameridon.plus.com>
Date: Mon Sep 05 2005 - 07:48:49 CEST

Hi Hub,

Gosh, static libs and obscure glib flags, not a solution I would have
thought of. Just proves that two heads are better than one.

Welcome back to the party.

Frank

> Modified Files:
> xap_CocoaModule.mm
> Log Message:
> bug 9459:
> -don't require mathview to build abiword
> -use the static libs because it is not worth bothering to use the
> .dylib
> -load LAZY the plugin, that avoid race condition with stupid libc++ and
> that cause AbiWord to hang at startup
> -also fix a few path in the project.
>
> - if (m_module = g_module_open(name, (GModuleFlags) 0))
> + if (m_module = g_module_open(name, G_MODULE_BIND_LAZY))
Received on Mon Sep 5 07:58:02 2005

This archive was generated by hypermail 2.1.8 : Mon Sep 05 2005 - 07:58:02 CEST