CNMAT / CNMAT-Externs

CNMAT Max/MSP externals
Other
96 stars 11 forks source link

printit temporarily removed from package #128

Closed wagne342 closed 2 years ago

wagne342 commented 2 years ago

The new build of Externals found here currently removes the printit object due to a persistent compilation error under clang-1300.0.29.3 for target x86_64-apple-darwin21.1.0. It appears that myPrintOSCpacket.c wraps PrintOSCpacket.c from CNMAT-OSC, but the macro definitions for COMPLAIN and PRINTF are not being properly handled by the preprocessor in "../../../CNMAT-OSC/dumpOSC/printOSCpacket.c". This leads to these functions being undefined such that the subsequent calls to COMPLAIN and PRINTF throw implicit declaration errors, halting compilation. For now, I have removed printit from the build phase dependencies until I can find a suitable workaround.

wagne342 commented 2 years ago

resolved with updated build settings; now restored to package