Hi Adam, I do set those variables, please find below my paths ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ALLUSERSPROFILE=C:\Documents and Settings\All Users.WINDOWS APPDATA=C:\Documents and Settings\perforceadmin.PERFORCE\Application Data CLIENTNAME=CUBICLE78 CommonProgramFiles=C:\Program Files\Common Files COMPUTERNAME=PERFORCE-VSS ComSpec=C:\WINDOWS\system32\cmd.exe FP_NO_HOST_CHECK=NO HOMEDRIVE=C: HOMEPATH=\Documents and Settings\perforceadmin.PERFORCE LOGONSERVER=\\PERFORCE-VSS NUMBER_OF_PROCESSORS=1 OS=Windows_NT Path=C:\Perl\bin\;C:\PROGRA~1\Borland\CBUILD~1\Bin;C:\PROGRA~1\Borland\CBUILD~1\Projects\Bpl;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Perforce;C:\Program Files\RSA Security\RSA SecurID Software Token\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;E:\Cygwin\bin;E:\Cygwin\usr\include\python2.5;ABHINAV BINDRA ;C:\PROGRA~1\TTPCom\Alchemy;C:\Program Files\Vim\vim63 PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel PROCESSOR_LEVEL=15 PROCESSOR_REVISION=0209 ProgramFiles=C:\Program Files PROMPT=$P$G SESSIONNAME=RDP-Tcp#1 SystemDrive=C: SystemRoot=C:\WINDOWS TEMP=C:\Documents and Settings\perforceadmin.PERFORCE\Local Settings\Temp; TMP=C:\DOCUME~1\PERFOR~1.PER\LOCALS~1\Temp USERDOMAIN=PERFORCE-VSS USERNAME=perforceadmin USERPROFILE=C:\Documents and Settings\perforceadmin.PERFORCE VS80COMNTOOLS=E:\Program Files\Microsoft Visual Studio 8\Common7\Tools\ WEBKITLIBRARIESDIR=E:\Cygwin\home\perforceadmin\WebKit\WebKitLibraries\win WEBKITOUTPUTDIR=D:\Webkit windir=C:\WINDOWS ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Still getting the same errors as i mentioned earlier like below -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- DatePrototype.cpp ..\..\kjs\DatePrototype.cpp(106) : fatal error C1083: Cannot open include file: 'DatePrototype.lut.h': No such file or directory NumberConstructor.cpp ..\..\kjs\NumberConstructor.cpp(24) : fatal error C1083: Cannot open include file: 'NumberConstructor.lut.h': No such file or directory RegExpObject.cpp ..\..\kjs\RegExpObject.cpp(23) : fatal error C1083: Cannot open include file: 'RegExpObject.lut.h': No such file or directory StringPrototype.cpp ..\..\kjs\StringPrototype.cpp(72) : fatal error C1083: Cannot open include file: 'StringPrototype.lut.h': No such file or directory lexer.cpp ..\..\kjs\lexer.cpp(48) : fatal error C1083: Cannot open include file: 'lexer.lut.h': No such file or directory -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Any thoughts please? Thanks 2008/8/11 Adam Roben <aroben@apple.com>
On Aug 11, 2008, at 10:41 AM, Binish wrote:
Hi Adam,
I have already tried configuring both in a diffenrent location , and result remains same , sorry i did not get about build-webkit !,From VC tools menu i directly give "build solution" am not runnign from cygwin,Using cygwin i was able to compile successfully. Now i feel that "autogenarated" files are not gettign created ...!!.
Any suggestions please ..
If you want to build from Visual Studio, you need to set the WEBKITLIBRARIESDIR and WEBKITOUTPUTDIR environment variables. You should set these variables to the values that build-webkit sets them to. build-webkit prints out the values when it starts the build, so you should be able to copy and paste them.
-Adam