[Wine]Re: wine-20040914
John Wildberger
wildberger at cogeco.ca
Mon Oct 11 13:41:27 CDT 2004
On Monday 11 October 2004 12:10 pm, (v)3TH <l1quidm3th at gmail.com> wrote:
> I personaly favor source over prebuilt, but i run slackware .. I havnt
> a clue why config isnt guessin your arch, but usually when i get a
> config.h error, it has something to do with kernel headers or glib .
> This is just me and adding my 2 cents in , it migh help out.. If you
> could copy and paste your whole error or send it to my email and i
> could take a look .. Cant promise anything, been i had alot of probs
> with mandrake .. good luck
Well, here is what you asked for:
[john]: 08:54 PM [~/Documents/wine-20040914]
$ ./configure
checking build system type... tools/config.guess: unable to guess system type
.
.****lines deleted
configure: error: cannot guess build type; you must specify one
-------------------------------------------------------------------------
******* Now I do it again by specifying build type
[john]: 09:00 PM [~/Documents/wine-20040914]
$ ./configure --build=i586
checking build system type... i586-pc-none
checking host system type... i586-pc-none
.
.*** there are umpteen lines deleted
.
config.status: executing windows commands
Configure finished. Do 'make depend && make' to compile Wine.
--------------------------------------------------------------------------
****As you can see configure no finished without any error message
****Next:
[john]: 09:03 PM [~/Documents/wine-20040914]
$ make depend
cd ./tools && make `basename tools/makedep`
make[1]: Entering directory `/home/john/Documents/wine-20040914/tools'
gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -DLEX_OUTPUT_ROOT="\"lex.yy\"" -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o makedep.o makedep.c
makedep.c:21:20: config.h: No such file or directory
In file included from makedep.c:23:
.
.***Various errors, mainly due to missing config.h
.
.
../include/wine/port.h:25:3: #error You must include config.h to use this header
In file included from makedep.c:23:
make[1]: Leaving directory `/home/john/Documents/wine-20040914/tools'
make[1]: *** [makedep.o] Error 1
make: *** [tools/makedep] Error 2
-----------------------------------------------------------------------------
Interesting observation: The missing config.h is in the form of 'config.h.in' in the dir ../include
John
More information about the wine-users
mailing list