Re: Camstream...
John Crowhurst <[email protected]>
| Newsgroups | gmane.linux.slackware |
|---|---|
| Message-ID | <[email protected]> |
The author of Camstream suggests building with qt2.3.x not qt3, which could explain why development stopped in 2003. http://www.smcc.demon.nl/camstream/ I looked around and discovered a program with the same name here, so it might do what you want it: https://github.com/tonyg/camstream Best, John On 08/05/2012 14:16, Insomniactoo wrote: > On Monday, 07 May 2012 06:00 Srdjan Todorovic wrote: > >> On 7 May 2012 11:56, Insomniactoo<[email protected]> wrote: >>> Thanks for the suggestions, Srdjan. At that ftp site, should I get the >>> 'x11' package? Also, how should I build it so that my system still uses >>> the modern Qt that came with 13.37 and not the old version I want to >>> have just for this app? >> I would try this first: >> http://slackbuilds.org/repository/13.37/libraries/qt3/ >> >> That should have instructions on how to build it. Download the Qt3 source >> from the link on that page, and the qt3.tar.gz slackbuild, then extract >> them and run the script in the qt3.tar.gz file to create a slackware >> package. >> >> It would be a lot easier than configuring and installing Qt manually. >> > Okay, I got the right/needed Qt package installed and ./configure finds it > after I exported where it was. Now a new problem popped up during 'make'. I get > this: > > ---------- > In file included from common/AudioCollector.cpp:45:0: > common/../linux/AudioDeviceArts.h:28:19: fatal error: artsc.h: No such file or > directory > compilation terminated. > make[3]: *** [AudioCollector.o] Error 1 > make[3]: Leaving directory `/home/john/camstream-091020/audiodevs' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/john/camstream-091020/audiodevs' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/john/camstream-091020' > ---------- > > I figured it wanted aRts, so I installed a package of that (which happened to > luckily go into /opt/kde3 also, where the older version of Qt went). I tried to > 'configure' doing --with-artsc=<directory of artsc.h> and that didn't work. I > tried to also export it (ARTSC=<dir of artsc.h>, export ARTSC, etc) etc, and > that didn't work either. Not sure what else to do as I can't find anything on > the web about this either. Anyone have any ideas? > > >