From owner-freebsd-ports@freebsd.org Mon Oct 16 15:12:50 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE9D1E3CEBA for ; Mon, 16 Oct 2017 15:12:50 +0000 (UTC) (envelope-from j.geering@btinternet.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A646D843DC for ; Mon, 16 Oct 2017 15:12:50 +0000 (UTC) (envelope-from j.geering@btinternet.com) Received: by mailman.ysv.freebsd.org (Postfix) id A5825E3CEB9; Mon, 16 Oct 2017 15:12:50 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A50E1E3CEB8 for ; Mon, 16 Oct 2017 15:12:50 +0000 (UTC) (envelope-from j.geering@btinternet.com) Received: from rgout0701.bt.lon5.cpcloud.co.uk (rgout0701.bt.lon5.cpcloud.co.uk [65.20.0.141]) by mx1.freebsd.org (Postfix) with ESMTP id 25274843DB; Mon, 16 Oct 2017 15:12:49 +0000 (UTC) (envelope-from j.geering@btinternet.com) X-OWM-Source-IP: 207.242.201.20 (US) X-OWM-Env-Sender: j.geering@btinternet.com Received: from minerva (207.242.201.20) by rgout07.bt.lon5.cpcloud.co.uk (9.0.019.13-1) (authenticated as j.geering@btinternet.com) id 598528DE07136B0C; Mon, 16 Oct 2017 16:05:42 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=btinternet.com; s=btcpcloud; t=1508166770; bh=+pXePlol8VpjB1A+17AQWYTa3hhS6b3+LWSpHbBc3m8=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References:X-Mailer:Mime-Version; b=dHof/Q48uneDqzshhBAx5GRGSnJleKQJT5enkDiSRGnKRFuzX+HRVIt1VA4KFc/hhtfHh1mkA5yzpbWmWo9kjSxbVJrcKJEQiH2Q2gFM4nbyLorkWdG6Eknf4bZKYLqLjB07bhEwqcUym9CbxkzayySomBXIWouPMyjbVMfSmAk= Message-ID: <1508166340.12939.57.camel@btinternet.com> Subject: Re: FreeBSD Port: windowmaker-0.95.8 - SOLVED From: James Geering To: Marco Beishuizen Cc: hrs@FreeBSD.org, ports@FreeBSD.org Date: Mon, 16 Oct 2017 11:05:40 -0400 In-Reply-To: References: <1507891044.12939.36.camel@btinternet.com> X-Mailer: Evolution 3.12.11 (3.12.11-22.el7) Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2017 15:12:50 -0000 Hi Marco, Thank you for your emails. It is now working. For some reason the /usr/local/include/ImageMagick-6/wand/ was sparsely populated and the header file was not there. So, I went into the /usr/ports/graphics/ImageMagick directory and issued a 'make install' and realised that I hadn't de-installed. So then 'make deinstall' followed by a 'make reinstall' and hey presto the ../include directory had the header file in it. I then moved to the /usr/ports/x11-wm/windowmaker/ and tryied to 'make install.' And it worked, it built fine and I can now run it. I'm wondering why the header file wasn't there to start off with? Is because I had only used 'pkg install' and had not built ImageMagick I wonder? Many thanks, James -----Original Message-----From: Marco Beishuizen Reply-to: Marco Beishuizen To: James Geering Cc: hrs@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: windowmaker-0.95.8 Date: Fri, 13 Oct 2017 20:42:05 +0200 (CEST) On Fri, 13 Oct 2017, the wise James Geering wrote: > After a few screens scrolling past the script stops with an error at > "checking for Magick support library ... configure: error: found > MagickWand library but could not compile its header" .. > conftest.c:72:10: fatal error: 'wand/magick_wand.h' file not found What happens if you try to install graphics/ImageMagick first? On my machine the header file is located in /usr/local/include/ImageMagick-6/wand/ Regards, Marco