error wineinstalling

Duane Clark dclark at akamail.com
Sun May 11 20:04:05 CDT 2003


Saulius Krasuckas wrote:
> 
> [s2 at localhost wine]$ find ./ -name wine_common_ver.rc
> /include/wine/wine_common_ver.rc
> 
>   should I analyze dlls/kernel/Makefile to reverse the source of an error?

Hmm, okay. So I touch that file and recompile, and I see:

make[2]: Leaving directory `/home/wine/dlls/ntdll'
make[2]: Entering directory `/home/wine/dlls/kernel'
LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" 
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include 
  -fokernel.res kernel.rc
../../tools/winebuild/winebuild -D_REENTRANT -fPIC -D__WINESRC__ 
-D_KERNEL32_ -o kernel32.spec.c --spec ./kernel32.spec kernel.res 
--entry MAIN_KernelInit -L../../dlls  -lntdll
gcc -c -I. -I. -I../../include -I../../include  -D_REENTRANT -fPIC 
-D__WINESRC__ -D_KERNEL32_ -Wall -mpreferred-stack-boundary=2 -gstabs+ 
-Wpointer-arith -g -O2 -o kernel32.spec.o kernel32.spec.c
LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" 
../../tools/wrc/wrc -O res16 --nostdinc -I. -I. -I../../include 
-I../../include   -foversion16.res ./version16.rc

For some reason, you seem to be missing "-I../../include", which really 
should show up twice (that is expected behavior).





More information about the wine-users mailing list