X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_64,RCVD_IN_SORBS_WEB X-Spam-Check-By: sourceware.org Message-ID: <406221.50651.qm@web43135.mail.sp1.yahoo.com> Date: Sat, 1 Aug 2009 08:45:34 -0700 (PDT) From: Siddhartha Shivshankar Subject: Re: Building WebKit/GTK+ - Pango To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Hi Dave. I didn't set a prefix when I configured pango. In 'config.log' I found the line prefix='/usr/local'. In 'configure', the following lines are present. It seems that they set prefix to $ac_default_prefix. .... ac_default_prefix=/usr/local .... prefix=NONE .... test "x$prefix" = xNONE && prefix=$ac_default_prefix The standard prefix for cygwin seemed to be none. (/bin, /lib etc. contained pango files or folders) So for pango, I used ('./configure --prefix=', make, make install) After this, configure for Webkit found pango 1.12. Thank you, Siddhartha. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple