lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: osx compatibility: stepmake/stepmake/c++-rules.make


From: Han-Wen Nienhuys
Subject: Re: osx compatibility: stepmake/stepmake/c++-rules.make
Date: Fri, 16 Dec 2005 01:46:33 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Johannes Schindelin wrote:
+ifneq ($(DARWIN_BUILD),)
 $(outdir)/%.cc: %.ll
$(FLEX) -Cfe -p -p -o$@ $< + perl -i.bak -pe 's/^class istream;/#include <iostream>;\nusing namespace std;/' $@
+else
+$(outdir)/%.cc: %.ll
+ $(FLEX) -Cfe -p -p -o$@ $< +endif

this is getting out of hand. I will not accept gratuitous ifdefs all over the code. Complain with the fink maintainers for shipping a broken flex.

--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]