While I was working on the softrock server, something happened to
QtRadio. I did rm the QtRadio.pro.user. but now I'm getting this error:
../QtRadio/UI.h:34: error: QAudioFormat: No such file or directory
However, it looks like I have the file here:
frohro@frohro-d830:~$ locate QAudioFormat
/usr/include/QtMultimediaKit/QAudioFormat
frohro@frohro-d830:~$
Also I got the routing working so you can try my server using JACK at:
74.85.89.174
Last I looked, the 20 meter beam was down toward Graeme.
73,
Rob
KL7NA
--
Rob Frohne, Ph.D., P.E.
E.F. Cross School of Engineering
Walla Walla University
100 SW 4th Street
College Place, WA 99324
(509) 527-2075 http://people.wallawalla.edu/~rob.frohne
I'm no help with your QtRadio build error but your server works great
from here!
73
Glenn VE9GJ
I uncommented the line:
INCLUDEPATH += /usr/include/QtMultimediaKit
in the .pro file. I guess some of us have had this problem before. It
must have something to do with the way the qt4-dev is set up in 32 bit
Natty or something.
Glad you can connect to the server. I am annoyed by frequent birdies
with my present setup. I'm using a different sound card (a Delta 1010lt
and a Dell D610 laptop with a dock so that I can use the PCI card.
73,
Rob
KL7NA
--
#-------------------------------------------------
#
# Project created by QtCreator 2010-07-05T10:00:09
#
#-------------------------------------------------
# Comment the line below for Ubuntu 11.04
//QT += core gui network multimedia mobility
# Uncomment the lines below for Ubuntu 11.04
CONFIG += mobility
MOBILITY += multimedia
# Comment the line below for Ubuntu 11.04
#INCLUDEPATH += /usr/include/QtMobility
#INCLUDEPATH += /usr/include/QtMultimediaKit
TARGET = QtRadio
TEMPLATE = app
...
Rob