필터 지우기
필터 지우기

'windows.h' file not found

조회 수: 22 (최근 30일)
Adam Wei
Adam Wei 2016년 11월 13일
댓글: Adam Wei 2016년 11월 13일
Hi, I met a problem when I compile c++ on Matlab on a Mac system as followed. I am not familiar with this situation. Could anyone help me with this? THANKS!
Building with 'Xcode Clang++'.
Error using mex
/Users/Downloads/gco-v3.0/matlab/gco_matlab.cpp:5:10: fatal error:
'windows.h' file not found
#include <windows.h>
^
1 error generated.

채택된 답변

Walter Roberson
Walter Roberson 2016년 11월 13일
windows.h is an include file that is only for MS Windows systems. It should not have been trying to compile it.
Grab the gco-v3.0.zip from http://vision.csd.uwo.ca/code/ . Let OS-X unzip it for you (double-click it if need be.) Then in MATLAB, use pathtool to add the gco/matlab folder so created to the MATLAB path.
Once that is done, give the command
GCO_UnitTest
and that will do the compiling for you.
Afterwards, test with
h = GCO_Create(4,3)
  댓글 수: 1
Adam Wei
Adam Wei 2016년 11월 13일
Thanks for your answer! I have solved this followed your instruction. Thanks again!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by