We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I tried to compile the cpp files using setup.m. I am using Matlab R2016a on windows 7. I have encountered following errors
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2057: expected constant expression D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2466: cannot allocate an array of constant size 0 D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2133: 'dmin' : unknown size D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2057: expected constant expression D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2466: cannot allocate an array of constant size 0 D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2133: 'dmax' : unknown size D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2057: expected constant expression D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2466: cannot allocate an array of constant size 0 D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2133: 'm' : unknown size D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2057: expected constant expression D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2466: cannot allocate an array of constant size 0 D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2133: 'v' : unknown size
The text was updated successfully, but these errors were encountered:
It was almost impossible for me to run the code in windows. I installed a linux and the code run without raising any error!
Sorry, something went wrong.
No branches or pull requests
Hi,
I tried to compile the cpp files using setup.m. I am using Matlab R2016a on windows 7. I have encountered following errors
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2057: expected constant expression
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2466: cannot allocate an array of constant size 0
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2133: 'dmin' : unknown size
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2057: expected constant expression
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2466: cannot allocate an array of constant size 0
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(290) : error C2133: 'dmax' : unknown size
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2057: expected constant expression
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2466: cannot allocate an array of constant size 0
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2133: 'm' : unknown size
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2057: expected constant expression
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2466: cannot allocate an array of constant size 0
D:\Face Database\face_desc_src\gmm-fisher\gmm.cxx(304) : error C2133: 'v' : unknown size
The text was updated successfully, but these errors were encountered: