Now I just get the errors:
AUR/meshlab/src/meshlab/src/external/e57/include/E57Format.h:42:15: error: 'int16_t' has not been declared in 'std'
42 | using std::int16_t;
| ^~~~~~~
AUR/meshlab/src/meshlab/src/external/e57/include/E57Format.h:43:15: error: 'int32_t' has not been declared in 'std'
43 | using std::int32_t;
| ^~~~~~~
AUR/meshlab/src/meshlab/src/external/e57/include/E57Format.h:44:15: error: 'int64_t' has not been declared in 'std'
44 | using std::int64_t;
| ^~~~~~~
AUR/meshlab/src/meshlab/src/external/e57/include/E57Format.h:45:15: error: 'int8_t' has not been declared in 'std'
45 | using std::int8_t;
| ^~~~~~
AUR/meshlab/src/meshlab/src/external/e57/include/E57Format.h:46:15: error: 'uint16_t' has not been declared in 'std'
46 | using std::uint16_t;
| ^~~~~~~~
AUR/meshlab/src/meshlab/src/external/e57/include/E57Format.h:47:15: error: 'uint32_t' has not been declared in 'std'
47 | using std::uint32_t;
| ^~~~~~~~
AUR/meshlab/src/meshlab/src/external/e57/include/E57Format.h:48:15: error: 'uint64_t' has not been declared in 'std'
48 | using std::uint64_t;
| ^~~~~~~~
AUR/meshlab/src/meshlab/src/external/e57/include/E57Format.h:49:15: error: 'uint8_t' has not been declared in 'std'
49 | using std::uint8_t;
These I don't know how to fix...
Pinned Comments
bartus commented on 2020-05-30 16:49 (UTC) (edited on 2020-05-30 16:49 (UTC) by bartus)
Some plugins (mainly render ones like SSAO) won't work with new cmake build system, will try to port
qmake
patches tocmake
and fix those.bartus commented on 2019-04-10 11:42 (UTC) (edited on 2021-08-26 06:58 (UTC) by bartus)
Please report
issues
andpatches
to github.com/AUR-meshlab