On 1/04/14 00:51, David Fang wrote:
> Martin,
> Thanks for the report. I don't have 10.8/9 to test, only 10.7.
> Something looks odd in your patch, the redirection -- I would expect it to
> look like:
> ${cpp} ... | sed ... > ${temp}
> instead of:
> ${cpp} ... > | sed ... ${temp}
Martin,
Thanks for the report. I don't have 10.8/9 to test, only 10.7.
Something looks odd in your patch, the redirection -- I would expect it to
look like:
${cpp} ... | sed ... > ${temp}
instead of:
${cpp} ... > | sed ... ${temp}
Can you confirm what you tried (guile18)?
On 26/03/14 12:37, Chris Richardson wrote:
I’m having problems compiling guile18 (latest version, 1.8.8-6). Compilation
generates an error and then appears to hang. I’ve left it overnight in case
it’s doing something really slowly, but there doesn't appear to be any activity.
This is on a bra
On 3/31/14, 12:16 PM, Mark D. McKean wrote:
> On 3/30/14, 8:29 pm, Alexander Hansen wrote:
>> On 3/26/14, 10:10 AM, Alexander Hansen wrote:
>>> It might be a good idea to insert
>>>
>>> -Wno-error=unused-command-line-argument-hard-error-in-future
>>>
>>> for clang builds. This will let people with
On 3/30/14, 8:29 pm, Alexander Hansen wrote:
> On 3/26/14, 10:10 AM, Alexander Hansen wrote:
>> It might be a good idea to insert
>>
>> -Wno-error=unused-command-line-argument-hard-error-in-future
>>
>> for clang builds. This will let people with the Xcode 5.1 tools build
>> packages while still n