[Bug 231282] graphics/alembic: compiler error: use of undeclared identifier
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 10 11:01:35 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231282
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 at FreeBSD.org
Reporter: ohartmann at walstatt.org
Flags: maintainer-feedback?(danfe at FreeBSD.org)
Assignee: danfe at 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 error
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 = iUseMMap;
^~~~~~~~~
iUseMMap
lib/Alembic/AbcCoreOgawa/ReadWrite.cpp:79:52: note: 'iUseMMap' declared here
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list