[mythtv-commits] Ticket #9310: win32: compilation fails on frame.h, presumably after [27326]

MythTV mythtv at cvs.mythtv.org
Tue Nov 30 21:58:10 UTC 2010


#9310: win32: compilation fails on frame.h, presumably after [27326]
--------------------------------------------------------+-------------------
     Reporter:  Jonathan Martens <jonathan@…>           |       Owner:  nigel     
         Type:  Bug Report                              |      Status:  new       
     Priority:  minor                                   |   Milestone:  unknown   
    Component:  Ports - Windows                         |     Version:  Trunk Head
     Severity:  medium                                  |    Keywords:            
Ticket locked:  0                                       |  
--------------------------------------------------------+-------------------
 Compiling latest trunk on win32 errors out with the following error:

 {{{
 make[2]: Entering directory `/D/mythtv/mythtv/filters/force'
 gcc -c -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64
 -D_LARGE
 FILE_SOURCE -march=pentium4 -std=c99 -fno-common -DNDEBUG -fomit-frame-
 pointer -
 g -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-
 arith -Wr
 edundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits
 -Wund
 ef -Wmissing-prototypes -O3 -fno-math-errno -fno-signed-zeros -fno-tree-
 vectoriz
 e -Wno-missing-prototypes -DQT_LARGEFILE_SUPPORT -DWIN32 -DUSING_MINGW
 -DMMX -Di
 386 -D_GNU_SOURCE -I'/usr/include' -I'/D/mythtv/build/'
 -I'../../libs/libmythtv'
  -I'../../libs/libmythdb' -I'../../external/FFmpeg'
 -I'../../libs/libmythtv' -I'
 ../../../../Qt/4.6.3/mkspecs/win32-g++' -o filter_force.o filter_force.c
 In file included from ../../libs/libmythtv/filter.h:12,
                  from filter_force.c:6:
 ../../libs/libmythtv/frame.h:43: error: expected specifier-qualifier-list
 before
  'int64_t'
 make[2]: *** [filter_force.o] Error 1
 make[2]: Leaving directory `/D/mythtv/mythtv/filters/force'
 make[1]: *** [sub-force-make_default] Error 2
 make[1]: Leaving directory `/D/mythtv/mythtv/filters'
 make: *** [filters] Error 2
 }}}

 Including stdint.h should fix this, I guess you do not need a patch for
 that, right?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9310>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list