You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from crypto.cpp:31:
In file included from ../mxflib/mxflib.h:88:
../mxflib/smartptr.h:667:48: error: member reference base type 'SmartPtr *'
is not a structure or union
...bool operator<(SmartPtr &Other) { return this.operator<(*Other->GetPtr()...
~~~~^~~~~~~~~~
In file included from crypto.cpp:31:
In file included from ../mxflib/mxflib.h:117:
../mxflib/mxffile.h:108:25: error: extra qualification on member
'ReadMasterPartition'
PartitionPtr MXFFile::ReadMasterPartition(Length MaxScan...
~~~~~~~~~^
The text was updated successfully, but these errors were encountered:
On OS X El Capitan 10.11.6 during make:
In file included from crypto.cpp:31:
In file included from ../mxflib/mxflib.h:88:
../mxflib/smartptr.h:667:48: error: member reference base type 'SmartPtr *'
is not a structure or union
...bool operator<(SmartPtr &Other) { return this.operator<(*Other->GetPtr()...
~~~~^~~~~~~~~~
In file included from crypto.cpp:31:
In file included from ../mxflib/mxflib.h:117:
../mxflib/mxffile.h:108:25: error: extra qualification on member
'ReadMasterPartition'
PartitionPtr MXFFile::ReadMasterPartition(Length MaxScan...
~~~~~~~~~^
The text was updated successfully, but these errors were encountered: