Opened 13 years ago

Closed 13 years ago

#8860 closed defect (fixed)

[26085] breaks win32 compilation

Reported by: Jonathan Martens <jonathan@…> Owned by: Nigel
Priority: minor Milestone: unknown
Component: Ports - Windows Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

[26085] seems to brake compilation on Windows with the following error:

g++ -c -DNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=pentium4 -fomi
t-frame-pointer -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-
virtual-dtor -funit-at-a-time -Wmissing-declarations -D__STDC_CONSTANT_MACROS -D
__STDC_LIMIT_MACROS -O3 -frtti -fexceptions -mthreads -DQT_LARGEFILE_SUPPORT -DW
IN32 -DUSING_MINGW -DMMX -Di386 -D_GNU_SOURCE -DUSING_MINGW -DUSE_OPENGL_PAINTER
 -DUSING_QTWEBKIT -DQT_THREAD_SUPPORT -DQT_DLL -DQT_WEBKIT_LIB -DQT_SQL_LIB -DQT
_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I'../../..
/../Qt/4.6.3/include/QtCore' -I'../../../../Qt/4.6.3/include/QtNetwork' -I'../..
/../../Qt/4.6.3/include/QtGui' -I'../../../../Qt/4.6.3/include/QtOpenGL' -I'../.
./../../Qt/4.6.3/include/QtXml' -I'../../../../Qt/4.6.3/include/QtSql' -I'../../
../../Qt/4.6.3/include/QtWebKit' -I'../../../../Qt/4.6.3/include' -I'/usr/includ
e' -I'/D/mythtv/build/' -I'../libmythdb' -I'../..' -I'..' -I'../../external/FFmp
eg' -I'../../../../Qt/4.6.3/include/ActiveQt' -I'.' -I'../../../../Qt/4.6.3/mksp
ecs/win32-g++' -o mythpainter_d3d9.o mythpainter_d3d9.cpp
mythpainter_d3d9.cpp: In member function 'D3D9Image* MythD3D9Painter::GetImageFr
omCache(MythImage*)':
mythpainter_d3d9.cpp:283: error: no matching function for call to 'MythD3D9Paint
er::IncreaseCacheSize(<unresolved overloaded function type>)'
mythpainter.h:65: note: candidates are: void MythPainter::IncreaseCacheSize(QSiz
e)
make[2]: *** [mythpainter_d3d9.o] Error 1
make[2]: Leaving directory `/D/mythtv/mythtv/libs/libmythui'
make[1]: *** [sub-libmythui-make_default] Error 2
make[1]: Leaving directory `/D/mythtv/mythtv/libs'
make: *** [libs] Error 2

Change History (1)

comment:1 Changed 13 years ago by markk

Resolution: fixed
Status: newclosed

(In [26110]) Fix the windows build following r26085. Closes #8860

Note: See TracTickets for help on using tickets.