https://issues.apache.org/ooo/show_bug.cgi?id=125475

          Issue ID: 125475
        Issue Type: DEFECT
           Summary: Build error while compiling the component svx
           Product: General
           Version: 4.1.0
          Hardware: PC
                OS: Linux64
            Status: CONFIRMED
          Severity: blocker
          Priority: P3
         Component: code
          Assignee: [email protected]
          Reporter: [email protected]

while compiling svx, i got an error like this
/media/amali/source/aoo-trunk/main/solver/420/unxlngx6.pro/workdir/CxxObject/svx/source/fmcomp/fmgridif.o:
In function
`FmXGridControl::createPeer(com::sun::star::uno::Reference<com::sun::star::awt::XToolkit>
const&, com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer>
const&)':
fmgridif.cxx:(.text+0x68b2): undefined reference to `non-virtual thunk to
WindowListenerMultiplexer::acquire()'
/usr/bin/ld:
/media/amali/source/aoo-trunk/main/solver/420/unxlngx6.pro/workdir/CxxObject/svx/source/fmcomp/fmgridif.o:
relocation R_X86_64_PC32 against undefined symbol
`_ZThn48_N25WindowListenerMultiplexer7acquireEv' can not be used when making a
shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status

Though g++ compiles with -fPIC, i'm getting this error. I searched the web and
found out this is a problem for LibreOffice product, too.
I couldn't find where this WindowListenerMultiplexer class is implemented and
so i can find the definition of this function. I think it is some kind of old
code??

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to