Hi, While building webcore project alone,I get the following error , while compiling WebCorePrefix.cpp :
d:\android_webkit\webkit\webcore\WebCorePrefix.h(100) : fatal error C1083: Cannot open include file: 'CoreFoundation/CoreFoundation.h': No such file or directory Regards, Krithiga ________________________________ From: Seweryn Pływaczyk [mailto:[email protected]] Sent: Monday, November 30, 2009 1:03 PM To: Krithiga Muruganandam (WT01 - PES-Mobile-Auto-CE Practice) Cc: [email protected]; [email protected]; [email protected] Subject: Re: [webkit-help] Webkit building on windows - error Hi, WebKit solution (as you already saw) has few projects which must be built in very specific order. For example WTF must be built before JavaScriptCore. If something gone wrong during WTF building, during building of JavaScriptCore you can see your error. In that case "buildfailed" file is created in your output dir. Inside it you can check which of project has been failed. Try to build it and see what is wrong. In general, if you just want build one project and not whole solution just delete "buildfailed" file and build one more time. 2009/11/30 <[email protected]> Hi , I have attached the build log. Thanks, Krithiga ________________________________ From: Nilesh Patil [mailto:[email protected]] Sent: Monday, November 30, 2009 12:18 PM To: dinesh khedkar Cc: Krithiga Muruganandam (WT01 - PES-Mobile-Auto-CE Practice); [email protected] Subject: Re: [webkit-help] Webkit building on windows - error Hi Or may be this is not the real error. as whatever path you are talking is just a dos shell exe path. Any other error you are getting ? Thanks & Regards Niilesh On Mon, Nov 30, 2009 at 12:00 PM, dinesh khedkar <[email protected]> wrote: Hi Krithiga, Project : error PRJ0002 : Error result 1 returned from 'C:\WINNT\system32\cmd.exe'. You got this error bcoz your in project dependencies previous project of that particular project has not build successfully. So please check that first. Regards, Dinesh On Mon, Nov 30, 2009 at 11:52 AM, <[email protected]> wrote: Hi, When I try building webkit as a VC++ project in Windows, I get the following error : Project : error PRJ0002 : Error result 1 returned from 'C:\WINNT\system32\cmd.exe'. I checked with the errors found in this link : http://trac.webkit.org/wiki/BuildingOnWindows But dint get the error resolved even after following all the instructions given in the link.Can you please help me with it? Thanks, Krithiga Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
