I am bughunting a patch that runs well on pd on macos, compiles using the hvcc build script but then doesn’t produce the same sounding results. During compilation I get warnings about remote message boxes and basic filters only accepting signal input, both of which I think are sorted out. I also get something which I can’t really interpret, “powf requires perf information” and similar with sqrt. Do you know what it means, and do you think it could be the cause of my problems?
Thanks!
/Leo

    a month later

    Noia It is the difference between Errors and Warnings.

    An Error will fail the compilation. A Warning will simply notify you of something that might need attention.

    In the case of the missing perf/performance information it is something that the user can't change anything about, as discussed in the ticket that @giuliomoro linked.

    • max likes this.