From kde-multimedia Fri Sep 28 12:26:26 2007 From: Rex Dieter Date: Fri, 28 Sep 2007 12:26:26 +0000 To: kde-multimedia Subject: Re: kdemultimedia-3.5.7 compile error Message-Id: X-MARC-Message: https://marc.info/?l=kde-multimedia&m=119098319407670 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--nextPart2546147.5Oc7B83OXH" --nextPart2546147.5Oc7B83OXH Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit tony wrote: > The version of xine installed was 1.1.8 with arts support option on. But > when compiling kdemultimedia-3.5.7, i get error below, what happened? (i'm > using fedora 7) fwiw, I've seen that error too, but only on older systems (running rhel4), not f7. Attached is the patch I used (which I really should push upstream). -- Rex --nextPart2546147.5Oc7B83OXH Content-Type: text/x-diff; name="kdemultimedia-3.5.7-pthread.patch" Content-Transfer-Encoding: 8Bit Content-Disposition: attachment; filename="kdemultimedia-3.5.7-pthread.patch" --- kdemultimedia-3.5.7-patched/xine_artsplugin/Makefile.am.pthread 2006-07-22 03:10:54.000000000 -0500 +++ kdemultimedia-3.5.7-patched/xine_artsplugin/Makefile.am 2007-06-28 06:50:53.000000000 -0500 @@ -8,7 +8,7 @@ xinePlayObject_impl.cpp \ audio_fifo_out.c libarts_xine_la_LDFLAGS = $(all_libraries) -module -no-undefined -pthread -libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIB_X11) $(LIB_XEXT) \ +libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIBPTHREAD) $(LIB_X11) $(LIB_XEXT) \ -lkmedia2_idl -lsoundserver_idl -lartsflow libarts_xine_la_METASOURCES = AUTO --nextPart2546147.5Oc7B83OXH Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kde-multimedia mailing list kde-multimedia@kde.org https://mail.kde.org/mailman/listinfo/kde-multimedia --nextPart2546147.5Oc7B83OXH--