#24652: Bochs 2.3.7 build fails on Mac OS X 10.6.3 -------------------------------------+-------------------------------------- Reporter: ovidiu.ciule@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: duplicate | Keywords: Port: bochs | -------------------------------------+-------------------------------------- Comment(by ovidiu.ciule@…): Yup, with the -v switch you suggested, I get the same error as in #23938. Thanks for handling this ryan. {{{ /usr/bin/g++-4.2 -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O2 -arch i386 -fpascal-strings -fno-common -Wno- four-char-constants -Wno-unknown-pragmas -Dmacintosh -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES soundosx.cc -o soundosx.o soundosx.cc: In member function 'virtual int bx_sound_osx_c::openmidioutput(char*)': soundosx.cc:113: error: 'kAudioUnitComponentType' was not declared in this scope soundosx.cc:114: error: 'kAudioUnitSubType_MusicDevice' was not declared in this scope soundosx.cc:115: error: 'kAudioUnitID_DLSSynth' was not declared in this scope soundosx.cc:118: warning: 'AUGraphNewNode' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673) soundosx.cc:118: warning: 'AUGraphNewNode' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673) soundosx.cc:122: error: 'kAudioUnitSubType_Output' was not declared in this scope soundosx.cc:123: error: 'kAudioUnitID_DefaultOutput' was not declared in this scope soundosx.cc:126: warning: 'AUGraphNewNode' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673) soundosx.cc:126: warning: 'AUGraphNewNode' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673) soundosx.cc:137: warning: 'AUGraphGetNodeInfo' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687) soundosx.cc:137: warning: 'AUGraphGetNodeInfo' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687) soundosx.cc: In member function 'virtual int bx_sound_osx_c::openwaveoutput(char*)': soundosx.cc:203: warning: 'OpenDefaultAudioOutput' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/DefaultAudioOutput.h:26) soundosx.cc:203: warning: 'OpenDefaultAudioOutput' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/DefaultAudioOutput.h:26) soundosx.cc:208: error: 'AudioUnitInputCallback' was not declared in this scope soundosx.cc:208: error: expected `;' before 'input' soundosx.cc:209: error: 'input' was not declared in this scope soundosx.cc:211: error: 'kAudioUnitProperty_SetInputCallback' was not declared in this scope soundosx.cc: In function 'OSStatus MyRenderer(void*, AudioUnitRenderActionFlags, const AudioTimeStamp*, UInt32, AudioBuffer*)': soundosx.cc:385: warning: 'AudioConverterFillBuffer' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:640) soundosx.cc:385: warning: 'AudioConverterFillBuffer' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:640) make[1]: *** [soundosx.o] Error 1 make: *** [iodev/libiodev.a] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_emulators_bochs/work/bochs-2.4.2" && /usr/bin/make -j1 all " returned error 2 Warning: the following items did not execute (for bochs): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. }}} -- Ticket URL: <http://trac.macports.org/ticket/24652#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS