Re: [webkit-dev] There is a linking error when build webkit on windows 7

2013-06-18 Thread ビリゴ スチン
It works! The Conclusion is : We must copy all lib files from WebKitLibraries/win/lib to WebKitLibraries/win/lib32 before first build. It is better to set it default. Thank you. > There is a script that runs at the start of the WTFGenerated build > (build-generated-files.sh) that checks for th

Re: [webkit-dev] There is a linking error when build webkit on windows 7

2013-06-18 Thread Brent Fulgham
Hi Siqinbilige: On Jun 18, 2013, at 8:31 PM, ビリゴ スチン wrote: > Yes, There is a WebKitLibraries/win/lib32 folder and also have > WebKitLibraries/win/lib folder. > first, there is one file WebKitSystemInterface.lib. > I copied the all of the files which including libicuuc.lib from > WebKitLibrari

Re: [webkit-dev] There is a linking error when build webkit on windows 7

2013-06-18 Thread ビリゴ スチン
Hi brent, Thank you for your response. > All of that should be fine... > >> When I run build-webkit, first failed with libs. >> 1>LINK : fatal error LNK1181: 入力ファイル 'libicuuc.lib' を開けません。 > > First clue above... > >>1>Base64.obj : error LNK2019: 未解決の外部シンボル _u_charDirection_46 が関数 "enum >>

Re: [webkit-dev] There is a linking error when build webkit on windows 7

2013-06-18 Thread Brent Fulgham
Hi SiqinBilige: On Jun 18, 2013, at 8:03 PM, siqinbilige wrote: > I wan to build webkit on Windows. > My environment is : > Windows 7 Ultimate (Service Pack1) 64bit (japanese) > Intel(R) Core(TM) i7 CPU / 12.0GB Memory > VC++ 2010 Express > Microsoft Windows SDK for windows 7(7.1) > Safari

[webkit-dev] There is a linking error when build webkit on windows 7

2013-06-18 Thread siqinbilige
Hi, I wan to build webkit on Windows. My environment is : Windows 7 Ultimate (Service Pack1) 64bit (japanese) Intel(R) Core(TM) i7 CPU / 12.0GB Memory VC++ 2010 Express Microsoft Windows SDK for windows 7(7.1) Safari 5.1.7 When I run build-webkit, first failed with libs. 1>LINK : fata