Opened 18 years ago

Closed 18 years ago

#550 closed defect (worksforme)

Compile error in mythmusic svn 7651

Reported by: dm@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: low Keywords:
Cc: Ticket locked: no

Description

This has just started to happen when compiling plugins on rev 7651. is it related to http://cvs.mythtv.org/trac/changeset/7650 ? just wondering :)

Cheers David Maher

g++ -c -pipe -march=pentium4 -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer -I/usr/include/SDL -D_REENTRANT -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DMMX -Di386 -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/kde/3.3/include -I/usr/local/include -I/usr/include -I/usr/X11R6/include -I/usr/include/cdda -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -o playbackbox.o playbackbox.cpp playbackbox.cpp: In member function ‘void PlaybackBoxMusic::showSearchDialog()’: playbackbox.cpp:562: error: ‘class SearchDialog?’ has no member named ‘ExecPopupAtXY’ make[2]: * [playbackbox.o] Error 1 make[2]: Leaving directory `/home/mythtv/myth-cvs/mythplugins/mythmusic/mythmusic' make[1]: * [sub-mythmusic] Error 2 make[1]: Leaving directory `/home/mythtv/myth-cvs/mythplugins/mythmusic' make: * [sub-mythmusic] Error 2

Change History (3)

comment:1 Changed 18 years ago by anonymous

FWIW, I just sync'd to SVN 7651 today and make distclean && make went through with no problems for both mythtv and mythplugins.

comment:2 Changed 18 years ago by anonymous

Severity: mediumlow

Just recompiled with distclean, still getting the error

Cheers DM

comment:3 Changed 18 years ago by danielk

Resolution: worksforme
Status: newclosed

You probably just need to install the same revision of MythTV as the revision of MythMusic you are attempting to compile.

Note: See TracTickets for help on using tickets.