I have added a solution for users of older versions of MythTV in the most recent version of the tarball on my website. I have not been able to test it (I dont have an older version of MythTV installed right now), but I think it should work.
Tell me if it worked please, so I can fix where necessary.

From: Michael Segulja <[EMAIL PROTECTED]>
Reply-To: Development of mythtv <[email protected]>
To: Development of mythtv <[email protected]>
Subject: Re: [mythtv] MythWifi Remote Control plugin
Date: Thu, 26 May 2005 20:30:20 -0500

I'm very interested in your PDA plugin, but I'm having trouble getting mythwifi to compile. Here's the output from make:

[EMAIL PROTECTED] mythwifi]# make
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include -I/usr/lib/qt-3.3/include -o main.o main.cpp g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include -I/usr/lib/qt-3.3/include -o mythwifi.o mythwifi.cpp g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include -I/usr/lib/qt-3.3/include -o mythwifixml.o mythwifixml.cpp g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include -I/usr/lib/qt-3.3/include -o mythwifisocket.o mythwifisocket.cpp g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include -I/usr/lib/qt-3.3/include -o mythwifidbcheck.o mythwifidbcheck.cpp mythwifidbcheck.cpp: In function `void UpdateDBVersionNumber(const QString&)': mythwifidbcheck.cpp:52: error: 'class MSqlQuery' has no member named 'InitCon'
mythwifidbcheck.cpp: In function `void performActualUpdate(const QString*,
  QString, QString&)':
mythwifidbcheck.cpp:65: error: 'class MSqlQuery' has no member named 'InitCon'
make: *** [mythwifidbcheck.o] Error 1

Any ideas?

Thanks,
Michael Segulja

Femi Veys wrote:

Hi,

I have made a Remote Control plugin. It is still in an early stage, but
neverethless usable yet.
It is intended for a PDA to be used as remote control using the wireless
network interface. It consists of a plugin and a webinterface.
The plugin uses bidrectional socket communication. So a Java client can be
possible too. For now I have used a webinterface as most PDA's have a
browser.
The webinterface is highly customizable as the layout is stored in the
database.
You can find all information and source code on my site:
http://studwww.ugent.be/~aveys/mythwifi/

I hope it can be of use to anyone. Don't hesitate to contact me if you
have any questions.

Regards,

Arnaud Femi Veys


_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


--


Michael Segulja
LMD Computing Solutions, Inc.
(281) 376-8181 | Office.
(281) 300-8285 | Mobile
(281) 576-7230 | Fax
http://www.lmdcs.com

|
| To mess up a Linux box, you need to work at it;
| to mess up your Windows box, you just need to work on it.
|       - Scott Granneman, Security Focus
|

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to