Re: Zinf-users digest, Vol 1 #167 - 5 msgs
"Samuel Wright" <[email protected]> Wed, 02 Jun 2004 18:06:09 +0100
| Newsgroups | gmane.comp.audio.zinf.user |
|---|---|
| Message-ID | <[email protected]> |
Does Zinf have a problem with nonstandard chars in CD titles? "S=FCder" for example S *********** REPLY SEPARATOR *********** On 26/05/2004 at 20:41 [email protected] wrote: >Send Zinf-users mailing list submissions to > [email protected] > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/zinf-users >or, via email, send a message with subject or body 'help' to > [email protected] > >You can reach the person managing the list at > [email protected] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Zinf-users digest..." > > >Today's Topics: > > 1. Re: Cannot make Zinf play an audio cd. (David Hough) > 2. Re: Cannot make Zinf play an audio cd. (Matt Smith) > 3. Re: Cannot make Zinf play an audio cd. (David Hough) > 4. Re: Cannot make Zinf play an audio cd. (Matt Smith) > 5. Re: Cannot make Zinf play an audio cd. (David Hough) > >--__--__-- > >Message: 1 >To: [email protected] >Subject: Re: [Zinf-users] Cannot make Zinf play an audio cd. >Date: Wed, 26 May 2004 17:26:55 +0100 >From: "David Hough" <[email protected]> >Reply-To: [email protected] > >On Tue, 25 May 2004 15:40:27 +0100, Matt Smith <[email protected]>= >wrote: > >> I have installed Zinf via RpmDrake on Mandrake 10 and I am very >> impressed with it. The only problem is that when I attempt to play an >> Audio CD, Zinf immediately exits with the following output: >> >> zinf: src/pmo.cpp:85: virtual Error PhysicalMediaOutput::SetUrl(const >> std::string&): Assertion `m_pLmc !=3D __null' failed. >> Killed >> >> I guess this maybe a problem with the settings but I don't know what the > >> message means and how to go about trouble shooting the problem. >> >> Thanks, >> Matt. > >If I remember correctly, this is actually a problem with version 2.2.5 >(I'm assuming you're using the most recent release) not being able to play > >CD's at all, nothing to do with your settings. Or at least I don't think >its fixable just by changing some settings. > >I'm pretty sure that the previous version 2.2.4(the last Gtk+ 1 release) >doesn't have this problem, or you could recompile 2.2.5 after applying the > >patch from the devel list >http://sourceforge.net/mailarchive/message.php?msg_id=3D7577994 > >David >-- >Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ > > >--__--__-- > >Message: 2 >Date: Wed, 26 May 2004 18:35:18 +0100 >From: Matt Smith <[email protected]> >To: [email protected] >Subject: Re: [Zinf-users] Cannot make Zinf play an audio cd. >Reply-To: [email protected] > >On Wed, 26 May 2004 17:26:55 +0100 >"David Hough" <[email protected]> wrote: > >> If I remember correctly, this is actually a problem with version 2.2.5 > >(I'm assuming you're using the most recent release) not being able to play > >> CD's at all, nothing to do with your settings. Or at least I don't think > >> its fixable just by changing some settings. >> >> I'm pretty sure that the previous version 2.2.4(the last Gtk+ 1 release) > >> doesn't have this problem, or you could recompile 2.2.5 after applying >the >> patch from the devel list >> http://sourceforge.net/mailarchive/message.php?msg_id=3D7577994 >> >> David > >Thanks very much for your reply David. I was using version 2.2.5 which I >have uninstalled using RpmDrake so that I can compile it from source after >applying the patch. The problem I encountered is that I don't actually >know how to apply the patch to the source code. I cut and paste the text >of the patch into a new file (I called it zinf-patch). I then unpacked the >zinf source code archive, cd'd into the zinf-2.2.5 directory and typed: > >patch -i zinf-patch > >From my understanding of the man page for the patch command this should >have worked but I'm obviousley doing something wrong as this didn't apply >the patch. How do I go about applying this patch? > >Thanks for helping, >Matt. > > >--__--__-- > >Message: 3 >To: [email protected] >Subject: Re: [Zinf-users] Cannot make Zinf play an audio cd. >Date: Wed, 26 May 2004 19:30:47 +0100 >From: "David Hough" <[email protected]> >Reply-To: [email protected] > >On Wed, 26 May 2004 18:35:18 +0100, Matt Smith <[email protected]>= >wrote: >> On Wed, 26 May 2004 17:26:55 +0100 >> "David Hough" <[email protected]> wrote: >> >>> If I remember correctly, this is actually a problem with version 2.2.5= >>> > (I'm assuming you're using the most recent release) not being able to > >>> play >>> CD's at all, nothing to do with your settings. Or at least I don't= think >>> its fixable just by changing some settings. >>> >>> I'm pretty sure that the previous version 2.2.4(the last Gtk+ 1= release) >>> doesn't have this problem, or you could recompile 2.2.5 after applying= >>> the >>> patch from the devel list >>> http://sourceforge.net/mailarchive/message.php?msg_id=3D7577994 >>> >>> David >> >> Thanks very much for your reply David. I was using version 2.2.5 which= >> I have uninstalled using RpmDrake so that I can compile it from source >> after applying the patch. The problem I encountered is that I don't >> actually know how to apply the patch to the source code. I cut and >> paste the text of the patch into a new file (I called it zinf-patch). I= >> then unpacked the zinf source code archive, cd'd into the zinf-2.2.5 >> directory and typed: >> >> patch -i zinf-patch > >Looking at the patch you also need to add -p1 or --strip=3D1 option >so you should be able to just execute > >patch -p1 -i zinf-patch > >> From my understanding of the man page for the patch command this should= >> have worked but I'm obviousley doing something wrong as this didn't >> apply the patch. How do I go about applying this patch? >> >> Thanks for helping, >> Matt. > >Also, when you run configure you will probably get quite a few errors >about missing dependinces as zinf depends on quite a few other libraries.= >This is where RpmDrake is your friend, install the devel versions of each= >of the packages it complains about and you should be fine, assuming of >course you haven't already done this. > >David > >-- >Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ > > >--__--__-- > >Message: 4 >Date: Wed, 26 May 2004 20:16:40 +0100 >From: Matt Smith <[email protected]> >To: [email protected] >Subject: Re: [Zinf-users] Cannot make Zinf play an audio cd. >Reply-To: [email protected] > >On Wed, 26 May 2004 19:30:47 +0100 >"David Hough" <[email protected]> wrote: > >> >> >> >> I'm pretty sure that the previous version 2.2.4(the last Gtk+ 1 >release) >> >> doesn't have this problem, or you could recompile 2.2.5 after >applying >> >> the >> >> patch from the devel list >> >> http://sourceforge.net/mailarchive/message.php?msg_id=3D7577994 >> >> >> >> David >> > >> > Thanks very much for your reply David. I was using version 2.2.5 >which >> > I have uninstalled using RpmDrake so that I can compile it from source > >> > after applying the patch. The problem I encountered is that I don't >> > actually know how to apply the patch to the source code. I cut and >> > paste the text of the patch into a new file (I called it zinf-patch). >I >> > then unpacked the zinf source code archive, cd'd into the zinf-2.2.5 >> > directory and typed: >> > >> > patch -i zinf-patch >> >> Looking at the patch you also need to add -p1 or --strip=3D1 option >> so you should be able to just execute >> >> patch -p1 -i zinf-patch > >I tried to patch using the above command as suggested and it gave the >following error: > >Hunk #1 FAILED at 59. >1 out of 1 hunk FAILED -- saving rejects to file >io/cd/unix/include/cdpmo.h.rej >patching file io/cd/unix/src/cdpmo.cpp >Hunk #1 FAILED at 106. >1 out of 1 hunk FAILED -- saving rejects to file >io/cd/unix/src/cdpmo.cpp.rej > >It appears that the patching process has failed. Is there anything else I >could try? > >Thanks, >Matt. > > >--__--__-- > >Message: 5 >To: [email protected] >Subject: Re: [Zinf-users] Cannot make Zinf play an audio cd. >Date: Wed, 26 May 2004 21:45:46 +0100 >From: "David Hough" <[email protected]> >Reply-To: [email protected] > >On Wed, 26 May 2004 20:16:40 +0100, Matt Smith <[email protected]>= >wrote: > >> On Wed, 26 May 2004 19:30:47 +0100 >> "David Hough" <[email protected]> wrote: >> >>> >> >>> >> I'm pretty sure that the previous version 2.2.4(the last Gtk+ 1 >>> release) >>> >> doesn't have this problem, or you could recompile 2.2.5 after >>> applying >>> >> the >>> >> patch from the devel list >>> >> http://sourceforge.net/mailarchive/message.php?msg_id=3D7577994 >>> >> >>> >> David >>> > >>> > Thanks very much for your reply David. I was using version 2.2.5 >>> which >>> > I have uninstalled using RpmDrake so that I can compile it from= source >>> > after applying the patch. The problem I encountered is that I don't >>> > actually know how to apply the patch to the source code. I cut and >>> > paste the text of the patch into a new file (I called it zinf-patch). > >>> I >>> > then unpacked the zinf source code archive, cd'd into the zinf-2.2.5 >>> > directory and typed: >>> > >>> > patch -i zinf-patch >>> >>> Looking at the patch you also need to add -p1 or --strip=3D1 option >>> so you should be able to just execute >>> >>> patch -p1 -i zinf-patch >> >> I tried to patch using the above command as suggested and it gave the >> following error: >> >> Hunk #1 FAILED at 59. >> 1 out of 1 hunk FAILED -- saving rejects to file >> io/cd/unix/include/cdpmo.h.rej >> patching file io/cd/unix/src/cdpmo.cpp >> Hunk #1 FAILED at 106. >> 1 out of 1 hunk FAILED -- saving rejects to file >> io/cd/unix/src/cdpmo.cpp.rej >> >> It appears that the patching process has failed. Is there anything else > >> I could try? >> >> Thanks, >> Matt. > >Hmmm, no idea whats going wrong there, maybe it something went wrong when= >copying into the file. > >You could of course make the changes yourself as it is a very small patch. > >The patch is formated such that the original contents of a line is marked= >by "-" at the start and the new version of the line is marked by "+". > >So to apply the first half you would change the line > >virtual Error SetTo(const char *url); > >which is in the file io/cd/unix/include/cdpmo.h, around line 59, to > >virtual Error SetUrl(const std::string& track_url); > >and so on. > >David >-- >Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ > > > >--__--__-- > >_______________________________________________ >Zinf-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/zinf-users > > >End of Zinf-users Digest ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504