[Bug 44649] New: Gabble plugin API symbols should be factored out to a separate library

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 10 19:19:06 CET 2012


https://bugs.freedesktop.org/show_bug.cgi?id=44649

             Bug #: 44649
           Summary: Gabble plugin API symbols should be factored out to a
                    separate library
    Classification: Unclassified
           Product: Telepathy
           Version: unspecified
          Platform: Other
               URL: http://cgit.collabora.com/git/user/siraj/telepathy-gab
                    ble.git/commit/?h=plugin-api-change&id=74b90716d13ff8b
                    d24d806f3f130404dad58fe3e
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: high
         Component: gabble
        AssignedTo: siraj.razick at collabora.co.uk
        ReportedBy: siraj.razick at collabora.co.uk
         QAContact: telepathy-bugs at lists.freedesktop.org
                CC: ollisal at gmail.com
        Depends on: 44331
            Blocks: 44256, 44447, 44535


+++ This bug was initially created as a clone of Bug #44331 +++

When building plugins for windows to produce .dll files we need to define all
the
symbols at link time. since all the current modules are compiled as -modules
this problem is not show up on Linux builds. to solve this

1.) we need to fool the linker by creating a .dll from libgabble-convenience
and specify this in LIBADD when building plugins 

2.) split libgabble-convenience into another library which can be used with
only plugins. in the current code, the plugins code is very tightly coupled
with almost all the files in libgabble-convenience

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.



More information about the telepathy-bugs mailing list