Details Ticket 2723


Comment | Reply | Take | Open


Serial Number 2723
Subject configure error with freetype option
Area grass5.7
Queue grass
Requestors harter_d@bellsouth.net
Owner none
Status resolved
Last User Contact Tue Nov 30 03:00:07 2004 (4 yr ago)
Current Priority 30
Final Priority 70
Due No date assigned
Last Action Wed Dec 1 18:44:32 2004 (4 yr ago)
Created Sat Nov 27 10:37:31 2004 (4 yr ago)

Transaction History Ticket 2723


Sat, Nov 27 2004 10:37:31    Request created by guest  
Subject: configure error with freetype option

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 5.7.0

CFLAGS="-g -Wall" ./configure --enable-shared --with-blas --with-lapack --with-freetype=/usr/lib
--with-gdal=/usr/local/bin 

checking for location of LAPACK library... 
checking for dgesv_ in -llapack... yes
checking whether to use Motif... no
checking whether to use GLw... no
checking whether to use FreeType... /usr/lib
configure: error: *** You must answer yes or no.
Mon, Nov 29 2004 14:13:13    Mail sent by guest  
Hi,

- which Linux distro are you using?
- Is Freetype2 installed?
- Is it a recent 5.7?

Markus
Tue, Nov 30 2004 03:00:07    Mail sent by hamish_nospam@yahoo.com  
Return-Path <hamish_nospam@yahoo.com>
Delivered-To grass-bugs@lists.intevation.de
Date Tue, 30 Nov 2004 14:59:46 +1300
From Hamish <hamish_nospam@yahoo.com>
To Request Tracker <grass-bugs@intevation.de>
Cc grass5@grass.itc.it
Subject Re: [GRASS5] [bug #2723] (grass) configure error with freetype option
Message-Id <20041130145946.7389f777.hamish_nospam@yahoo.com>
In-Reply-To <20041127093731.39226102BF6@lists.intevation.de>
References <20041127093731.39226102BF6@lists.intevation.de>
X-Mailer Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-pc-linux-gnu)
X-Face M<EoB)"*Z~u!,vFhXmw}R_KbdBta*P_=T|rbBL'e1/CQ9;/1g\BU3&!=y8ria$2Uk!HT&BB 8i?|X_+7~1jsy}F~g$2va%3fV`*=L(*cem[@3\yg,G,@rg6/QMJ
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-Spam-Status No, hits=-4.0 tagged_above=-999.0 required=3.0 tests=BAYES_00, FORGED_YAHOO_RCVD
X-Spam-Level
> Subject: configure error with freetype option
..
> CFLAGS="-g -Wall" ./configure --enable-shared --with-blas
> --with-lapack --with-freetype=/usr/lib --with-gdal=/usr/local/bin 
> 
> checking for location of LAPACK library... 
> checking for dgesv_ in -llapack... yes
> checking whether to use Motif... no
> checking whether to use GLw... no
> checking whether to use FreeType... /usr/lib
> configure: error: *** You must answer yes or no.


You are using --with-freetype wrong. It is a true/false option and you
have given it a directory name. Try just:

--with-freetype 

or with
--with-freetype-includes=/usr/include/freetype2 
--with-freetype-libs= ... 


same with --with-gdal.


see './configure --help | less' for help.



Hamish


