VRM4U icon indicating copy to clipboard operation
VRM4U copied to clipboard

Mac: error: field 'mSkeletons'

Open zachHallway opened this issue 1 year ago • 3 comments

Describe the bug When running the make command in the assimp build folder

[  7%] Building CXX object code/CMakeFiles/assimp.dir/Common/Version.cpp.o
/Users/usrdir/hallway/assimp/code/Common/Version.cpp:140:9: error: field 'mSkeletons' will be initialized after field 'mVRMMeta' [-Werror,-Wreorder-ctor]
        mSkeletons(nullptr),
        ^~~~~~~~~~~~~~~~~~~
        mNumSkeletons(0)
1 error generated.
make[2]: *** [code/CMakeFiles/assimp.dir/Common/Version.cpp.o] Error 1
make[1]: *** [code/CMakeFiles/assimp.dir/all] Error 2

Screenshots, log

Make Version: GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0 Additional context Macos target set to 13.2.1 Ventura

Processor: 2.4 GHz 8-Core Intel Core i9

zachHallway avatar Mar 23 '23 14:03 zachHallway

BUILD_SHARED_LIBS is off

zachHallway avatar Mar 23 '23 14:03 zachHallway

I am having the same bug problem.

tdkm-biz avatar May 06 '23 03:05 tdkm-biz

Sorry for not noticing the problem and for the delay in responding. Modified parts of assimp have been fixed. Please use the latest source.

ruyo avatar May 20 '23 17:05 ruyo