Sharedmatrix installed proeblem because matlab can not open shm.h
Show older comments
When I use Sharedmatrix downloading from http://www.mathworks.com/matlabcentral/fileexchange/28572-sharedmatrix
run sharedmatrix_install.m
There present
sharedmatrix.c(37) : fatal error C1083: Can't open included file: 'sys/shm.h': No such file or directory
C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Compile of 'sharedmatrix.c' failed.
Error using mex (line 206)
Unable to complete successfully.
Error in sharedmatrix_install (line 12)
mex -largeArrayDims -O -v sharedmatrix.c
My C++ compiler is Microsoft Visual C++ 2008 SP1
Is there anyone know how to resolve this problem?
Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!