Re: Download nightly or other prebuild version of WinCELoader.exe? (errors when following the build instructions)

152 views
Skip to first unread message

Patrick Gansterer

unread,
Dec 20, 2012, 9:35:15 AM12/20/12
to wince...@googlegroups.com
Hi,

On Thursday, December 20, 2012 2:17:03 PM UTC+1, André Mussche wrote:
I am having troubles with compiling WinCELoader.exe with the nightly sources and the wince build instructions.
I could fix some, like:
- copying c:\CMakeRCCompiler.cmake, c:\CMakeCXXCompiler.cmake, c:\CMakeCCompiler.cmake, c:\CMakeSystem.cmake to "c:\CMakeBuild\CMakeFiles\"
Which CMake version do you use?
- got errors like error C2146: syntax error : missing ';' before identifier 'ContextRecord', fixed this by googling and "adding $(_ARCHFAM_) and $(ARCHFAM) in the preprocessor definitions under C++ in your project properties"
Ditto.
 - after that I got "error C3861: 'add64': identifier not found c:\webkit\Source\JavaScriptCore\jit\JIT.cpp 239 JavaScriptCore (JavaScriptCore\JavaScriptCore)"
Workaround: adding "#if USE(JSVALUE64)" around it.
The add64 problem has been fixed, but there are other problems in the meantime. Please use a "green" version e.g. r137533.
- not enough heap memory (or something like that), fixed it by increasing "/Zm1000" into "/Zm2000" 
- cannot build debug version, because it doesn't generate webcore.lib?
Usually debug and release version should generate the same output. Only problem with debug (I'm aware of) is that the debug version is to big to start on WinCE.
- I finally got a release build, but it doesn't load http://webkit.org/ (given as first param) and crashes(?) after a couple of seconds
(I am using VS2008 in WinXP sp3)

I also saw errors in the nightly wince build:

So it is possible to get it working? Are there known issues? Am I doing something wrong? Or could someone at least post a working WinCE binary?
 It's a long time i used a trunk version. I only fix the compile errors in trunk, but no runtime errors due to lack of time. :-(

-- Patrick
Reply all
Reply to author
Forward
0 new messages