Opened 18 years ago

Closed 18 years ago

#953 closed defect (wontfix)

[FC5/gcc 4.1/x86_64] RingBuffer.cpp:127: error: invalid conversion from 'void*' to '__pthread_mutex_u*'

Reported by: Axel.Thimm@… Owned by: Jarod Wilson
Priority: minor Milestone: unknown
Component: mythtv Version: 0.18.1
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Building mythtv release-0.18-fixes on FC5 (gcc 4.1) bails out with

g++ -c -pipe -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -W -fomit-frame-pointer -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=nocona `freetype-config --cflags` -D_REENTRANT -DPIC -fPIC  -DMMX -DUSING_IVTV -DUSING_FIREWIRE -DUSING_DVB -DUSING_DVB_EIT -DUSING_XRANDR -DUSING_XVMC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DUSING_XV -DUSING_OPENGL_VSYNC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib64/qt-3.3/mkspecs/default -I. -I/usr/include -I/builddir/mythtv-0.18.1/linuxtv-dvb-1.1.1cvs20050529/linux/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg2 -I/usr/lib64/qt-3.3/include -I/usr/X11R6/include -I/usr/X11R6/include -o RingBuffer.o RingBuffer.cpp
RingBuffer.cpp: In constructor 'ThreadedFileWriter::ThreadedFileWriter(const char*, int, mode_t)':
RingBuffer.cpp:127: error: invalid conversion from 'void*' to '__pthread_mutex_u*'
RingBuffer.cpp:127: error: invalid conversion from 'void*' to '__pthread_mutex_u*'
make[2]: *** [RingBuffer.o] Error 1

The build on i386 is OK.

Change History (3)

comment:1 Changed 18 years ago by Isaac Richards

Owner: changed from Isaac Richards to Jarod Wilson

comment:2 Changed 18 years ago by danielk

Milestone: unknown
Version: 0.18.1

comment:3 Changed 18 years ago by Isaac Richards

Resolution: wontfix
Status: newclosed

Old branch.

Note: See TracTickets for help on using tickets.