MATLAB: Sharedmatrix installed proeblem because matlab can not open shm.h

multicoresharedmatrix

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!

Best Answer

Did you install Boost InterProcess as indicated in the requirements for Windows?
Related Question