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 script ./configure
No parameters? Please read:
<http://tools.openoffice.org/#Build>


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?
Report back if the error still exists with the current version.

--
If you like my work consider:  http://www.scytek.de/donations.html
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D

Reply via email to