atom feed13 messages in at.iem.pd-listRe: [PD] Lost at compilig cyclone ;-((((
FromSent OnAttachments
luigi.rensinghoffJun 25, 2004 5:25 am 
Frank BarknechtJun 25, 2004 5:57 am 
Krzysztof CzajaJun 25, 2004 6:18 am 
guenter geigerJun 25, 2004 6:26 am 
Frank BarknechtJun 25, 2004 7:26 am 
guenter geigerJun 25, 2004 9:31 am 
guenter geigerJun 25, 2004 1:13 pm 
Krzysztof CzajaJun 26, 2004 8:14 am 
Frank BarknechtJun 26, 2004 10:04 am 
Thomas GrillJun 26, 2004 10:17 am 
Tim BlechmannJun 26, 2004 11:37 am 
Tim BlechmannJun 26, 2004 12:59 pm 
Thomas GrillJun 27, 2004 4:11 am 
Subject:Re: [PD] Lost at compilig cyclone ;-((((
From:Krzysztof Czaja (cza@chopin.edu.pl)
Date:Jun 25, 2004 6:18:16 am
List:at.iem.pd-list

hi again luigi,

I really think you should get

http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone-0.1-alpha49-bin37.tar.gz

and from this one unpacked, copy whatever you need into your externals directory.

In case you still insist on building cyclone without having gcc-2.95 in your system, you will have to edit the file miXed/Makefile.common:

1. delete the line ``CC = gcc-2.95'' 2. search for ``-Werror'' down there, and get rid of it as well

Btw, the reason for cyclone insisting on gcc-2.95 is that the cyclone's check for denormals, which is the same as in Pd itself, is optimized away by gcc-3.3, and I do not know about anybody out there, that has solved this problem yet...

Krzysztof

luigi.rensinghoff wrote: ...

make: gcc-2.95: Kommando nicht gefunden.