Re: Compiling latest svn version in mingw
Roee Kashi <[email protected]> Mon, 4 Jan 2010 16:31:04 +0200
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
another (maybe) usefull info: when i first typed 'make' i did got a short output, but only in the first time. (even if i 'make clean' or re-configure i don't get this output again) then, a few minutes ago i've updated the svn again and i there was an update for the configure file. after this update i tried re-configure and make, and got this output again (but a little shorter). so this time i copied it: $ make ./version.sh `gcc -dumpversion` gcc -MM -Wundef -Wdisabled-optimization -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=pentium-m -mtune =pentium-m -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OF FSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. libmpdemux/muxer_avi.c | sed -e "s,[0-9a-z._-]*: \([a-z0-9/]*/\)[^/]* ,\1&," -e "s,\(.*\)\.o: ,\1.d &," > libmpdemux/muxer_avi.d gcc -MM -Wundef -Wdisabled-optimization -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=pentium-m -mtune =pentium-m -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OF FSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. libvo/matrixview.c | se d -e "s,[0-9a-z._-]*: \([a-z0-9/]*/\)[^/]* ,\1&," -e "s,\(.*\)\.o: ,\1.d &," > l ibvo/matrixview.d gcc -MM -Wundef -Wdisabled-optimization -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=pentium-m -mtune =pentium-m -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OF FSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. libvo/vo_matrixview.c | sed -e "s,[0-9a-z._-]*: \([a-z0-9/]*/\)[^/]* ,\1&," -e "s,\(.*\)\.o: ,\1.d &," > libvo/vo_matrixview.d gcc -MM -Wundef -Wdisabled-optimization -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=pentium-m -mtune =pentium-m -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OF FSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. stream/network.c | sed -e "s,[0-9a-z._-]*: \([a-z0-9/]*/\)[^/]* ,\1&," -e "s,\(.*\)\.o: ,\1.d &," > str eam/network.d gcc -MM -Wundef -Wdisabled-optimization -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=pentium-m -mtune =pentium-m -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OF FSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. vobsub.c | sed -e "s,[0 -9a-z._-]*: \([a-z0-9/]*/\)[^/]* ,\1&," -e "s,\(.*\)\.o: ,\1.d &," > vobsub.d gcc -MM -Wundef -Wdisabled-optimization -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=pentium-m -mtune =pentium-m -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OF FSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. mpcommon.c | sed -e "s, [0-9a-z._-]*: \([a-z0-9/]*/\)[^/]* ,\1&," -e "s,\(.*\)\.o: ,\1.d &," > mpcommon. d like i said, if i run make again, i get nothing. (even after make clean, or re-configure) Thanks.