Re: [dev] Help to build oo2 on Windows XP

2005-05-29 Thread tuan khanh dang
Hi again, For the OOo 2.0 build I still need ConvertDSW (wdevenv)? I cannot add the ConvertDSW (wdevenv) as addin for devenv of MS Visual Studio .NET 2003, so there will be an error while making 'dmake' in python directory. - To

Re: [dev] Help to build oo2 on Windows XP

2005-05-27 Thread tuan khanh dang
Thank Volker, By changing USE_SHELL in winenv.set to tcsh I finally seccessfully compiled the dmake.exe without the patch. The error caused by adding one more '-'('with--use-shell') in the 'with-use-shell' . On 5/26/05, Volker Quetschke [EMAIL PROTECTED] wrote: tuan khanh dang wrote: You

Re: [dev] Help to build oo2 on Windows XP

2005-05-27 Thread tuan khanh dang
There is another error while running 'dmake': http://img270.echo.cx/my.php?image=a48ee.jpg Any help? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Help to build oo2 on Windows XP

2005-05-27 Thread Volker Quetschke
Hi! tuan khanh dang wrote: 1. Without the patch: ./boostrap reports an error like this: http://img276.echo.cx/my.php?image=a26lj.jpg and here is boostrap's log: Making distclean in msdos (snip) checking for gcc... /cygdrive/c/PROGRA~1/MICROS~2.NET/Vc7/bin/cl.exe Oops, you forgot to install

Re: [dev] Help to build oo2 on Windows XP

2005-05-27 Thread Volker Quetschke
Hi! Thank Volker, By changing USE_SHELL in winenv.set to tcsh I finally seccessfully compiled the dmake.exe without the patch. The error caused by adding one more '-'('with--use-shell') in the 'with-use-shell' . Oops, I missed that. Ignore the mail I wrote 2 minutes ago ;) Volker -- If you

Re: [dev] Help to build oo2 on Windows XP

2005-05-27 Thread Volker Quetschke
Hi! There is another error while running 'dmake': http://img270.echo.cx/my.php?image=a48ee.jpg Did you start from scratch? If not, do so. It might be that the wrong dmake did something wrong. Which OOo version (1.9.m???) are you trying to build? Volker -- If you like my work consider:

Re: [dev] Help to build oo2 on Windows XP

2005-05-27 Thread tuan khanh dang
Did you start from scratch? If not, do so. It might be that the wrong dmake did something wrong. Yes, I did (also I did 'dmake distclean' before) Which OOo version (1.9.m???) are you trying to build? The source code comes from CVS: cvs z4 co -r cws_src680_ooo20040815 OpenOffice Volker

Re: [dev] Help to build oo2 on Windows XP

2005-05-26 Thread Volker Quetschke
tuan khanh dang wrote: You wrote that you used: ./configure ... --with-use-shell=tcsh that implies that you generate a dmake that is build with the cygwin gcc. I suspect this is not the case. You wrote earlier that you patched the dmake sources. This is not necessary, there is another bug.

Re: [dev] Help to build oo2 on Windows XP

2005-05-26 Thread tuan khanh dang
Could you please send me your dmake.exe? On 5/26/05, Volker Quetschke [EMAIL PROTECTED] wrote: tuan khanh dang wrote: You wrote that you used: ./configure ... --with-use-shell=tcsh that implies that you generate a dmake that is build with the cygwin gcc. I suspect this is not the case.

Re: [dev] Help to build oo2 on Windows XP

2005-05-25 Thread Volker Quetschke
Hi! I'm trying to build oo2 on Windows XP with MS Visual Studio .NET 2003. Firstly, to get the source code I ran a command: cvs z4 co -r cws_src680_ooo20040815 OpenOffice cws_src680_ooo20040815 is nearly one year old, discard it and use SRC680_m105 instead. Then, successfully ran the

Re: [dev] Help to build oo2 on Windows XP

2005-05-25 Thread Philip Lykke Carlsen
tuan dang wrote: Hi there, I'm trying to build oo2 on Windows XP with MS Visual Studio .NET 2003. Firstly, to get the source code I ran a command: cvs z4 co -r cws_src680_ooo20040815 OpenOffice Then, successfully ran the script ./configure But when ran the ./boostrap, I got an error:

Re: [dev] Help to build oo2 on Windows XP

2005-05-25 Thread Volker Quetschke
Hi Philip, *NO* , When I run dmake, I got another error: /cygdrive/c/OpenofficeCVS/solenv/inc/startup\startup.mk not found, but that is not true because the file actually exists. Can anyone help me to fix it? Perhaps the mix of slashes and that backslash might be the problem? You'd

Re: [dev] Help to build oo2 on Windows XP

2005-05-25 Thread tuan dang
Thanks for your help. --- Volker Quetschke [EMAIL PROTECTED] wrote: Hi Philip, *NO* , Perhaps the mix of slashes and that backslash might be the problem? You'd probably have to replace ever slash in every path with the appropriate backslash... you don't have to change anything

Re: [dev] Help to build oo2 on Windows XP

2005-05-25 Thread Volker Quetschke
tuan dang wrote: Thanks for your help. Does it work now? I only had a quick glance at your files, they look reasonable. Do you still have problems? Did you do the rehash after sourcing winenv.set ? Volker --- Volker Quetschke [EMAIL PROTECTED] wrote: Hi Philip, *NO* , Perhaps

Re: [dev] Help to build oo2 on Windows XP

2005-05-25 Thread tuan dang
Oh no,I just send you more detail about what I did when I got the error. Also I didn't forget the rehash after sourcing winenv.set. Ofcourse that --- Volker Quetschke [EMAIL PROTECTED] wrote: tuan dang wrote: Thanks for your help. Does it work now? I only had a quick glance at your

Re: [dev] Help to build oo2 on Windows XP

2005-05-25 Thread tuan khanh dang
When I added these commands: setenv DMAKEROOT c:\OpenOfficeCVS\solenv\inc\startup setenv DMAKE_INC c:\OpenOfficeCVS\solenv\inc I fixed the last error, but I got a new error like this: http://img267.echo.cx/my.php?image=a8vg.jpg Any idea? Thanks.

[dev] Help to build oo2 on Windows XP

2005-05-24 Thread tuan dang
Hi there, I'm trying to build oo2 on Windows XP with MS Visual Studio .NET 2003. Firstly, to get the source code I ran a command: cvs – z4 co -r cws_src680_ooo20040815 OpenOffice Then, successfully ran the script ./configure But when ran the ./boostrap, I got an error: Utime NULL not