Hi,
Amali Praveena Soban Kumar schrieb:
Hi Regina,
winunistd/unistd.h is a dummy file created by this code in winunistd/makefile.mk
# --- Files --------------------------------------------------------
.IF "$(GUI)"=="WNT"
.IF "$(COM)"!="GCC"
# provide dummy header for generated sources
$(INCCOM)$/unistd.h : unistd.h
@$(COPY) $< $@
In my Linux system, winunistd/unistd.h has only this content:
amali@ubuntu:/media/amali/source/aoo-trunk/main/soltools/winunistd$ cat unistd.h
/* Dummy unistd.h for the wntmsci3 environment. Required because flex
* generates a lexical scanner which includes <unistd.h>
*/
Maybe, try creating this file manually and check if the build is working? Or,
you can find out why it is not generating this dummy file.
Thanks,
Amali.
The file should be there, it is there in the repository. If Aron has not
got the file, then we have to investigate why it is missing.
Nevertheless creating the file might help in this case.
Aron, from where do you get the source? From the apache repository or do
you use a source tarball?
I notice these differences to my build:
I had no dmake ready and it was build during bootstrap.
I do not use the configure item --enable-pch
Kind regards
Regina
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org