Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2004 21:47:02 +0200
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        Oliver Lehmann <lehmann@ans-netz.de>
Cc:        ports@freebsd.org
Subject:   Re: Work in progress: Helix Player.
Message-ID:  <20040824194702.GF3504@graf.pompo.net>
In-Reply-To: <20040824201504.2349426f.lehmann@ans-netz.de>
References:  <BAY10-F46oFCYpWIeuz00012953@hotmail.com> <20040824165427.23c058f6.lehmann@ans-netz.de> <20040824201504.2349426f.lehmann@ans-netz.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Mar 24 aoû 04 à 20:15:04 +0200, Oliver Lehmann <lehmann@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040824194702.GF3504>