had trouble compiling today

Reece Dunn msclrhd at googlemail.com
Thu Nov 5 13:43:09 CST 2009


2009/11/5 Susan Cragin <susancragin at earthlink.net>:
> It may be me. I've upgraded to Lucid Lynx.
> My compile failed.
>
> gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wtype-limits -Wpointer-arith  -g -O2  -o int21.o int21.c
> int21.c: In function ‘INT21_GetDriveAllocInfo’:

> int21.c:3556: internal compiler error: in int_cst_value, at tree.c:8305
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.

Looks like a gcc compiler bug, so you will need to report it there
and/or to the Ubuntu bug tracker.

Out of interest:
  a/  did this work when you were running karmic?
  b/  what does "gcc --version" produce?
  c/  is this an incremental build from a previous build on karmic?
  d/  what happens if you clean out all build files (running "git
clean -fxd" in ~/wine will do this if ~/wine is a clone of the wine
git repository) and do a build -- does that resolve the issue?

NOTE: You should still report this to gcc/Ubuntu.

- Reece



More information about the wine-devel mailing list