[PD] [GEM] compiling error

Jaime Oliver jaime.oliver2 at gmail.com
Tue May 13 09:27:54 CEST 2008


>
>
>> So that is in Fedora, in OSX i get the following, which seems ok, but it
>>
>
> indeed it seems fine.
>
>  behaves erratically.
>>
>
> ????
> could you please specify what you mean by this?


Well in this particular object I have two for loops in the RGB process:

int i, n;
for ( i=0; i<3; i++) {
       post("i=%d", i);
       for (n=0; n<3; n++) {
                post("n=%d", n);
       //       other things
       }
}

when compiled in osx it sometimes posts the inner loop, but sometimes it
doesn't depending on whether I have those 'other things' commented or not,
it could even be two posts that are not interfering or reinitializing the
for variables (i or n), so that leads me to assume (also based on the fact
that it isn't giving me the correct results at all), that the inner loop is
not being done.

do a "make clean" (or even "make distclean"; alternatively try to delete all
> the "*.o" and "*.d" files in all the subdirectories) before you build.
> you seem to have leftovers from old builds. (i was never able to really
> figure out what is going wrong here)


Thanks, I'll try those things and report back.
Will this clean all my other GEM objects as well?

best,

J

>
> fgmasdr
> IOhannes
>



-- 
Jaime E Oliver LR

joliverl at ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20080513/b7dc5cfa/attachment.htm>


More information about the Pd-list mailing list