X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48610AE7.6040904@users.sourceforge.net> Date: Tue, 24 Jun 2008 09:55:35 -0500 From: "Yaakov (Cygwin Ports)" User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: pango solution References: <20080623173202 DOT 2572 AT blackhawk> <004001c8d50d$0be88ca0$2708a8c0 AT CAM DOT ARTIMI DOT COM> <20080623212037 DOT 2088 AT blackhawk> <006101c8d52d$d22761a0$2708a8c0 AT CAM DOT ARTIMI DOT COM> <485FEED6 DOT 5000504 AT users DOT sourceforge DOT net> <20080624221350 DOT 444 AT blackhawk> In-Reply-To: <20080624221350.444@blackhawk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 d.henman wrote: | case "$host" in | # *-*-mingw*|*-*-cygwin*) have_win32=true ;; changed from this | *-*-mingw*) have_win32=true ;; <--- to this | esac | | otherwise it will require win32 code to be built, and cairo was not build for it. This is incorrect. have_win32 does two things: 1) adds -lgdi32 to the PangoWin32 backend LIBADD, which builds fine on cygwin, although it's practically unused; 2) checks for the Win32 Cairo backend, and if present, specifies that Cairo is Win32-based and hence so should be PangoCairo. But this fails later due to the -export-symbols-regex flag, as you found out. By making your change, pango would fail to detect cairo-win32. But this all really begs the question, why are you trying to build a *Win32* GTK+ on Cygwin? Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkhhCuYACgkQpiWmPGlmQSPPJwCfZUtYojFdETMkuJJ/Uf6WfXgs rf8AoIgNOtcSsOTNT1Q1PekgG5gmwtge =WiLx -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/