Mail Archives: geda-user/2015/08/10/09:02:20
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
- Raw text -