This is the first time that I have tried to build in windows, and I am following the wiki build step by step for Windows and I have the following error message in my build.
What could I do to fix this issue? Thanks, Juande Entering /cygdrive/c/source/aoo-trunk/main/sc/source/filter/excel Compiling: sc/source/filter/excel/xestream.cxx C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(32) : warning C4627 : '#include <rtl/random.h>': skipped when looking for precompiled header use Add directive to 'precompiled_sc.hxx' or rebuild precompiled header C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(33) : warning C4627 : '#include <sax/fshelper.hxx>': skipped when looking for precompiled header use Add directive to 'precompiled_sc.hxx' or rebuild precompiled header C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(34) : warning C4627 : '#include <unotools/streamwrap.hxx>': skipped when looking for precompiled hea der use Add directive to 'precompiled_sc.hxx' or rebuild precompiled header C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(54) : error C2039: 'OStreamWrapper' : is not a member of 'utl' C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(54) : error C2873: 'OStreamWrapper' : symbol cannot be used in a using-declaration C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(587) : error C2065: 'rtlRandomPool' : undeclared identifier C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(587) : error C2146: syntax error : missing ';' before identifier 'aRandomPool' C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(587) : error C2065: 'aRandomPool' : undeclared identifier C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(587) : error C3861: 'rtl_random_createPool': identifier not found C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(588) : error C2065: 'aRandomPool' : undeclared identifier C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(588) : error C3861: 'rtl_random_addBytes': identifier not found C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(589) : error C2065: 'aRandomPool' : undeclared identifier C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(589) : error C3861: 'rtl_random_getBytes': identifier not found C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(590) : error C2065: 'aRandomPool' : undeclared identifier C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(590) : error C3861: 'rtl_random_destroyPool': identifier not found C:/source/aoo-trunk/main/sc/source/filter/excel/xestream.cxx(827) : error C2061: syntax error : identifier 'OStreamWrapper' dmake: Error code 2, while making '../../../wntmsci12.pro/slo/xestream.obj' 1 module(s): sc need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /cygdrive/c/source/aoo-trunk/main/sc/so urce/filter/excel When you have fixed the errors in that module you can resume the build by runnin g: build --all:sc