X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 10 Aug 2015 15:02:47 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] gEDA on FreeBSD In-Reply-To: <20150810122457.GA19015@localhost.localdomain> Message-ID: References: <20150809131504 DOT 4d5ad4f8 AT jive DOT levalinux DOT org> <20150810122457 DOT GA19015 AT localhost DOT localdomain> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 10 Aug 2015, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > On Sun, Aug 09, 2015 at 01:15:04PM +0200, Lev (leventelist AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: >> Hi all, >> >> >> I recently compiled geda on my FreeBSD box, and I am happy to say, that >> it compiles out of the box. >> >> Many thanks to commit the patches. >> >> One note to add, that gmake is required. >> >> Making all in data >> make[3]: don't know how to make libgeda.xml. Stop > Hi, Lev, > > Please look at the latest patch at > https://bugs.launchpad.net/geda/+bug/1473456 > Will it work for you? > > I had not enough time to look into it. (Does *BSD make support $<, and, > if yes, why the author uses $@.in instead? and so on...) FYI, I have a project called v7us, which ports system V7 (UNIX of the late 70s) make to Linux. V7 happened before the UNIX wars, around the time BSD started to exist. In practice this means if a Makefile is good to go with v7make, it will work with BSD variants, proprietary UNIX variants and GNU make. If you are interested in using v7make for testing, please let me know and I support you with the installation process. I've also put the manual online for reference: http://igor2.repo.hu/tmp/v7make.1 - it seems you have $@, $*, $< and $?, but you don't have $^ for example. Regards, Igor2