Opened 17 years ago

Last modified 17 years ago

#3946 closed defect

PowerPC Altivec Linux SVN build broken — at Initial Version

Reported by: anonymous Owned by: Isaac Richards
Priority: major Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords: powerpc altivec
Cc: Ticket locked: no

Description

Hey all, PowerPC Linux (Ubuntu 7.04 PPC) build appears to be broken, not sure why.

g++ -c -pipe -mcpu=ppc -mcpu=7450 -mpowerpc-gfxopt -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -fomit-frame-pointer -O3 -maltivec -ftree-vectorize -mabi=altivec -mpowerpc-gfxopt -maltivec -mabi=altivec -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -DSTDC_CONSTANT_MACROS -I/usr/include/freetype2 -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local/\" -DLIBDIR=\"/usr/locallib\" -D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_H264TOOLS -DUSING_X11 -DUSING_XV -DUSING_XVMCW -DUSING_OPENGL -DUSING_OPENGL_VIDEO -DUSING_FRONTEND -DUSING_V4L -DUSING_DBOX2 -DUSING_IPTV -DUSING_HDHOMERUN -DUSING_IVTV -DUSING_DVB -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include -I/usr/include -I../.. -I.. -I../libmyth -I../libavcodec -I../libavutil -I../libmythmpeg2 -Idvbdev -Impeg -Iiptv -I../libmythlivemedia/BasicUsageEnvironment/include -I../libmythlivemedia/groupsock/include -I../libmythlivemedia/liveMedia/include -I../libmythlivemedia/UsageEnvironment/include -I/usr/include/qt3 -I/usr/X11R6/include -I/usr/X11R6/include -o yuv2rgb.o yuv2rgb.cpp yuv2rgb.cpp: In function ‘void altivec_i420_2vuy(uint8_t*, int, const uint8_t*, const uint8_t*, const uint8_t*, int, int, int, int, int)’: yuv2rgb.cpp:922: error: cannot convert ‘bool’ to ‘unsigned int vector’ in initialization yuv2rgb.cpp:924: error: could not convert ‘any_extra’ to ‘bool’ yuv2rgb.cpp: In function ‘void altivec_2vuy_i420(uint8_t*, uint8_t*, uint8_t*, int, int, int, const uint8_t*, int, int, int)’: yuv2rgb.cpp:1119: error: cannot convert ‘bool’ to ‘unsigned int vector’ in initialization yuv2rgb.cpp:1121: error: could not convert ‘any_extra’ to ‘bool’ make[2]: * [yuv2rgb.o] Error 1 make[2]: Leaving directory `/home/plantain/mythtv/mythtv/libs/libmythtv' make[1]: * [sub-libmythtv] Error 2 make[1]: Leaving directory `/home/plantain/mythtv/mythtv/libs' make: * [sub-libs] Error 2

Hope this is a simple fix, feel free to mail/msg me if there's anything I can help with.

Thanks.

Change History (0)

Note: See TracTickets for help on using tickets.