|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
pangp on cygwinStill will not build. Current report (1) "cairo-1.6.4" is built --with-x --disable-win32 and --disable-win32-font It builds and installs fine. (2) pango-1.21.3 is configured as shown below: $ export LDFLAGS='-no-undefined' $ ./configure --with-x --without-win32 --disable-win32 --without-win32-font --disable-win32-font --prefix= # The result of this pango's configure output is configuration: backends: Cairo Win32 FreeType X ? Why does it mention Win32?? is one question ---------------- Then I run make and the following error(s) are spit out and make dies. (?) why is it referring to a win32 file? I apologize for not being an expert but I really want to get this working on my CYGWIN_NT-5.1 1.5.25 platform. Thanks, Darel Henman ---- end of make where it falls apart... make[4]: Entering directory `/usr/src/pango/pango-1.21.3/pango' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/ lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-win32font.lo -MD -MP -MF .deps/libpangoc airo_1_0_la-pangocairo-win32font.Tpo -c -o libpangocairo_1_0_la-pangocairo-win32font.lo `test -f 'pangocairo-win32font.c' || echo './'`pangocairo-win32font.c gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr /include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-win32font.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-win32font.Tpo -c pangocairo-win32 font.c -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-win32font.o In file included from pangocairo-win32font.c:33: /include/cairo/cairo-win32.h:101:3: #error Cairo was not compiled with support for the win32 backend pangocairo-win32font.c: In function `pango_cairo_win32_font_create_font_face': pangocairo-win32font.c:79: warning: implicit declaration of function `cairo_win32_font_face_create_for_logfontw' pangocairo-win32font.c:79: warning: return makes pointer from integer without a cast pangocairo-win32font.c: In function `pango_cairo_win32_font_create_metrics_for_context': pangocairo-win32font.c:122: warning: passing arg 1 of `pango_cairo_font_get_scaled_font' from incompatible pointer type pangocairo-win32font.c:125: warning: implicit declaration of function `cairo_win32_scaled_font_done_font' pangocairo-win32font.c: In function `pango_cairo_win32_font_select_font': pangocairo-win32font.c:190: warning: implicit declaration of function `cairo_win32_scaled_font_select_font' pangocairo-win32font.c: In function `pango_cairo_win32_font_get_metrics_factor': pangocairo-win32font.c:207: warning: implicit declaration of function `cairo_win32_scaled_font_get_metrics_factor' make[4]: *** [libpangocairo_1_0_la-pangocairo-win32font.lo] Error 1 make[4]: Leaving directory `/usr/src/pango/pango-1.21.3/pango' make[3]: *** [all-recursive] Error 1 ---------------- _______________________________________________ gtk-i18n-list mailing list gtk-i18n-list@... http://mail.gnome.org/mailman/listinfo/gtk-i18n-list |
|
|
Re: pangp on cygwin> I apologize for not being an expert but I really want to get this working on my CYGWIN_NT-5.1 1.5.25 platform.
Sorry for asking, but why not just run real Linux instead, either in a virtual machine, or separate machine? I can understand using Cygwin to run non-GUI applications like build tools etc (I do it myself all the time, both MSYS which is technically a fork of MSYS and "real" Cygwin). But to me running an X11 server, and X11 clients using a toolkit like GTK+, on top of Cygwin seems somewhat odd. Is the use case to work around a boneheaded IT department that won't allow running Linux, but doesn't object to running Cygwin? --tml _______________________________________________ gtk-i18n-list mailing list gtk-i18n-list@... http://mail.gnome.org/mailman/listinfo/gtk-i18n-list |
| Free Forum Powered by Nabble | Forum Help |