Hi, Kai i am on a low net connection so i cannot use cvs to download the entire 2.something GB of source. but using the tarball i tried doing wat u gave but i got an error telling bash is not supported only tcsh or 4nt is upported.. please help me with this..
thanks Date: Mon, 14 Aug 2006 14:20:22 +0200 From: Kai Backman <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: [dev] Re: Compling just doesnt proceed stays stuck at boost.. Hi Maulik, I would recomend checking out a milestone instead of building from a tarball. You should also use bash/Cygwin (instead of tcsh) as it contains some critical bug fixes. Here is a sample set of shell invocations: mkdir SRC680 cd SRC680 export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs cvs login cvs co -r SRC680_m181 OpenOffice2 On 8/12/06, Maulik Gordhandas <[EMAIL PROTECTED]> wrote:
$ ./configure --with-cl-home=/cygdrive/c/program files/Microsoft Visual Studio .NET 2003/Vc7 --with-jdk-home=/cygdrive/c/jdk1.5.0_07 --with-use-shell=tcsh --with-ant-home=/cygdrive/c/ant
Use --with-use-shell=bash instead and do the rest of the build commands in bash. The only difference from tcsh is that you need to source winenv.set.sh. Just for reference, here is my standard ./configure invocation: ./configure --with-cl-home="C:/Program Files/Microsoft Visual Studio .NET 2003" --with-mspdb-path="C:/Program Files/Microsoft Visual Studio .NET 2003/Common7/IDE" --with-frame-home="C:/Program Files/Microsoft Visual Studio .NET 2003/SDK/v1.1" --with-jdk-home="C:/Program Files/Java/jdk1.5.0_07" --with-directx-home="/Program Files/Microsoft DirectX SDK (June 2006)" --with-nsis-path="C:/Program Files/NSIS" --with-ant-home="C:/work/apache-ant-1.6.5" --with-use-shell=bash If you are on IRC (freenode, #OpenOffice.org) you can also ping a Win32 builder like vq, tml or me (kaib). We will be happy to help you out. Take care, Kai -- Kai Backman, Software Engineer, [EMAIL PROTECTED]
