<div dir="ltr"><div><div><div>I thought i should try to compile MythTV for Windows. I only need the frontend.<br><br></div>I found this script: <a href="http://svn.mythtv.org/svn/trunk/packaging/Win32/build/win32-packager.pl">http://svn.mythtv.org/svn/trunk/packaging/Win32/build/win32-packager.pl</a> but i think it is maybe pretty old?<br>
<br></div>It goes well until i get to making libao dll. I dont get a DLL. And the only error i seem to find is this:<br><br>*** Warning: linker path does not have real file for library -lpthread.<br>*** I have the capability to make that library automatically link in when<br>
*** you link to this library. But I can only do this if you have a<br>*** shared version of the library, which you do not appear to have<br>*** because I did check the linker path looking for a file starting<br>*** with libpthread and none of the candidates passed a file format test<br>
*** using a file magic. Last file checked: c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib//libpthread.a<br><br>*** Warning: linker path does not have real file for library -lwinmm.<br>*** I have the capability to make that library automatically link in when<br>
*** you link to this library. But I can only do this if you have a<br>*** shared version of the library, which you do not appear to have<br>*** because I did check the linker path looking for a file starting<br>*** with libwinmm and none of the candidates passed a file format test<br>
*** using a file magic. Last file checked: /mingw/lib//libwinmm.a<br>*** The inter-library dependencies that have been dropped here will be<br>*** automatically added whenever a program is linked with this library<br>*** or is declared to -dlopen it.<br>
<br>*** Since this library must not contain undefined symbols,<br>*** because either the platform does not support them or<br>*** it was explicitly requested with -no-undefined,<br><br><br></div>Is there a newer Windows script or a guide on how to build? Or maybe someone has a compiled exe for trunk/master?<br>
</div>