https://bugs.documentfoundation.org/show_bug.cgi?id=97751

            Bug ID: 97751
           Summary: Build failure with external libjpeg 6b
           Product: LibreOffice
           Version: 5.1.0.3 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: graphics stack
          Assignee: [email protected]
          Reporter: [email protected]

The long-term used version of libjpeg, 6b, did not include the C++ guards in
its include files. Thus the LO build fails with lots of

jpegc.cxx:(.text+0xa44): undefined reference to
'jpeg_finish_compress(jpeg_compress_struct*)'

because it's looking for C++-mangled symbols. It would be nice if LO included
the extern C guards in all files that include jpeglib.h, as having double
guards causes no harm.

The files needed are jpegc.cxx and JpegReader.cxx.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to