Hi all (+ Krzysztof)
I decided to expand my externs collection. xeq is part of my recent acquisition. But it refuses to cooperate.
I get the following error:
xeq.c: In function `xeqithook_applypp': xeq.c:611: warning: comparison is always true due to limited range of data type make: *** [../xeq.pd_linux] Error 1
I'm on debian(woody) ppc, gcc 2.95.4, kernel 2.4.18
czesc Michal,
sorry for not responding right away, I have been off-line last week.
This is a buglet I have overlooked due to always using intel machines for development -- apparently on ppc char is unsigned by default. I will upload the corrected xeq asap (or you could use a temporary fix of adding a -fsigned-char compiler option).
Thanks for pointing this out,
Krzysztof
Michal Seta wrote: ...
xeq is part of my recent acquisition. But it refuses to cooperate.
I get the following error:
xeq.c: In function `xeqithook_applypp': xeq.c:611: warning: comparison is always true due to limited range of data type make: *** [../xeq.pd_linux] Error 1
I'm on debian(woody) ppc, gcc 2.95.4, kernel 2.4.18
On Mon, 29 Jul 2002 14:53:17 +0200 Krzysztof Czaja czaja@chopin.edu.pl wrote:
czesc Michal,
czesc
or you could use a temporary fix of adding a -fsigned-char compiler option).
that did it. thanks.