exhale compile issues with MABS after latest exhale commit
https://github.com/m-ab-s/media-autobuild_suite/issues/2215
┌ exhale git ............................................ [Updates found]
├ Running cmake...
├ Running build...
Likely error (tail of the failed operation logfile):
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2191:22: warning: 'unsigned int exhaleInitEncoder(ExhaleEncAPI*, unsigned char*, uint32_t*)' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2200:22: error: function 'unsigned int exhaleEncodeLookahead(ExhaleEncAPI*)' definition is marked dllimport
2200 | EXHALE_DECL unsigned exhaleEncodeLookahead (ExhaleEncAPI* exhaleEnc)
| ^~~~~~~~~~~~~~~~~~~~~
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2200:22: warning: 'unsigned int exhaleEncodeLookahead(ExhaleEncAPI*)' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2208:22: error: function 'unsigned int exhaleEncodeFrame(ExhaleEncAPI*)' definition is marked dllimport
2208 | EXHALE_DECL unsigned exhaleEncodeFrame (ExhaleEncAPI* exhaleEnc)
| ^~~~~~~~~~~~~~~~~
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2208:22: warning: 'unsigned int exhaleEncodeFrame(ExhaleEncAPI*)' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
ninja: build stopped: subcommand failed.
build failed. Check D:/mabs/build/exhale-git/build-32bit/ab-suite.build.log
This isn't required for anything so we can move on.
├ Running install...
Likely error (tail of the failed operation logfile):
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2191:22: warning: 'unsigned int exhaleInitEncoder(ExhaleEncAPI*, unsigned char*, uint32_t*)' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2200:22: error: function 'unsigned int exhaleEncodeLookahead(ExhaleEncAPI*)' definition is marked dllimport
2200 | EXHALE_DECL unsigned exhaleEncodeLookahead (ExhaleEncAPI* exhaleEnc)
| ^~~~~~~~~~~~~~~~~~~~~
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2200:22: warning: 'unsigned int exhaleEncodeLookahead(ExhaleEncAPI*)' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2208:22: error: function 'unsigned int exhaleEncodeFrame(ExhaleEncAPI*)' definition is marked dllimport
2208 | EXHALE_DECL unsigned exhaleEncodeFrame (ExhaleEncAPI* exhaleEnc)
| ^~~~~~~~~~~~~~~~~
D:/mabs/build/exhale-git/src/lib/exhaleEnc.cpp:2208:22: warning: 'unsigned int exhaleEncodeFrame(ExhaleEncAPI*)' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
ninja: build stopped: subcommand failed.
install failed. Check D:/mabs/build/exhale-git/build-32bit/ab-suite.install.log
This isn't required for anything so we can move on.
├ Stripping...
└ exhale-git .................................................. [Updated]
Edited by Mr B