[BUG] r22088 change in configure breaks MPlayer compilation on osx/intel
If I revert back the specific changes made to configure in r22088, the code compiles with the current SVN. Otherwise it dies at this point in the compile process. Mac OS X 10.4.8, Intel, XCode 2.4.1 cc -I../osdep -I../libavutil -I. -I.. -Wdeclaration-after-statement - O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame- pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN - DCONFIG_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -c -o osd.o osd.c {standard input}:39:Junk character 47 (/). {standard input}:39:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:40:Junk character 47 (/). {standard input}:40:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:41:Junk character 47 (/). {standard input}:41:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:51:Junk character 47 (/). {standard input}:51:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:52:Junk character 47 (/). {standard input}:52:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:53:Junk character 47 (/). {standard input}:53:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:115:Junk character 47 (/). {standard input}:115:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:116:Junk character 47 (/). {standard input}:116:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:117:Junk character 47 (/). {standard input}:117:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:129:Junk character 47 (/). {standard input}:129:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:130:Junk character 47 (/). {standard input}:130:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:131:Junk character 47 (/). {standard input}:131:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:251:Junk character 47 (/). {standard input}:251:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:252:Junk character 47 (/). {standard input}:252:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:253:Junk character 47 (/). {standard input}:253:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:268:Junk character 47 (/). {standard input}:268:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:269:Junk character 47 (/). {standard input}:269:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:270:Junk character 47 (/). {standard input}:270:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:344:Junk character 47 (/). {standard input}:344:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:345:Junk character 47 (/). {standard input}:345:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:346:Junk character 47 (/). {standard input}:346:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:358:Junk character 47 (/). {standard input}:358:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:359:Junk character 47 (/). {standard input}:359:Rest of line ignored. 1st junk character valued 110 (n). {standard input}:360:Junk character 47 (/). {standard input}:360:Rest of line ignored. 1st junk character valued 110 (n). make[1]: *** [osd.o] Error 1 make: *** [libvo/libvo.a] Error 2
On Sun, Feb 04, 2007 at 12:55:06AM +0100, Alex McHugh wrote:
If I revert back the specific changes made to configure in r22088, the code compiles with the current SVN.
It helps if you can quickly mention the log message of the commit and/or who committed, I was about to delete this mail ..
Otherwise it dies at this point in the compile process.
Mac OS X 10.4.8, Intel, XCode 2.4.1
cc -I../osdep -I../libavutil -I. -I.. -Wdeclaration-after-statement - O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame- pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN - DCONFIG_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -c -o osd.o osd.c {standard input}:39:Junk character 47 (/). {standard input}:39:Rest of line ignored. 1st junk character valued 110 (n). [...] make[1]: *** [osd.o] Error 1 make: *** [libvo/libvo.a] Error 2
This looks unrelated to the commit. Which parameters do you pass to configure? Try diffing config.h and config.mak before and after r22088 to see what might be causing this. Diego
On 04/02/2007, at 8:06 PM, Diego Biurrun wrote:
Otherwise it dies at this point in the compile process.
Mac OS X 10.4.8, Intel, XCode 2.4.1
cc -I../osdep -I../libavutil -I. -I.. -Wdeclaration-after-statement - O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame- pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN - DCONFIG_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -c -o osd.o osd.c {standard input}:39:Junk character 47 (/). {standard input}:39:Rest of line ignored. 1st junk character valued 110 (n). [...] make[1]: *** [osd.o] Error 1 make: *** [libvo/libvo.a] Error 2
This looks unrelated to the commit. Which parameters do you pass to configure? Try diffing config.h and config.mak before and after r22088 to see what might be causing this.
Diego
It looks to be only with the combination of --disable-x11 and -- enable-menu that causes the issue I described post r22088 Did as you said and diff'd before and after r22088, the only differences in the config.h and config.mak are to do with MMX2 being disabled in r22088. I can confirm that your MMX2 correction in r22128 fixes this and -- disable-x11 and --enable-menu now compiles with r22128 and latest svn, thanks. Will make sure I do as you mentioned about quoting the committer and log message next time I log a bug report against a specific revision, thanks for not deleting this mail. Alex
participants (2)
-
Alex McHugh -
Diego Biurrun