[mythtv-commits] Ticket #4270: MythTV on Windows (with MinGW)

MythTV mythtv at cvs.mythtv.org
Tue Dec 11 14:56:11 UTC 2007


#4270: MythTV on Windows (with MinGW)
-----------------------------+----------------------------------------------
 Reporter:  andrei at tanas.ca  |        Owner:  danielk
     Type:  patch            |       Status:  new    
 Priority:  minor            |    Milestone:  unknown
Component:  mythtv           |      Version:  head   
 Severity:  medium           |   Resolution:         
  Mlocked:  0                |  
-----------------------------+----------------------------------------------

Comment(by danielk):

 (In [15120]) Refs #4270. Applies patch for MinGW compiling.

 Mostly this does three things:
  * Renames methods that conflict with MS Windows defines/functions, or
 undefs the MS Windows defines.
  * Rearranges headers so things will compile under MingGW
  * Adds a some platform specific code, almost all isolated to compat.h or
 util.{h,cpp}

 This won't fully compile under MinGW yet. I've removed all the suspect
 changes and code changes that require more extensive testing. The idea is
 to shrink the MinGW by taking out all the boilerplate stuff in this patch
 + bits that are only compiled under MinGW and can't break other builds.

 Due to the header changes this may break the compile for you, please just
 post any compile error to the dev mailing list and I'll fix it.

 PS The MYTH_BINARY_VERSION has changed, so plugins need to be recompiled.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4270#comment:14>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list