From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 14:30:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D19C1065670 for ; Wed, 29 Oct 2008 14:30:37 +0000 (UTC) (envelope-from aggelidis.news@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 264368FC32 for ; Wed, 29 Oct 2008 14:30:37 +0000 (UTC) (envelope-from aggelidis.news@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so6096yxb.13 for ; Wed, 29 Oct 2008 07:30:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=EY2ae18act7I5y50AJTkPzNOIbWJu08A43HHGZhG7g8=; b=aptOEK1ErrpLBPhXhoxTC0MUXh5Ks6UPSl5GlGGzqbX8mzai0QSnhlZA+za0xJ0VWS u2D+Gw031pdxvO0YHvhSpwyuF/9c+mfvMQlNrYktlbej9gH8p45YzOtS3qi9yhcJV1h4 61zW4qkgMMSXI+XHmOXKd1EBhA1IiS/+8kzGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=jkXJVhphum8ZNYH00rPsY14k9ivtjpNp/qarYybmf6GpUc4gH4qtRLEXdKT51XAHXe Gdok3VcilpARXAI6e8jk4TKjw/Q9ovdsT1dlMpdxQtsrnY0L0QIDghKa8kX34bzcFUwz W+AaQIW/rrjtL6IjsxGdF627VD4y9NC/kENc8= Received: by 10.143.28.8 with SMTP id f8mr4046518wfj.270.1225290635975; Wed, 29 Oct 2008 07:30:35 -0700 (PDT) Received: by 10.142.87.12 with HTTP; Wed, 29 Oct 2008 07:30:35 -0700 (PDT) Message-ID: <30fc78250810290730y173c543bk64c8c0cbaa64259b@mail.gmail.com> Date: Wed, 29 Oct 2008 16:30:35 +0200 From: "Aggelidis Nikos" To: "Anton Shterenlikht" In-Reply-To: <20081029134924.GA80314@mech-cluster238.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <30fc78250810290033r48549160wf3dd10ccdeabe100@mail.gmail.com> <49084643.3010709@gmail.com> <20081029134924.GA80314@mech-cluster238.men.bris.ac.uk> Cc: freebsd-questions@freebsd.org Subject: Re: build ImageMagick 6.4.4.1_1 from ports failed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 14:30:37 -0000 On Wed, Oct 29, 2008 at 3:49 PM, Anton Shterenlikht wrote: > > perhaps you just haven't built perlmagick, or use some old libraries - > just a guess. > I haven't build perlmagick. I only tried to build imagemagick {because it was required by kile}... Could it be this? The problems that i find are at the test of magick++.... i pass successfully every other test... > I'm surprised you haven't got at least this in your /etc/make.conf > > CFLAGS= -O -pipe > MAKE_SHELL=sh > BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ > -Wcast-qual -Wchar-subscripts -Winline \ > -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ > -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings > COPTFLAGS= -O -pipe > INSTALL=install -C i have the "default" make.conf if i recall correctly... should i add them?