Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 11:01:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231282] graphics/alembic: compiler error: use of undeclared identifier
Message-ID:  <bug-231282-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231282

            Bug ID: 231282
           Summary: graphics/alembic: compiler error: use of undeclared
                    identifier
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: danfe@FreeBSD.org
          Reporter: ohartmann@walstatt.org
             Flags: maintainer-feedback?(danfe@FreeBSD.org)
          Assignee: danfe@FreeBSD.org

On CURRENT (FreeBSD 12.0-ALPHA5 #120 r338523: Fri Sep  7 17:36:45 CEST 2018
amd64) with most recent ports tree as of time of this report (Revision:
479372), updating/recompilation of port graphics/alembic fails due to the e=
rror
shown below:


[...]
lib/Alembic/AbcCoreOgawa/ReadWrite.cpp:79:14: error: out-of-line definition=
 of
'ReadArchive' does not match any declaration in
'Alembic::AbcCoreOgawa::v10::ReadArchive'
ReadArchive::ReadArchive( size_t iNumStreams, bool iUseMMap )
             ^~~~~~~~~~~
lib/Alembic/AbcCoreOgawa/ReadWrite.cpp:82:5: error: use of undeclared
identifier 'm_useMMap'; did you mean 'iUseMMap'?
    m_useMMap =3D iUseMMap;
    ^~~~~~~~~
    iUseMMap
lib/Alembic/AbcCoreOgawa/ReadWrite.cpp:79:52: note: 'iUseMMap' declared here

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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