hiya,
...I'm trying to compile "miXed" externs from cvs, but ran into the following, and don't know what to do: can you point me in the right direction? Also, is there any special reason why it's still using gcc2, and not gcc3.3 (I'm on 10.3.3)?
gcc2 -o ../../bin/sickle.pd_darwin -Wall -W -Wstrict-prototypes -Werror
-Wno-unused -Wno-parentheses -Wno-switch -O2 -funroll-loops
-fomit-frame-pointer -DUNIX -DMACOSX -I. -I../../../../pd-0.37-1/src
-I../../shared -bundle -bundle_loader
../../../../pd-0.37-1/src/../bin/pd -flat_namespace ./allsickles.o
./abs.o ./acos.o ./acosh.o ./allpass.o ./asin.o ./asinh.o ./atan.o
./atan2.o ./atanh.o ./average.o ./avg.o ./bitand.o ./bitnot.o ./bitor.o
./bitshift.o ./bitxor.o ./buffir.o ./capture.o ./cartopol.o ./change.o
./click.o ./Clip.o ./comb.o ./cosh.o ./cosx.o ./count.o ./curve.o
./cycle.o ./delay.o ./delta.o ./deltaclip.o ./edge.o ./frameaccum.o
./framedelta.o ./index.o ./kink.o ./Line.o ./linedrive.o ./log.o
./lookup.o ./lores.o ./maximum.o ./minimum.o ./minmax.o ./mstosamps.o
./onepole.o ./peakamp.o ./peek.o ./phasewrap.o ./pink.o ./play.o
./poke.o ./poltocar.o ./pong.o ./pow.o ./rand.o ./rampsmooth.o
./record.o ./reson.o ./sah.o ./sampstoms.o ./Scope.o ./sinh.o ./sinx.o
./slide.o ./Snapshot.o ./spike.o ./svf.o ./tanh.o ./tanx.o ./train.o
./trapezoid.o ./triangle.o ./vectral.o ./wave.o ./zerox.o
../../shared/unstable/forky.o ../../shared/unstable/fragile.o
../../shared/unstable/fringe.o ../../shared/common/loud.o
../../shared/common/grow.o ../../shared/common/vefl.o
../../shared/common/binport.o ../../shared/common/port.o
../../shared/hammer/file.o ../../shared/sickle/sic.o
../../shared/sickle/arsic.o sickle.c
ERROR: empty file setup.wiq... removed
transferring widget definitions from "../test/toxy/setup.wid" to
"setup.wiq"
sed: 1: "1i// Do not edit this f ...": command i expects \ followed by
text
make[1]: *** [setup.wiq] Error 1
make: *** [all] Error 2
tiggity:~/puredataDev/externals/mixed tigital$
thanx, jamie
On Sun, Mar 28, 2004 at 11:03:40PM -0500, James Tittle II wrote:
...I'm trying to compile "miXed" externs from cvs, but ran into the following, and don't know what to do: can you point me in the right direction? Also, is there any special reason why it's still using gcc2, and not gcc3.3 (I'm on 10.3.3)?
you need to use gawk, not mawk or awk .
transferring widget definitions from "../test/toxy/setup.wid" to "setup.wiq" sed: 1: "1i// Do not edit this f ...": command i expects \ followed by text make[1]: *** [setup.wiq] Error 1
On Mar 28, 2004, at 11:20 PM, carmen wrote:
On Sun, Mar 28, 2004 at 11:03:40PM -0500, James Tittle II wrote:
...I'm trying to compile "miXed" externs from cvs, but ran into the following, and don't know what to do: can you point me in the right direction? Also, is there any special reason why it's still using gcc2, and not gcc3.3 (I'm on 10.3.3)?
you need to use gawk, not mawk or awk .
...ok, so I changed all references of "awk" to gawk (there was no "mawk") in Makefile.common...but get the exact same message...
? jamie
you need to use gawk, not mawk or awk .
...ok, so I changed all references of "awk" to gawk (there was no "mawk") in Makefile.common...but get the exact same message...
oki..i had quite a similar error message, and the gawk switch solved it..perhaps an upgrade of the developer tools to something 3.3 based would help, otherwise maybe someone else has some hints...
hi James, carmen,
James Tittle II wrote: ...
...I'm trying to compile "miXed" externs from cvs, but ran into the following, and don't know what to do: can you point me in the right
building toxy does not depend on gawk any longer (since version alpha8 I think). This time, it seems like the sed on osx was less forgiving than gnu sed... Fixed in alpha10. Keep in mind, though, that toxy widgets generally misbehave on a mac.
direction? Also, is there any special reason why it's still using gcc2, and not gcc3.3 (I'm on 10.3.3)?
my laziness... waiting until someone figures out, finally, how to `properly' handle denormals in gcc3
Krzysztof
On Mar 29, 2004, at 11:53 AM, Krzysztof Czaja wrote:
hi James, carmen,
James Tittle II wrote: ...
...I'm trying to compile "miXed" externs from cvs, but ran into the following, and don't know what to do: can you point me in the right
building toxy does not depend on gawk any longer (since version alpha8 I think). This time, it seems like the sed on osx was less forgiving than gnu sed... Fixed in alpha10. Keep in mind, though, that toxy widgets generally misbehave on a mac.
hey krzysztof,
...well, just grabbed your alpha10 changes, but still stuck at the same spot! Sorry I'm not more help, but I've never used sed...
thanx, jamie
hi jamie,
James Tittle II wrote: ...
alpha8 I think). This time, it seems like the sed on osx was less forgiving than gnu sed... Fixed in alpha10. Keep in mind, though, that toxy widgets generally misbehave on a mac.
...
...well, just grabbed your alpha10 changes, but still stuck at the same spot! Sorry I'm not more help, but I've never used sed...
even harder for me: to maintain things in an osx portable state without even a mac to check them on, while finding out those bsd versions of the most basic scripting tools being so picky...
next attempt (alpha11) is in cvs now
Krzysztof
On Mar 31, 2004, at 5:59 AM, Krzysztof Czaja wrote:
even harder for me: to maintain things in an osx portable state without even a mac to check them on, while finding out those bsd versions of the most basic scripting tools being so picky...
next attempt (alpha11) is in cvs now
...thanx! But we'll need another attempt, because we've got another error:
gcc -o ../bin/widget.pd_darwin -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -DUNIX -DMACOSX -I. -I../../../pd-0.37-1/src -I../shared -bundle -bundle_loader ../../../pd-0.37-1/src/../bin/pd -flat_namespace widget.o widgettype.o ../shared/unstable/forky.o ../shared/common/loud.o ../shared/common/grow.o ../shared/common/dict.o ../shared/hammer/file.o ../shared/common/props.o ../shared/toxy/scriptlet.o cd doc/src; make make[2]: *** No rule to make target `all'. Stop. make[1]: *** [all] Error 2 make: *** [all] Error 2 tiggity:~/puredataDev/externals/mixed tigital$
...looking at the mixed/doc/src/makefile, the only target it .DEFAULT, so maybe this is an easy fix?
thanx, jamie
On Wednesday, Mar 31, 2004, at 05:59 America/New_York, Krzysztof Czaja wrote:
hi jamie,
James Tittle II wrote: ...
alpha8 I think). This time, it seems like the sed on osx was less forgiving than gnu sed... Fixed in alpha10. Keep in mind, though, that toxy widgets generally misbehave on a mac.
...
...well, just grabbed your alpha10 changes, but still stuck at the same spot! Sorry I'm not more help, but I've never used sed...
even harder for me: to maintain things in an osx portable state without even a mac to check them on, while finding out those bsd versions of the most basic scripting tools being so picky...
next attempt (alpha11) is in cvs now
Krzysztof
I'll be doing some MacOS X work soon, so I am sure I'll be trying it out then. But if you are interested, you can get shell access to the MacOS X machines in the SourceForge compile farm, its quite easy:
http://sourceforge.net/docman/display_doc.php?docid=762&group_id=1
.hc