delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2008/06/24/09:14:26

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
Message-ID: <20080624221350.444@blackhawk>
From: "d.henman" <dhenman AT gmail DOT com>
Date: Tue, 24 Jun 2008 22:13:50 +0900
To: <cygwin AT cygwin DOT com>
Subject: Re: pango solution
In-reply-to: Your message of Mon, 23 Jun 2008 13:43:34 -0500 <485FEED6.5000504@users.sourceforge.net>
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>
X-Mailer: MH-E 8.0.3+cvs; GNU Mailutils 1.9.90; GNU Emacs 23.0.50
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

Yaakov (Cygwin Ports) <yselkowitz AT users DOT sourceforge DOT net> wrote:
> Dave Korn wrote:
> |   So, they're in the DLL itself, but for some reason not marked as exports
> | in the DEF file, and hence no available stubs for them in the import .a
> | library.
> 
> It's because of the -export-symbols-regex "^pango_.*" flag, hence
> _pango_* internal symbols aren't being exported.  This isn't supposed to
> be used when building a Win32 Pango, as you'll see from the configure.in
> where this flag is declared; now you know why.

Even when built with "--disable-win32"  it still required win32 libs be built

> ...
> I can attest that there are no issues building pango with the X11 cairo.
Your attestation is wrong for pango-1.21.3.

I found the problem.

It is in the configuration file. After making two slight changes it build fine.
It's possible that only one change was necessary, but I'm tired now and will leave it
to go on to build gtk+-2.12.10.

For those interesting in building pango-1.21.3, the changes necesaary where both of the same type simply involves deleting "|*-*cygwin**" from the two case statements.

configure file line # 20052
               line # 22054


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.


Regards,
  Henman




--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019