Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-30 Thread tapas
Hi Aried/ALL, I am getting new errors after two hours of building : = Building module connectivity = Entering /cygdrive/f/aoo3.4.1svn/main/connectivity/inc Entering /cygdrive/f/aoo3.4.1svn/main/connectivity/source/parse Entering /cygdrive/f/aoo3.4.1svn/main/connectiv

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-30 Thread tapas
Hi Ariel/ALL, I solved my earlier problem. Problem was that I checked out svn repository from command prompt in windows xp. And svn command updated every file with CRLF line endings. So, when I tried to build using build guide , soltools was giving me errors like that. Solution was : 1) check

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-30 Thread tapas
Hi Ariel/ALL, I solved my earlier problem. Problem was that I checked out svn repository from command prompt in windows xp. And svn command updated every file with CRLF line endings. So, when I tried to build using build guide , soltools was giving me errors like that. Solution was : 1) check

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-24 Thread Ariel Constenla-Haile
Hi, On Mon, Sep 24, 2012 at 10:51:16AM +0530, tapas wrote: > Hi Schrieb/ALL, > > I also put same things. But I am facing build problem to build it in > windows. note that I've just followed the building guide to set up the environment, and it worked with: * MS Visual C++ 2008 Express Edition *

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-23 Thread tapas
Hi Schrieb/ALL, I also put same things. But I am facing build problem to build it in windows. Could please send me atleast below things: 1) configure command 2) cygwin version 3) out put of configure command in cygwin shell 4) svn revision number of your source tree 5) contents of cygwin path var

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-23 Thread Regina Henschel
Hi tapas, tapas schrieb: Hi Ariel/ALL If you can't upload full source tree then at least attach following things for windows build: 1) configure command 2) cygwin version 3) out put of configure command in cygwin shell 4) svn revision number of your source tree 5) contents of cygwin path varia

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-23 Thread tapas
Hi Ariel/ALL If you can't upload full source tree then at least attach following things for windows build: 1) configure command 2) cygwin version 3) out put of configure command in cygwin shell 4) svn revision number of your source tree 5) contents of cygwin path variable in cygwin shell. 6) win_

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-23 Thread tapas
Hi, Could you please upload your source tree and build environment (cygwin etc) in zip format. It will save my life. Please help me. I am trying to build it on windows XP / windows 7 for last 2 weeks. Thanks in advance Tapas On Sun, Sep 23, 2012 at 4:14 AM, Ariel Constenla-Haile wrote: > Hi >

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-22 Thread Ariel Constenla-Haile
Hi On Fri, Sep 21, 2012 at 11:01:15PM +0530, tapas wrote: >-Fo../wntmsci12/obj/cppsetup.obj cppsetup.c cppsetup.c >f:\aoo-3.4.1-incubating-src\aoo-3.4.1\main\soltools\mkdepend\def.h(42) >: fatal error C1083: Cannot open include file: 'unistd.h': No such >file or directory dmake: E

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-21 Thread tapas
Hi Zuo Jun, It is not that problem. Other modules are already built and delivered in 1st build command ($build --all). So, those modules need not be build 2nd time. So, those modules are showing "0 files delivered" in 2nd build command ($build --all). If you see the compilation error log then yo

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-21 Thread ZuoJun Chen
HI, It is always 0 files delivered from each module in your log, Seems that it is permission problem under you solver directory or check your deliver.pl in solenv module. Regards -- Zuo Jun 2012/9/22 tapas > Hi, > > I am trying to build apache open office 3.4.1 on windows XP. I followed