I have successfully built wxhatch
with version 2.4.2 of wxWidgets and the Cygwin package, obtained using
the Cygwin setup
program :
1) Build the wxWidgets library if required
2) Build wxHatchThis will build the default configuration. For other configurations, see the wxWidgets installation instructions At present, building a shared libary does not work.In the bash shell window, go to the wxWidgets directory, and type configure --disable-shared
makeGo to the wxWidgets/contrib/src/stc directory and build the styled text control library by typing make
Go to the wxhatch directory. You just need to give configure the relative path to the main wxWidgets directory, eg typeOn to using the programconfigure --with-wxWINDIR=../wxWidgetsIf configure cannot find the wxWidgets files, error messages will be generated.
make
If you want wxhatch available from the command line usemake install