From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 3 22:20:23 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EE8C16A417 for ; Wed, 3 Jan 2007 22:20:23 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 02CEF13C467 for ; Wed, 3 Jan 2007 22:20:23 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0JBB00IXECPY1760@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Wed, 03 Jan 2007 23:20:22 +0100 (CET) Received: from kg-work.kg4.no ([80.203.66.169]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0JBB006W8CPXQAVC@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Wed, 03 Jan 2007 23:20:22 +0100 (CET) Date: Wed, 03 Jan 2007 23:20:21 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: To: freebsd-multimedia@freebsd.org Message-id: <20070103232021.ba9cea22.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed 2.3.0 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Content-type: multipart/mixed; boundary="Boundary_(ID_Hk+lbfIn9tjZz1lMnWZJ1A)" References: <20061224230155.fc0a6c6a.torfinn.ingolfsen@broadpark.no> <20061228145909.bbb6d193.torfinn.ingolfsen@broadpark.no> <20061230184451.8b1fa4df.torfinn.ingolfsen@broadpark.no> <20061230200054.e23631e5.torfinn.ingolfsen@broadpark.no> <20070102083949.54238d9c.torfinn.ingolfsen@broadpark.no> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: MythTV port - status report X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2007 22:20:23 -0000 This is a multi-part message in MIME format. --Boundary_(ID_Hk+lbfIn9tjZz1lMnWZJ1A) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT On Wed, 03 Jan 2007 18:23:47 +0100 usleepless@gmail.com wrote: > i just remember another thing: you said you implement my usleep-hack. Correction: I tried to, but the MythTV port would not compile when I patched it the way you suggested (at least - my understanding of your suggestions). I probably didn't do it right. See message with id: <20061226175551.503d11f1.torfinn.ingolfsen@broadpark.no> for my feedback. For some rason, the patches didn't make it to the list. I'll attache them here, look for patch-mythcontext.{cpp|h} > however, due to mythtv's Makefile's, libraries are first searched in > /usr/local/lib instead of the build-context. this bited my ass a > couple of times, so i got the habit of deleting > /usr/local/lib/libmyth* before doing a (full) rebuild. > > understand what i mean? Oh, you are saying that the MythTV port uses the libraries in /usr/local/lib _when_ _building_ ? Ooh, that's really, really bad. But it is easy to do a 'make deinstall' before rebuilding. Hang on, I'll test it... Nope, it still fails, here is the error part: cd libmyth && qmake libmyth.pro -spec /usr/local/share/qt/mkspecs/freebsd-g++ -o Makefile cd libmyth && make -f Makefile g++ -c -pipe -I/usr/local/include/artsc -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -Wall -W -O3 -pthread -Wall -Wno-switch -fomit-frame-pointer -DPIC -fPIC -DUSING_FREEBOX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DUSING_OSS -DUSE_ARTS -DUSING_XRANDR -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../../local/include -I../../../../../../../X11R6/include -I../libmythsamplerate -I../libmythsoundtouch -I../.. -I.. -I../../../../../../../local/include -I/usr/X11R6/include -o dialogbox.o dialogbox.cpp g++ -c -pipe -I/usr/local/include/artsc -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -Wall -W -O3 -pthread -Wall -Wno-switch -fomit-frame-pointer -DPIC -fPIC -DUSING_FREEBOX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DUSING_OSS -DUSE_ARTS -DUSING_XRANDR -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../../local/include -I../../../../../../../X11R6/include -I../libmythsamplerate -I../libmythsoundtouch -I../.. -I.. -I../../../../../../../local/include -I/usr/X11R6/include -o lcddevice.o lcddevice.cpp In file included from mythdialogs.h:15, from lcddevice.cpp:12: ../../../../../../../X11R6/include/qthread.h:113: error: expected identifier before string constant ../../../../../../../X11R6/include/qthread.h:113: error: expected `,' or `...' before string constant ../../../../../../../X11R6/include/qthread.h:113: error: ISO C++ forbids declaration of `parameter' with no type *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.20/libs/libmyth. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.20/libs. *** Error code 1 Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.20. *** Error code 1 Stop in /usr/ports/multimedia/mythtv. Hope this helps some. -- Regards, Torfinn Ingolfsen, Norway --Boundary_(ID_Hk+lbfIn9tjZz1lMnWZJ1A)--