I did a fresh update today and tried to compile toxy+cyclone on linux (gcc3.3)
I changed the "Makefile.common" CC=gcc and made no other changes.
After a while the build process seems to get itself into a beedback loop and prints the following over and over again without quiting:
Thanks! Ben
sickle/bitnot.c: In function `bitnot_perform': sickle/bitnot.c:33: warning: dereferencing type-punned pointer will break strict-aliasing rules make[2]: *** [sickle/bitnot.o] Error 1 make[2]: Leaving directory `/home/bbogart/externals/miXed/cyclone' make[2]: Entering directory `/home/bbogart/externals/miXed/toxy' make[2]: Leaving directory `/home/bbogart/externals/miXed/toxy' cd doc/src; make /bin/sh: line 1: cd: doc/src: No such file or directory make[2]: Entering directory `/home/bbogart/externals/miXed' make[3]: Entering directory `/home/bbogart/externals/miXed/shared' make[4]: Entering directory `/home/bbogart/externals/miXed/shared/common' gcc -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DUNIX -I. -I../../../../pd/src -I../../shared -c -o binport.o binport.c binport.c: In function `binport_nextatom': binport.c:326: warning: dereferencing type-punned pointer will break strict-aliasing rules make[4]: *** [binport.o] Error 1 make[4]: Leaving directory `/home/bbogart/externals/miXed/shared/common' make[4]: Entering directory `/home/bbogart/externals/miXed/shared/hammer' make[4]: Leaving directory `/home/bbogart/externals/miXed/shared/hammer' make[4]: Entering directory `/home/bbogart/externals/miXed/shared/sickle' make[4]: Leaving directory `/home/bbogart/externals/miXed/shared/sickle' make[4]: Entering directory `/home/bbogart/externals/miXed/shared/toxy' make[4]: Leaving directory `/home/bbogart/externals/miXed/shared/toxy' make[4]: Entering directory `/home/bbogart/externals/miXed/shared/unstable' make[4]: Leaving directory `/home/bbogart/externals/miXed/shared/unstable' make[3]: Leaving directory `/home/bbogart/externals/miXed/shared' make[3]: Entering directory `/home/bbogart/externals/miXed/cyclone'
hi Ben,
B. Bogart wrote:
I did a fresh update today and tried to compile toxy+cyclone on linux (gcc3.3)
I changed the "Makefile.common" CC=gcc and made no other changes.
do not do that (yet), please, without removing -Werror
btw, about the cyclone's comment resizing: you can do that in two ways (expanding should work, as well as shrinking):
One is finding the 'hot' area with the mouse... which may be tricky (patience needed -- the area is too small, I will have to correct that some day).
The other is selecting the comment for typing, and pressing F4, in order to transform the comment into a regular object box of the form:
[comment <width> <fontsize> <family> <encoding> <ignore> <red> <green> <blue> <text>]
There are some shortcuts, and a few other goodies -- not documented, though, because the comment was designed for automatic loading (and manual adjustment) of imported max patches. I thought, people would normally just press F5 to copy max comment into a regular Pd comment, not the other way around...
I have never had comments with a visible bounding box, will see, if I can reproduce. What binding issues do you have?
Krzysztof