Tue, Nov 30 2004 04:00:46    Status changed to resolved by hbowman  
Tue, Nov 30 2004 13:36:33    Mail sent by harter_d@bellsouth.net  
Return-Path <harter_d@bellsouth.net>
Delivered-To grass-bugs@lists.intevation.de
Message-ID <41AC680C.6040702@bellsouth.net>
Date Tue, 30 Nov 2004 06:31:08 -0600
From Don Harter <harter_d@bellsouth.net>
User-Agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913
X-Accept-Language en-us, en
MIME-Version 1.0
To Hamish via RT <grass-bugs@intevation.de>
Subject Re: [bug #2723] (grass) configure error with freetype
References <20041130020007.A4831102BE4@lists.intevation.de>
In-Reply-To <20041130020007.A4831102BE4@lists.intevation.de>
X-Enigmail-Version 0.86.1.0
X-Enigmail-Supports pgp-inline, pgp-mime
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
Hamish via RT wrote:

>>Subject: configure error with freetype option
>>    
>>
>..
>  
>
>>CFLAGS="-g -Wall" ./configure --enable-shared --with-blas
>>--with-lapack --with-freetype=/usr/lib --with-gdal=/usr/local/bin 
>>
>>checking for location of LAPACK library... 
>>checking for dgesv_ in -llapack... yes
>>checking whether to use Motif... no
>>checking whether to use GLw... no
>>checking whether to use FreeType... /usr/lib
>>configure: error: *** You must answer yes or no.
>>    
>>
>
>
>You are using --with-freetype wrong. It is a true/false option and you
>have given it a directory name. Try just:
>
>--with-freetype 
>
>or with
>--with-freetype-includes=/usr/include/freetype2 
>--with-freetype-libs= ... 
>
>
>same with --with-gdal.
>
>
>see './configure --help | less' for help.
>
>
>
>Hamish
>
>
>--- Headers Follow ---
>
>>From hamish_nospam@yahoo.com  Tue Nov 30 03:00:07 2004
>Return-Path: <hamish_nospam@yahoo.com>
>Delivered-To: grass-bugs@lists.intevation.de
>Received: from mail.intevation.de (aktaia [212.95.126.10])
>	by lists.intevation.de (Postfix) with ESMTP id 7A3D7102BD9
>	for <grass-bugs@lists.intevation.de>; Tue, 30 Nov 2004 03:00:07 +0100 (CET)
>Received: from localhost (localhost [127.0.0.1])
>	by mail.intevation.de (Postfix) with ESMTP id EB8CA36CE0
>	for <grass-bugs@lists.intevation.de>; Tue, 30 Nov 2004 03:00:06 +0100 (CET)
>Received: from mailhub1.otago.ac.nz (mailhub1.otago.ac.nz [139.80.64.218])
>	by mail.intevation.de (Postfix) with ESMTP id 0D0AB36DE2
>	for <grass-bugs@intevation.de>; Tue, 30 Nov 2004 03:00:04 +0100 (CET)
>Received: from galadriel.otago.ac.nz (galadriel.otago.ac.nz [139.80.64.213])
>	by mailhub1.otago.ac.nz (8.12.11/8.12.11) with ESMTP id iAU1xmpu018648;
>	Tue, 30 Nov 2004 14:59:48 +1300
>Received: from ocean3 (ocean3.otago.ac.nz [139.80.35.38])
>	by galadriel.otago.ac.nz (8.12.8/8.12.8) with SMTP id iAU1xlPb015978;
>	Tue, 30 Nov 2004 14:59:47 +1300 (NZDT)
>Date: Tue, 30 Nov 2004 14:59:46 +1300
>From: Hamish <hamish_nospam@yahoo.com>
>To: Request Tracker <grass-bugs@intevation.de>
>Cc: grass5@grass.itc.it
>Subject: Re: [GRASS5] [bug #2723] (grass) configure error with freetype
> option
>Message-Id: <20041130145946.7389f777.hamish_nospam@yahoo.com>
>In-Reply-To: <20041127093731.39226102BF6@lists.intevation.de>
>References: <20041127093731.39226102BF6@lists.intevation.de>
>X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-pc-linux-gnu)
>X-Face: M<EoB)"*Z~u!,vFhXmw}R_KbdBta*P_=T|rbBL'e1/CQ9;/1g\BU3&!=y8ria$2Uk!HT&BB
> 8i?|X_+7~1jsy}F~g$2va%3fV`*=L(*cem[@3\yg,G,@rg6/QMJ
>Mime-Version: 1.0
>Content-Type: text/plain; charset=US-ASCII
>Content-Transfer-Encoding: 7bit
>X-Spam-Status: No, hits=-4.0 tagged_above=-999.0 required=3.0 tests=BAYES_00,
>	FORGED_YAHOO_RCVD
>X-Spam-Level: 
>
>-------------------------------------------- Managed by Request Tracker
>
>  
>
OK. Thanks.  You can close this.  I got used to specifying these options 
differently after having compiled KDE many times.


Tue, Nov 30 2004 13:36:33    Status changed to open by _rt_system  
Wed, Dec 1 2004 18:44:32    Status changed to resolved by mneteler  
Comment | Reply | Take | Open

You are currently authenticated as guest.
[Show Configuration] [Login as another user]

Users Guide - Mail Commands - Homepage of RequestTracker 1.0.7 - list any request