[mythtv] Mac OS X CVS compilation errors
Chris Birkinshaw
chris at postbox.org.uk
Tue Nov 16 11:24:01 UTC 2004
Hi all,
I am getting the following errors when compiling mythtv on Mac OS X
10.3.6 with xcode 1.2. Has anyone seen these before?
Many thanks,
Chris
audiooutputca.cpp:45: warning: unused parameter `QString audiodevice'
audiooutputca.cpp: In function `static OSStatus
AudioOutputCA_Friend::AURender(void*, AudioUnitRenderActionFlags*,
const
AudioTimeStamp*, long unsigned int, long unsigned int,
AudioBufferList*)':
audiooutputca.cpp:507: warning: unused parameter `UInt32 inBusNumber'
audiooutputca.cpp:507: warning: unused parameter `UInt32 inNumberFrames'
c++ -c -pipe -fno-common -fPIC
-F/System/Library/Frameworks/CoreAudio.framework
-F/System/Library/Frameworks/AudioUnit.framework
-F/System/Library/Frameworks/Carbon.framework/Frameworks -Wall -W -O2
-fPIC -D__DARWIN_X11__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\"/usr/local\" -DCONFIG_DARWIN -DWORDS_BIGENDIAN
-DUSE_JOYSTICK_MENU -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
-I/sw/share/qt3/mkspecs/darwin-g++ -I. -I/usr/local/include
-I../libmythsamplerate -I/sw/include/qt -I/Developer/qt/include -o
jsmenu.o jsmenu.cpp
jsmenu.cpp:39:28: linux/joystick.h: No such file or directory
jsmenu.cpp: In member function `int JoystickMenuClient::Init(QString&)':
jsmenu.cpp:115: error: `JSIOCGAXES' undeclared (first use this function)
jsmenu.cpp:115: error: (Each undeclared identifier is reported only
once for
each function it appears in.)
jsmenu.cpp:115: error: `ioctl' undeclared (first use this function)
jsmenu.cpp:122: error: `JSIOCGBUTTONS' undeclared (first use this
function)
jsmenu.cpp: In member function `void JoystickMenuClient::Process()':
jsmenu.cpp:205: error: aggregate `js_event js' has incomplete type and
cannot
be defined
jsmenu.cpp:245: error: `JS_EVENT_INIT' undeclared (first use this
function)
jsmenu.cpp:247: error: `JS_EVENT_BUTTON' undeclared (first use this
function)
jsmenu.cpp:250: error: `JS_EVENT_AXIS' undeclared (first use this
function)
make[2]: *** [jsmenu.o] Error 1
make[1]: *** [sub-libmyth] Error 2
make: *** [sub-libs] Error 2
More information about the mythtv-dev
mailing list