pangp build bug on cygwin
- From: "d.henman" <dhenman gmail com>
- To: <gtk-i18n-list gnome org>
- Cc:
- Subject: pangp build bug on cygwin
- Date: Tue, 24 Jun 2008 22:23:00 +0900
background info:
- CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-06-12 19:34
- cairo-1.6.4 (built with --"disable-win32*" including win32 fonts...
- pango-1.21.3 (config with --with-x only and added --disable-win32... anyway
but, it still required win32 code to be generated and it shouldn't have.
I found the problem. In the "configuration" script.
The two changes I made were both of the same type.
That is by "|*-*cygwin**" from two case statements.
location at:
configure file line # 20052
line # 22054
example:
case "$host" in
# *-*-mingw*|*-*-cygwin*) have_win32=true ;;
*-*-mingw*) have_win32=true ;;
esac
Without these (maybe only one change was necessary??? Please confirm)
Otherwise it will require win32 code to be built, and cairo was not build for it.
I just want to build for freetype and x11.
regards,
darel henman
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]