
khanh at slc
Nov 5, 2004, 12:28 PM
Post #1 of 1
(333 views)
Permalink
|
|
Problems compiling MythDVD
|
|
I couldn't find anything on gossamer-threads.com and only one other brief comment about someone else not being able to compile this either. When I try to compile MythDVD 0.16, I get the following error. I'm on SuSE 9.0 with qt3.3.1 g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/local/lib/qt3/mkspecs/default -I. -I/usr/local/include -I/usr/local/lib/qt3/include -o main.o main.cpp main.cpp: In function `void initKeys()': main.cpp:287: error: invalid conversion from `void (*)(MythMediaDevice*)' to ` void (*)()' main.cpp:287: error: initializing argument 4 of `void MythMainWindow::RegisterMediaHandler(const QString&, const QString&, const QString&, void (*)(), int)' make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/mythtv/download/mythtv.16/mythdvd-0.16/mythdvd' make: *** [sub-mythdvd] Error 2
|