Advertisement
Guest User

MythTV 0.24 build error on OS X Leopard PPC

a guest
Dec 10th, 2010
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. g++ -c -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -fomit-frame-pointer -fPIC -maltivec -mabi=altivec -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3 -I/opt/local/include/freetype2 -F/System/Library/Frameworks/{AGL,ApplicationServices,Carbon,Cocoa,CoreFoundation,CoreVideo,OpenGL,QuickTime,IOKit,IOKit}.framework/Frameworks -F/Developer/FireWireSDK26/Examples/Framework -arch ppc -fPIC -DUSING_APPLEREMOTE -D_GNU_SOURCE -DUSING_OPENGL -DUSING_OPENGL_VIDEO -DUSING_MHEG -DUSING_FRONTEND -DUSING_FFMPEG_THREADS -DUSING_OSX_FIREWIRE -DUSING_FIREWIRE -DUSING_IPTV -DUSING_HDHOMERUN -DUSING_BACKEND -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/local/mythtv -I.. -I../.. -I../../external/FFmpeg -I. -I../libmyth -I../libmythdb -I../libmythhdhomerun -I../libmythdvdnav -I../libmythbluray -Idvbdev -Impeg -Iiptv -Ichannelscan -I../libmythlivemedia/BasicUsageEnvironment/include -I../libmythlivemedia/BasicUsageEnvironment -I../libmythlivemedia/groupsock/include -I../libmythlivemedia/groupsock -I../libmythlivemedia/liveMedia/include -I../libmythlivemedia/liveMedia -I../libmythlivemedia/UsageEnvironment/include -I../libmythlivemedia/UsageEnvironment -I../libmythdb -I../libmythui -I/usr/include -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I/opt/local/include/QtSql -I/opt/local/include/QtXml -I/opt/local/include/QtOpenGL -I/opt/local/include/QtGui -I/opt/local/include/QtNetwork -I/opt/local/include/QtCore -I/opt/local/include -o nuppeldecoder.o nuppeldecoder.cpp
  2. nuppeldecoder.cpp:31:19: error: bswap.h: No such file or directory
  3. nuppeldecoder.cpp: In member function 'bool NuppelDecoder::ReadFileheader(rtfileheader*)':
  4. nuppeldecoder.cpp:150: error: 'bswap_32' was not declared in this scope
  5. nuppeldecoder.cpp:154: error: 'bswap_dbl' was not declared in this scope
  6. nuppeldecoder.cpp: In member function 'bool NuppelDecoder::ReadFrameheader(rtframeheader*)':
  7. nuppeldecoder.cpp:171: error: 'bswap_32' was not declared in this scope
  8. nuppeldecoder.cpp: In member function 'virtual int NuppelDecoder::OpenFile(RingBuffer*, bool, char*, int)':
  9. nuppeldecoder.cpp:303: error: 'bswap_32' was not declared in this scope
  10. nuppeldecoder.cpp:318: error: 'bswap_64' was not declared in this scope
  11. nuppeldecoder.cpp:371: error: 'bswap_64' was not declared in this scope
  12. nuppeldecoder.cpp:372: error: 'bswap_32' was not declared in this scope
  13. nuppeldecoder.cpp:440: error: 'bswap_32' was not declared in this scope
  14. nuppeldecoder.cpp: In member function 'virtual bool NuppelDecoder::GetFrame(DecodeType)':
  15. nuppeldecoder.cpp:1325: error: 'bswap_32' was not declared in this scope
  16. nuppeldecoder.cpp:1329: error: 'bswap_dbl' was not declared in this scope
  17. gmake[2]: *** [nuppeldecoder.o] Error 1
  18. gmake[2]: Leaving directory `/Users/fred/working/mythtv/mythtv/libs/libmythtv'
  19. gmake[1]: *** [sub-libmythtv-make_default] Error 2
  20. gmake[1]: Leaving directory `/Users/fred/working/mythtv/mythtv/libs'
  21. gmake: *** [libs] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement