From: Jurgen V. G. <jur...@st...> - 2002-07-20 16:43:34
|
For those interested, I was able to compile reactos under GCC 3.1 after a nasty hack. The problem is that ntosknrl and win32k both reference _imp__pctype but it seems to be undefined. After adding <unsigned short** _imp___pctype;> to both files everything compiles fine. Any clues on what this could be? Jurgen PS: compilation != running: bochs exits when running reactos after freeldr booted. Is there a way to get a bochs log or something? |