Work in progress: Helix Player.

Thierry Thomas thierry at FreeBSD.org
Tue Aug 24 12:47:06 PDT 2004


Le Mar 24 aoû 04 à 20:15:04 +0200, Oliver Lehmann <lehmann at ans-netz.de>
 écrivait :
> C++ Compiler: c++
> Using builtin specs.
> gcc version 2.95.4 20020320 [FreeBSD]
> [...]
> MD5 (debug/wbmprendlib.a).............8ae271fb07dff6aa0a0b0fb7cccd402c
> MD5 (debug/xmllib.a)..................871e436f18666fab90b96a90e571ad2d
> MD5 (debug/zlib.a)....................eb4526fe37cf1232e12fd2f8a72df648
> 
> Build complete, 0 of 105 modules failed.

Thanks Oliver, but on my 4.10-STABLE it still fails if I remove USE_GCC=
3.3. It chokes on datatype/image/jpg/common/pub/ijglwrap.h at line #82

    struct BufferListSrcMgr
    {
        struct jpeg_source_mgr m_cPubSrcMgr;     // IJGL source manager
        GList                  m_cBufferList;    // List of IHXBuffers
        ^---

GList is a class defined in datatype/image/common/pub/glist.h and it
chokes at this point. With gcc-3.3 everything is OK.
-- 
Th. Thomas.


More information about the freebsd-ports mailing list