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:

"Utime NULL not supported".

And I fixed that by ignoring the Utime flag in the
sysintf.c like that:

//#ifdef HAVE_UTIME_NULL
      return( utime(name, NULL) );
//#else
//#     error "Utime NULL not supported"
//#endif

After that, I had dmake.exe without any error.

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?

Tks.





__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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...

/cygdrive/c/OpenofficeCVS/solenv/inc/startup_\_startup.mk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to