Opened 11 years ago

Closed 10 years ago

#2902 closed defect (invalid)

ICL13 compiler configuration failure

Reported by: Tóth F. János Owned by:
Priority: normal Component: build system
Version: git-master Keywords: icl
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug: ICL13 compiler configuration fail
How to reproduce: Do everything as written here: http://www.ffmpeg.org/platform.html#toc-Microsoft-Visual-C_002b_002b-or-Intel-C_002b_002b-Compiler-for-Windows

WARNING: pkg-config not found, library detection may fail.
mktemp -u XXXXXX
tYmECi
WARNING: Unknown C compiler c99wrap -noconv icl, unable to select optimal CFLAGS
check_ld cc
check_cc
BEGIN /tmp/ffconf.WmSCWKfn.c
    1	int main(void){ return 0; }
END /tmp/ffconf.WmSCWKfn.c
c99wrap -noconv icl -c -o /tmp/ffconf.CFgEVHFy.o /tmp/ffconf.WmSCWKfn.c
C compiler test failed.

I installed msys with the latest mingw-get win32 installer and I made sure to select pkginfo after I saw this error in the log but it didn't help. (This package was unavailable but I filed a bug report and it is available now. I have it installed now, even though the mingw-get package maintainer suggested that I should need this for compiling anything like ffmpeg, so this can be my misunderstanding. But the configuration fails regardless...)

ICL13 is properly installed and it seems to work correctly (I already compiled some other source code from the command line and the programs work on my PC.)

I tried both intel64 and ia32 target configurations.

Attachments (1)

config.log (116.7 KB ) - added by Tóth F. János 11 years ago.
config log

Download all attachments as: .zip

Change History (9)

by Tóth F. János, 11 years ago

Attachment: config.log added

config log

comment:1 by Tóth F. János, 11 years ago

Summary: ICL13 compiler configuration failICL13 compiler configuration failure

comment:2 by Tóth F. János, 11 years ago

Sorry, I made a mistake. I wrote: "I should need this" but I meant: "I should NOT need this".

comment:3 by Carl Eugen Hoyos, 11 years ago

Keywords: icl added; ICL13 removed

Please create a file test.c containing int main(void){ return 0; } run both c99wrap -noconv icl and c99wrap -noconv icl -c -o test.o test.c and post the output here.

comment:4 by Tóth F. János, 11 years ago

There is no output at all. Strange. c99conv has an output when I run it without parameters (c99conv.exe <in> <out>) but c99wrap remains silent with or without parameters.

comment:5 by Carl Eugen Hoyos, 11 years ago

Our icl tests are online again (they were stalled for three weeks due to hardware move) and appear to work fine: http://fate.ffmpeg.org

comment:6 by Andrey, 11 years ago

I have the same bug with c99wrap 1.0.1. It just does nothing with -noconv option. Upgrade to c99-to-88 v1.0.2 resolved issue with c99wrap. Please note what c99-to-88 1.0.2 contains another bug in makedef tool(https://github.com/libav/c99-to-c89/issues/9).

comment:7 by Carl Eugen Hoyos, 11 years ago

Can somebody confirm that this problem is not reproducible with current c99-to-c89 from http://download.videolan.org/pub/contrib/c99-to-c89/1.0.2/ ? (It was apparently fixed one day after this ticket was created...)

comment:8 by Carl Eugen Hoyos, 10 years ago

Resolution: invalid
Status: newclosed

I believe this bug in c99-to-c89 was fixed in August 2013.

Note: See TracTickets for help on using tickets.