#20338: portaudio fails to build on 10.6 ------------------------------+--------------------------------------------- Reporter: snc@… | Owner: themiwi@… Type: defect | Status: new Priority: Low | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: portaudio ------------------------------+--------------------------------------------- Tried disabling parallel build, no effect. This is caused since warnings are treated as errors. {{{ cc1: warnings being treated as errors src/common/pa_dither.c: In function 'PaUtil_Generate16BitTriangularDither': src/common/pa_dither.c:73: warning: right shift count >= width of type src/common/pa_dither.c:74: warning: right shift count >= width of type src/common/pa_dither.c: In function 'PaUtil_GenerateFloatTriangularDither': src/common/pa_dither.c:100: warning: right shift count >= width of type src/common/pa_dither.c:101: warning: right shift count >= width of type cc1: warnings being treated as errors src/common/pa_dither.c: In function 'PaUtil_Generate16BitTriangularDither': src/common/pa_dither.c:73: warning: right shift count >= width of type src/common/pa_dither.c:74: warning: right shift count >= width of type src/common/pa_dither.c: In function 'PaUtil_GenerateFloatTriangularDither': src/common/pa_dither.c:100: warning: right shift count >= width of type src/common/pa_dither.c:101: warning: right shift count >= width of type lipo: can't open input file: /var/tmp//ccF49Lpv.out (No such file or directory) make: *** [src/common/pa_dither.lo] Error 1 }}} -- Ticket URL: <http://trac.macports.org/ticket/20338> MacPorts <http://www.macports.org/> Ports system for Mac OS