[RDD] rivendell 2.11.0 compile error

2016-02-08 Thread jorge soto
This error was discussed before when trying to install to Fedora but I did not see it get resolved. Now I am having the same issue when trying to compile Rivendell 2.11.0 on Ubuntu 14.04, I get the following error: checking for IceConnectionNumber in -lICE... yes checking for Qt... yes: QT_CXX

Re: [RDD] rivendell 2.11.0 compile error

2016-02-08 Thread Rob Landry
    QT_LIBS=-lqt-mt  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi Are you sure you have .dev packages for all these libraries installed? The last time I got this eror, it was because a couple were missing. Rob -- Я там, где ребята толковые, Я там, где плакаты "Вперёд", Где песни рабочие новые

Re: [RDD] rivendell 2.11.0 compile error

2016-02-08 Thread jorge soto
I installed the latest Rivendell package from the tryphon repositories and it installed fine, it's just when I try to compile 2.11.0 from source that I get the error. But I will check for those files you mention. Is there a specific directory where they should be located? 2016-02-08 10:30 GMT-08:0

Re: [RDD] rivendell 2.11.0 compile error

2016-02-08 Thread jorge soto
Ok, in case anybody has the same problem, in my .bashrc file I changed the following line: export QTDIR=/usr/lib/qt3 to export QTDIR=/usr/share/qt3 and it worked perfectly 2016-02-08 10:38 GMT-08:00 jorge soto : > I installed the latest Rivendell package from the tryphon repositories and >

Re: [RDD] rivendell 2.11.0 compile error

2016-02-10 Thread Frederick Gleason
On Feb 8, 2016, at 12:52 06, jorge soto wrote: > This error was discussed before when trying to install to Fedora but I did > not see it get resolved. Now I am having the same issue when trying to > compile Rivendell 2.11.0 on Ubuntu 14.04, I get the following error: > > checking for IceConne

Re: [RDD] rivendell 2.11.0 compile error

2016-02-10 Thread jorge soto
Thank you Frederick. 2016-02-10 11:40 GMT-08:00 Frederick Gleason : > On Feb 8, 2016, at 12:52 06, jorge soto wrote: > > > This error was discussed before when trying to install to Fedora but I > did not see it get resolved. Now I am having the same issue when trying to > compile Rivendell 2.11.

Re: [RDD] rivendell 2.11.0 compile error

2016-02-19 Thread Seth Stevenson
I have libxt-dev and libxmu installed for lubuntu. I don't see anything like export in my .bashrc file to edit. I am still getting this error. What do I do next? On Wed, Feb 10, 2016 at 2:57 PM, jorge soto wrote: > Thank you Frederick. > > 2016-02-10 11:40 GMT-08:00 Frederick Gleason : > >> On F

Re: [RDD] rivendell 2.11.0 compile error

2016-02-19 Thread jorge soto
You have to edit your bashrc file and add the lines yourself: export QTDIR=/usr/share/qt3 export PATH=$PATH:$QTDIR/bin On Feb 19, 2016 7:05 AM, "Seth Stevenson" wrote: > I have libxt-dev and libxmu installed for lubuntu. I don't see anything > like export in my .bashrc file to edit. I am still g