Error bij compilen van Wine

Pagina: 1
Acties:

  • Stalkert
  • Registratie: Januari 2001
  • Laatst online: 12-06 08:07
Ik draai hier GNOME 1.4 (onder Redhat 7.2) en ik probeerde Wine te compileren. Nu krijg ik na een tijde de volgende melding:
code:
1
2
3
4
5
6
7
8
9
10
11
make[2]: Leaving directory `/usr/src/wine-20010112/dlls/wineps'
make[2]: Entering directory `/usr/src/wine-20010112/dlls/wininet'
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ftp.o ftp.c
In file included from ftp.c:46:
internet.h:98: field `tmLastModified' has incomplete type
internet.h:100: confused by earlier errors, bailing out
make[2]: *** [ftp.o] Error 1
make[2]: Leaving directory `/usr/src/wine-20010112/dlls/wininet'
make[1]: *** [wininet/libwininet.so] Error 2
make[1]: Leaving directory `/usr/src/wine-20010112/dlls'
make: *** [dlls] Error 2

Iemand dit ook ooit gehad ? En waar kan het aan liggen ?
grtz

[edited some typo's/]

  • Ikarus
  • Registratie: Maart 2000
  • Niet online

Ikarus

Nerd 1e klas

Haal de laatste versie uit CVS (zie http://winehq.com/download.shtml#co ) er is een probleem geweest met compaitibiliteit met de RH7.2 systeem headers en die is gefixt ergens na die release (CVS is altijd beter bij wine btw)

There are two major products that come out of Berkeley: LSD and UNIX.
We don't believe this to be a coincidence. -- Jeremy S. Anderson
In short: just say NO TO DRUGS, and maybe you won't end up like the Hurd people. -- Linus TorvaldsI


  • Stalkert
  • Registratie: Januari 2001
  • Laatst online: 12-06 08:07
okay .. ga ik dat eens proberen. thx !