返回列表 回复 发帖

[求助] 在苹果 MAC 机上库VideoMacOSX编译出错

库VideoMacOSX编译出错,有谁曾遇到此情况么?

(cd VideoMacOSX; make -f Makefile)
cc -fpascal-strings -O -I../../../include  -c -ovideo.o video.c
In file included from video.c:92:
videoInternal.h:38: error: expected declaration specifiersor ‘...’ before ‘SeqGrabComponent’
videoInternal.h:38: error: expected declaration specifiersor ‘...’ before ‘SGChannel’
video.c:126: error: expected specifier-qualifier-list before‘SeqGrabComponent’
video.c:199: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or‘__attribute__’ before ‘MakeSequenceGrabber’
video.c:262: error: expected ‘)’ before ‘seqGrab’
video.c: In function ‘vdgGetSettings’:
返回列表