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

            Bug ID: 123961
        Issue Type: DEFECT
           Summary: libsvx.so won't link because of inconsistence in
                    declaration of ColorControl::SetCurColorSelect
           Product: General
           Version: 4.0.1
          Hardware: Other
                OS: Solaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ui
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Created attachment 82209
  --> https://issues.apache.org/ooo/attachment.cgi?id=82209&action=edit
possible fix

When building using Solaris Studio compiler 12.3. I get following error:

[ build LNK ] Library/libsvx.so
Undefined                       first referenced
 symbol                             in file
void svx::sidebar::ColorControl::SetCurColorSelect(const Color,const bool)
/builds/psumbera/aoo/components/openoffice/build/i86/main/solver/401/unxsoli4.pro/workdir/CxxObject/svx/source/sidebar/tools/ColorPopup.o
ld: fatal: symbol referencing errors

---

This is because of following inconsistence.

Header file declares:

void ColorControl::SetCurColorSelect (const Color aCol, const bool bAvailable)

while ColorControl.cxx has:

void ColorControl::SetCurColorSelect (Color aCol, bool bAvailable)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to