Opened 15 years ago

Closed 15 years ago

#6272 closed patch (invalid)

Unable to compile multiple plugins with -fixes 20002.

Reported by: knoppmyth@… Owned by: paulh
Priority: minor Milestone: 0.21.1
Component: Plugin - MythArchive Version: 0.21-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

After compiling and install -fixes 20002M, I was unable to compile multiple plugins (mythmusic, mythgames, etc). They would error with:

# make[2]: Entering directory `/data/LinHES-PKGBUILD/abs/core-testing/mythtv/stable/mythgame/src/mythplugins/mythgame/mythgame' # g++ -c -pipe -march=i686 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -DSTDC_CONSTANT_MACROS -Wall -W -fomit-frame-pointer -O3 -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DMMX -Di386 -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/opt/qt/mkspecs/default -I. -I/usr/include -I/usr/include -I/usr/include -I/opt/qt/include -o main.o main.cpp # In file included from /usr/include/mythtv/libmythui/mythimage.h:6, #

from /usr/include/mythtv/libmythui/mythuiimage.h:9,

#

from /usr/include/mythtv/libmythui/mythlistbutton.h:5,

#

from /usr/include/mythtv/libmythui/mythdialogbox.h:7,

#

from /usr/include/mythtv/libmythui/myththemedmenu.h:5,

#

from main.cpp:17:

# /usr/include/mythtv/libmythui/mythpainter.h:10:20: error: compat.h: No such file or directory # make[2]: * [main.o] Error 1 # make[2]: Leaving directory `/data/LinHES-PKGBUILD/abs/core-testing/mythtv/stable/mythgame/src/mythplugins/mythgame/mythgame'

Patch attached.

Attachments (1)

mythplugins.diff (5.2 KB) - added by knoppmyth@… 15 years ago.
Patches plugins.pro files to inclued ( ../../programs-libs.pro )

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by knoppmyth@…

Attachment: mythplugins.diff added

Patches plugins.pro files to inclued ( ../../programs-libs.pro )

comment:1 Changed 15 years ago by paulh

Resolution: invalid
Status: newclosed

AFAIK no one else has reported any problems. Some of the devs are still using fixes and haven't reported any problems that I know of. I think we'll put this one down to user error.

Note: See TracTickets for help on using tickets.