YAPET on Cygwin
$ Id: README.Cygwin.sgml.in 3365 2010-09-19 12:19:11Z java $
Copyright © 2008, 2009 Rafael Ostertag <rafi@guengel.ch>
Table of Contents
Build instructions for YAPET under Cygwin. The build and configuration steps are basically the same as on a real UNIX system.
Prior building YAPET under Cygwin, you need to install following Cygwin Packages in addition the base system packages:
- gcc4-core
- gcc4-g++
- libncurses-devel
- make
- openssl
- openssl-devel
Unpack the source code and run the configure script with the
--with-curses-include option as shown below
./configure --with-curses-include=/usr/include/ncurses
You may want to specify an different prefix with
--prefix.
Build YAPET by typing make on the command
line. After the build has finished, make sure you run the checks by typing
make check. If all tests have
succeeded, install YAPET by typing make
install on the command line.
If the build process aborts with the error message
cc1: error: unrecognized command line option "-fvisibility=hidden"
open the file intl/Makefile and remove the
option -fvisibility=hidden from the
CFLAGS variable. The CFLAGS variable
is located around line number 86 in the
Makefile.
![[Valid XHTML 1.0]](/images/w3c/valid-xhtml10-blue.png)
![[Valid CSS]](/images/w3c/valid-css2-blue.png)