[mythtv] Include search path problems on win32

Tommi Sairo whiningkhan at hotmail.com
Sat Aug 23 02:22:16 UTC 2008


Hi all,
 
For the last few days I've been trying to get the mingw port of mythtv built with various build options, using the build script.  At first I tried the QT3-based branch, but gave up after always hitting errors on missing lmad.h  (reported a week ago by chndrcks at gmail).
 
Now I tried the default script options with QT4 code. It dies not finding mythconfig.h:
 
gcc -c -march=k8 -g -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DQT_LARGEFILE_SUPPORT -DUSING_MINGW -DUSING_WINAUDIO -DUSING_D3D -DUSING_DIRECTX -DMMX -Di386 -DUSING_DIRECTX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I'/C/mythtv/build//include' -I'..' -I'../..' -I'../libavcodec' -I'../libavutil' -I'../libmythtv' -I'.' -I'../../../../MSys/1.0/qt-win-opensource-src-4.4.0/mkspecs/win32-g++' -o mpegts.o mpegts.cgcc -c -march=k8 -g -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DQT_LARGEFILE_SUPPORT -DUSING_MINGW -DUSING_WINAUDIO -DUSING_D3D -DUSING_DIRECTX -DMMX -Di386 -DUSING_DIRECTX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I'/C/mythtv/build//include' -I'..' -I'../..' -I'../libavcodec' -I'../libavutil' -I'../libmythtv' -I'.' -I'../../../../MSys/1.0/qt-win-opensource-src-4.4.0/mkspecs/win32-g++' -o mpegtsenc.o mpegtsenc.cgcc -c -march=k8 -g -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DQT_LARGEFILE_SUPPORT -DUSING_MINGW -DUSING_WINAUDIO -DUSING_D3D -DUSING_DIRECTX -DMMX -Di386 -DUSING_DIRECTX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I'/C/mythtv/build//include' -I'..' -I'../..' -I'../libavcodec' -I'../libavutil' -I'../libmythtv' -I'.' -I'../../../../MSys/1.0/qt-win-opensource-src-4.4.0/mkspecs/win32-g++' -o mpjpeg.o mpjpeg.cgcc -c -march=k8 -g -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DQT_LARGEFILE_SUPPORT -DUSING_MINGW -DUSING_WINAUDIO -DUSING_D3D -DUSING_DIRECTX -DMMX -Di386 -DUSING_DIRECTX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I'/C/mythtv/build//include' -I'..' -I'../..' -I'../libavcodec' -I'../libavutil' -I'../libmythtv' -I'.' -I'../../../../MSys/1.0/qt-win-opensource-src-4.4.0/mkspecs/win32-g++' -o mtv.o mtv.cgcc -c -march=k8 -g -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DQT_LARGEFILE_SUPPORT -DUSING_MINGW -DUSING_WINAUDIO -DUSING_D3D -DUSING_DIRECTX -DMMX -Di386 -DUSING_DIRECTX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I'/C/mythtv/build//include' -I'..' -I'../..' -I'../libavcodec' -I'../libavutil' -I'../libmythtv' -I'.' -I'../../../../MSys/1.0/qt-win-opensource-src-4.4.0/mkspecs/win32-g++' -o mxf.o mxf.cgcc -c -march=k8 -g -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DQT_LARGEFILE_SUPPORT -DUSING_MINGW -DUSING_WINAUDIO -DUSING_D3D -DUSING_DIRECTX -DMMX -Di386 -DUSING_DIRECTX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I'/C/mythtv/build//include' -I'..' -I'../..' -I'../libavcodec' -I'../libavutil' -I'../libmythtv' -I'.' -I'../../../../MSys/1.0/qt-win-opensource-src-4.4.0/mkspecs/win32-g++' -o nsvdec.o nsvdec.cIn file included from mpegts.c:24:../libmythdb/compat.h:270:24: mythconfig.h: No such file or directorygcc -c -march=k8 -g -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -DQT_LARGEFILE_SUPPORT -DUSING_MINGW -DUSING_WINAUDIO -DUSING_D3D -DUSING_DIRECTX -DMMX -Di386 -DUSING_DIRECTX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I'/C/mythtv/build//include' -I'..' -I'../..' -I'../libavcodec' -I'../libavutil' -I'../libmythtv' -I'.' -I'../../../../MSys/1.0/qt-win-opensource-src-4.4.0/mkspecs/win32-g++' -o nutdec.o nutdec.cmake[2]: *** [mpegts.o] Error 1make[2]: *** Waiting for unfinished jobs....make[2]: Leaving directory `/C/mythtv/mythtv/libs/libavformat'make[1]: *** [sub-libavformat-make_default-ordered] Error 2make[1]: Leaving directory `/C/mythtv/mythtv/libs'make: *** [sub-libs-make_default-ordered] Error 2EFFECT FAILED (newer -> shell): mtime of file (C:/mythtv/mythtv/libs/libmyth/libmyth-0.22.dll) should be greater than file (C:/mythtv/mythtv/last_build.txt).[0]  [1219442487]
 
Any ideas what to try?
 
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20080823/532c12e6/attachment.htm 


More information about the mythtv-dev mailing list