[DEVELOPMENT HAS BEEN DISCONTINUED] The successor of MMDAI is https://github.com/hkrn/nanoem / MMDAI was a fork project of MMDAgent and VPVM a.k.a. MMDAI2 was an application to create a motion compatible with MMD for OSX/Linux that is extended from MMDAI
126
stars
28
forks
source link
Cannot build QMAVIManagerPlugin on Linux (gcc) #14
On my system (Ubuntu 10.10 amd64 + gcc 4.5.2), the build fails at QMAVIScript.h as follows:
It seems that uint32_t is undefined in QMAVIScript.h , so I think that
#include <MMDME/Common.h>
in QMAVIScript.cc should be moved to QMAVIScript.h .