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
_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-list@...
http://mail.gnome.org/mailman/listinfo/gtk-i18n-list