5.12.2007

IDE for wxWidget : wxHatch

先download wxHatch 下來,解開
INSTALL.txt說看help\index.html
說道在linux w wxGTK的build方法:
 ./configure --with-wxWINDIR=../wxWidgets
需要wxWidgets的config.in
這個用deb安裝的就不會有,所以要download wxWidgets的source下來:

在sources.list加入deb-src,用
apt-get source libwxgtk2.6-0
download自己安裝的版本(可以用aptitude search wx來看自己裝的是那一版)
結果 : 還是不行,沒走config 檔。

wxHatch 的說說明中,有說道用package安裝wxWidgets的,要用
make -f makefile.unx
原來,這就是標準的wxWidget make command :
g++  -c `wx-config --cxxflags` -o wxhatch.o wxhatch.cpp
但是還是有error :

wxhatch.cpp: In member function 'wxString MyFrame::Do_wxw_Extract_All
(const wxString&, const wxString&, wxProgressDialog*)':wxhatch.cpp:10140
: error: cannot convert 'const wxChar*' to 'const char*' for argument '1'
to 'int chmod(const char*, __mode_t)'
make: *** [wxhatch.o] Error 1

沒有留言: