superhbin wrote:
推薦免費的 Madedut...(恕刪)
我抓了 madedit-0.2.9.tar.gz
解壓後
$ ./configure
$ ./make
做到一半會出現錯誤
src/MadUtils.cpp:19:23: error: Processes.h: No such file or directory
/usr/include/wx-2.8/wx/mac/carbon/private.h: In function ‘Rect* wxMacGetPictureBounds(Picture**, Rect*)’:
/usr/include/wx-2.8/wx/mac/carbon/private.h:1294: warning: ‘QDGetPictureBounds’ is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:1958)
/usr/include/wx-2.8/wx/mac/carbon/private.h:1294: warning: ‘QDGetPictureBounds’ is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:1958)
make[2]: *** [madedit-MadUtils.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
請問如何解決呢?