Try adding "/usr/lib/qt3/bin/" to your path, it seems the Makefile assumes that it is already in there.
example: PATH="$PATH":/usr/lib/qt3/bin make On 14 August 2014 16:52, Larry Ewing <[email protected]> wrote: > I am using OpenSUSE 13.1 64 bit on a Dell Optiplex 740 trying to compile > Rivendell 2.9 but it keeps getting stuck at lupdate: command not found. I > have searched the lists for this and have not found any similar problems. > All of my dependencies are installed and mysql is working. See error below. > > /usr/lib/qt3/bin/moc wall_clock.h -o moc_wall_clock.cpp > CXX moc_wall_clock.o > CXXLD rdairplay > /usr/lib/qt3/bin/lupdate rdairplay.pro > /usr/lib/qt3/bin/lrelease rdairplay.pro > make[1]: Leaving directory `/root/rivendell-2.9.0/rdairplay' > Making all in rdcartslots > make[1]: Entering directory `/root/rivendell-2.9.0/rdcartslots' > CXX local_macros.o > CXX rdcartslots.o > /usr/lib/qt3/bin/moc rdcartslots.h -o moc_rdcartslots.cpp > CXX moc_rdcartslots.o > CXXLD rdcartslots > lupdate rdcartslots.pro > make[1]: lupdate: Command not found > make[1]: *** [all] Error 127 > make[1]: Leaving directory `/root/rivendell-2.9.0/rdcartslots' > make: *** [all-recursive] Error 1 > suserivendell:~/rivendell-2.9.0 # > > > > Thanks, > > *Larry Ewing* > > > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > > -- Sébastien Leblanc
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
