Re: build error
Christian Lippka <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Zongbo, this looks like an issue I also had with the new build system. Please try if the patch for issue 116349 helps you. Please note the typo in the patch as pointed out by hjs. It should be $(1) instead of ($1). Hope that helps, Christian Am 07.02.2011 10:00, schrieb Zongbo Zhang: > Hi, > > > > Thanks a lot for being so patient to answer all my questions, I did as Mathias told, read through the build guide again, and try my best to follow it. > > > > 1.unpack all the five bz2 source files using 'tar' xf. not the winzip/rar. > > 2.put the dev300_m99 into c:/cygwin/home/zzh/m99. > > 3.VC 2008 express. > > 4.three zipped files were put into moz/zipped. > > 5.unicows,dbghelp,msm90,msvcp90,msi,gdiplus were all ok. since the compiler is 2008, > > so, i did not put anything into msvcp70/80, also, since mozilla is disabled, I did not put anything into msvcp71. anyhting wrong with this? > > 6. in th econfigure command line, I use all those suggested --with and --disable , while building toos module, a fatal error occurs: > > > > C:\cygwin\home\zzh\m99\dev300_m99\tools\source\communi\geninfo.cxx : fatal error > > C1083: Cannot open compiler generated file: 'C:/cygwinC:/cygwin/home/zzh/m99/dev300_m99/solver/300/wntmsci12.pro/workdir/CxxObject/tools/source/communi/geninfo.o': invalid argument > > make:*** [/home/zzh/m99/dev300_m99/solver/300/wntmsci12.pro/workdir/CxxObject/tools/source/communi/geninfo.o] Error 1 > > > > I guess this has something to do with the path,as the Bold indicated,'C:/cygwinC:/cygwin...., how to fix this? should I put the source code in an other place? > > > > Look forward to hearing from you! > > > > > > BR > zongbo zhang