Hi All, I have had a go with this and i have been unsuccessful.
I had to install gcc to be able to run the ./configure command but then i get the error below: checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... gcc -E checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for Qt root directory... /usr/lib64/qt-3.3 checking for multithreaded Qt3 library... yes checking for moc... /usr/lib64/qt-3.3/bin/moc checking for uic... /usr/lib64/qt-3.3/bin/uic checking for lupdate... /usr/lib64/qt-3.3/bin/lupdate checking for lrelease... /usr/lib64/qt-3.3/bin/lrelease checking if a small Qt program runs... no configure: error: Qt library not found I can't get any further than this. Another issue i have come across while trying to do the polymer install is that I if I try to use the sudo command, the root password i specified on appliance install comes back is incorrect. Any help would be greatly appreciated guys and thanks again. John on 9/5/14 2:45 PM, Timothy R. Elwell <[email protected]> wrote: > > On 5/9/14 5:17 AM, Wayne Merricks wrote: >> Hi, >> >> Not sure if it helps, but heres how I got polymer installed on Debian 7: >> >> Install some qt3 stuff: >> sudo apt-get install qt3-qtconfig qt3-dev-tools >> > Sorry John, Wayne beat me to it this morning. On the appliance, you'll > have to use yum in place of apt-get or the gui software control (under > System -> Administration -> Add/Remove Software) to install qt3-config, > which I think you said you had already gotten qt3-config installed. > >> Download the polymer source (found a link in Debian lenny on launchpad): >> wget >> > https://launchpad.net/debian/lenny/+source/polymer/0.3.2-4/+files/polymer_0. > 3.2.orig.tar.gz >> >> untar it and compile: >> tar -zxvf polymer_0.3.2.orig.tar.gz >> cd ~/polymer-0.3.2 >> ./configure >> make >> >> install it: >> sudo make install >> > That should get you working on the appliance with no modifications. > That's exactly what I used to get it running on my appliance systems > last week. > > If you have trouble finding the source tarball, I think I archived it > somewhere around here after I finished mine up. > > Good luck! > > Tim > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > > > _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
