Re: [RDD] compile a fresh rivendell cvs on ubuntu 11.10

2012-03-28 Thread Sharkie
Try using Qt3 not Qt4 On Mar 28, 2012 9:05 PM, philippe philippe.ga...@free.fr wrote: Hi, Does anyone has managed to compile a fresh rivendell cvs sources on ubuntu 11.10 ? I try this on a test computer, have install all the libqt4 available, search on the web some explanation and try a lot

Re: [RDD] compile a fresh rivendell cvs on ubuntu 11.10

2012-03-28 Thread Sharkie
Some hints at http://rivendell.tryphon.org/wiki/Compiling_Rivendell_from_Source Search for references to Qt3 on that page. ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org

Re: [RDD] compile a fresh rivendell cvs on ubuntu 11.10

2012-03-28 Thread Wayne Merricks
QT3 should work, I don't think QT4 assigns the same variables by default so you have to use some extra ./configure switches if you're insisting on QT4. I can't remember what these were last time I tried though. On Wed, 28 Mar 2012 11:58:15 +0100, Sharkie 4721...@gmail.com wrote: Try using

Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Fred Gleason
On Mar 28, 2012, at 06:05 44, philippe wrote: Does anyone has managed to compile a fresh rivendell cvs sources on ubuntu 11.10 ? I try this on a test computer, have install all the libqt4 available, search on the web some explanation and try a lot of things but don't find any solution.

[RDD] Remote into RRAbuntu mySQL

2012-03-28 Thread Matthew Chambers
We have a RRAbuntu box that has been up and running for some time now and works perfectly fine. I am now trying to add another RRAbuntu box that will access the same /var/snd directory (works) and mySQL database (not working) to use for adding/editing/removing carts, creating and editing logs.

Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Morten Krarup Nielsen
Hi Fred. You can add this info in the Install file: In Linux Mint 12 (and many other Ubuntu-versions), you might have to edit the configure-file. I followed this post, and it solved my problem with QT3: http://lists.rivendellaudio.org/pipermail/rivendell-dev/2011-November/014193.html Kind

Re: [RDD] Remote into RRAbuntu mySQL

2012-03-28 Thread Bill Putney
Matthew, Did you go to RDAdmin and add the new computer as a host? In /etc/rd.conf did you change the [mySQL] hostname to the address of the machine that has the mySQL database? Bill On 3/28/12 8:05 AM, Matthew Chambers wrote: We have a RRAbuntu box that has been up and running for some

Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Luigino Bracci
Great news! Some distros has been discontinuing their support to Qt3... excellent work. There will be any changes to the translations? 2012/3/28 Fred Gleason fr...@paravelsystems.com On Mar 28, 2012, at 06:05 44, philippe wrote: Does anyone has managed to compile a fresh rivendell cvs

Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Isaac Betancourt
It is OK, But remember that some new distro does not support the older QT3 themes to make Rivendell like older system, Debian and Ubuntu works with Polymer, but CentOS and OpenSuSE does not On Wed, Mar 28, 2012 at 12:18 PM, Luigino Bracci lbra...@gmail.com wrote: Great news! Some

Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Fred Gleason
On Mar 28, 2012, at 12:48 35, Luigino Bracci wrote: There will be any changes to the translations? Quite a few -- many new/changed phrases. At this stage, it's all still in flux, but when we go to beta it'll be time for the translators to go through the dictionaries again. One major focus

Re: [RDD] Remote into RRAbuntu mySQL

2012-03-28 Thread Matthew Chambers
The host is added in RDAdmin on the main machine and the IP address of the main machine is also in the second machine's rd.conf file for the location of the mySQL server. when i try to sudo /etc/init.d/rivendell start I get No database available, check that MySQL is running --- /Matthew A.

[RDD] Unable to create destination file [FIXED]

2012-03-28 Thread Guy Curtis
Ok, so i decided i was just going to recompile from source and now it works. All i can think is that maybe i forgot to add --libexecdir=/usr/local/libexec switch when i did ./configure other than that i cant see that i would of missed anything out.

Re: [RDD] Remote into RRAbuntu mySQL

2012-03-28 Thread Matthew Chambers
Thanks, it is now working 8-) --- /Matthew A. Chambers, CBT/ Assist. Broadcast Engineer *KWIX - KRES - KIRK - KTCM* 300 West Reed Street Moberly, MO 65270 660-263-1500 FAX: 660-269-8811 Cell: 660-676-3219 www.CentralMoInfo.com http://www.centralmoinfo.com /Super Station KRES 104.7 FM/

[RDD] Rdairplay playing tracks on off

2012-03-28 Thread StudyVox
Hi, I set up a machine to run rdairplay the same way that I have run others, except I am only able to play every other track on rdairplay, the first track I try to play will load in fine and will be green, but when I click to play it stays green not playing, after a second click it goes red and

Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread philippe
Hello Fred, I know that this branch is not stable and I follow your work in the Changelog ;-) It is mostly out of curiosity I want to get to compile this new development (I have a 2.12 working with Qt3 on another computer). I've find (using your INSTALL) that with an export

Re: [RDD] Rdairplay playing tracks on off

2012-03-28 Thread Geoff Barkman
Have you possibly set up Rdairplay to play music alternately out of 2 sound cards possibly the second soundcard doesn't work properly? On Thu, Mar 29, 2012 at 8:45 AM, StudyVox ja...@studyvox.com wrote: Hi, I set up a machine to run rdairplay the same way that I have run others, except I

Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Fred Gleason
On Mar 28, 2012, at 15:52 02, philippe wrote: I've find (using your INSTALL) that with an export CPPFLAGS=-I/usr/share/qt4/include I can terminate the ./configure --libexecdir=/var/www/rd-bin. Now I have to find what's missing to run the make without error. Sounds like progress. What