On 3 Nov 2002 at 12:08, L.V.Gandhi wrote: > I am using mdk 9. I wanted to compile KHdRecord. First it couldn't find QTDIR. > I gave export QTDIR=/usr/lib/qt3 > Then while compiling I got this error > -lpthread \ > -L. -Llib/ -lhdrecord -lmp3lame -lvorbis -lvorbisenc -logg -lqt > /usr/bin/ld: cannot find -lqt > collect2: ld returned 1 exit status > make: *** [KHdRecord] Error 1 > How to go now?
I hope you got it compiled by linking /usr/lib/qt3/lib/libqt-mt.so to /usr/lib/libqt.so Take my advice and don't use it. The recording sucks. The ogg libraries are statically linked and will not recevie upgrades with your distro upgrades. The UI goes unresponsive most of the times after recording is started and you need to kill it. The ogg recording frees off all HF band sound. Kishor kumar sounds like altaf razaa and things like that. Even wav recording didn't go well because UI freeze. I tried to poke around the code and was shocked to see the design. I plan to poke around the code, grab the concept and write a KDE taskbar plugin. I don't want to send time in debugging soud stuff.. Don't have any idea about it.. The app is fine but the UI sucks bad.. I treid rec as well. It works very fine but the problem is it lags behind the actual audio. I was recording from radio and hit ^C when song finished. It ended up as a song of 2 minutes rather than 4.5 minutes. Otherwise it's fine. The thread approach by KHdRecord looks better to me.. Bye Shridhar -- drug, n: A substance that, injected into a rat, produces a scientific paper. ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
