On Thu, 24 Aug 2006 09:25:44 +0000 "Away With Spam" <[EMAIL PROTECTED]> wrote:
Hi, > ./configure --disable-mmx --disable-3dnow --disable-sse --disable-sse2 > --disable-altivec --enable-gtk --enable-libjpeg --with-x Sorry for asking this so late, but that's also possible to see the configure's output? There is some things that I still can't get up. > tcprobe-x11source.o `test -f 'x11source.c' || echo './'`x11source.c; \ > then mv -f ".deps/tcprobe-x11source.Tpo" > ".deps/tcprobe-x11source.Po"; else rm -f ".deps/tcprobe-x11source.Tpo"; > exit 1; fi x11source.c: In function _tc_x11source_acquire_data_plain_: > x11source.c:80: warning: dereferencing type-punned pointer will break > strict-aliasing rules > x11source.c: In function _tc_x11source_acquire_data_shm_: > x11source.c:125: warning: dereferencing type-punned pointer will break > strict-aliasing rules Thos two above are rather strange, x11source.? and other new X11 code compiles just cleanly here (no warning at all). I'll do a gcc roundup ASAP. [...] > tcprobe-x11source.o: In function `tc_x11source_open': > /home/martijn/dev/transcode/transcode/import/x11source.c:273: undefined > reference to `XOpenDisplay' [...] > collect2: ld returned 1 exit status > make[3]: *** [tcprobe] Error 1 > make[3]: Leaving directory `/home/martijn/dev/transcode/transcode/import' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/martijn/dev/transcode/transcode/import' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/martijn/dev/transcode/transcode' > make: *** [all] Error 2 > [EMAIL PROTECTED] ~/dev/transcode/transcode $ Looks strange too, but I know that our configure system can be improved. So, let's take a deep look in there. OK, I have a clue. I'll work on this as soon as is possible. Stay tuned (but don't hold your breath, I'm pretty busy on those days) and thanks for patience ;) best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!)
