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

2012-04-15 Thread Luigino Bracci
Hi, Yesterday I compiled sucessfully Rivendell HEAD from CVS in Ubuntu 11.04 64-bit. I just uninstalled the libqt3-mt* and other QT3 packages because they gave some conflicts (I got many "error: qmetaobject.h: No such file or directory" when running make; this was because the Makefile invoked the

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

2012-04-04 Thread philippe
No one tried compiling on ubuntu with Qt4 and mostly found what should be done to have success on the make process? I continued my research with my limited skills but have not found the solution. ;-( Cheers, Philippe Le 29/03/2012 17:38, philippe a écrit : > Le 29/03/2012 16:34, Fred Gleason

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

2012-03-29 Thread philippe
Le 29/03/2012 16:34, Fred Gleason a écrit : > Looks like it's just the 'QtNetwork' components that are missing. Are those > packaged separately on Ubuntu? Do you have those packages (including any > relevant '-devel' sub-packages) installed? Yes the libqt4-network and libqt4-dev are installed (

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

2012-03-29 Thread Fred Gleason
On Mar 29, 2012, at 02:07 38, philippe wrote: > The Qt4 version is 4.7.4. On Mar 28, 2012, at 06:05 44, philippe wrote: > /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to > `QAbstractSocket::bytesAvailable() const' > /home/philippe/Src/rivendell/lib/.libs/librd.so: undefi

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

2012-03-28 Thread philippe
The Qt4 version is 4.7.4. Cheers, Philippe Le 28/03/2012 22:06, Fred Gleason a écrit : > 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".

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.

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 CPPFLAGS=-I/usr/sh

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 d

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 wrote: > > Great news! Some distros has been disc

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 > On Mar 28, 2012, at 06:05 44, philippe wrote: > > > Does anyone has managed to compile a fresh rivendell cvs sources on > > ubuntu 11.1

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 regards

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