Hi
I have successful built  the source in my cygwin + vs2010  environment and
got the MSI installer already.
Thank everyone for your support.

1.I got the source from

http://ftp.riken.jp/net/apache/openoffice/4.1.0/source/apache-openoffice-4.1.0-r1589052-src.tar.gz
2.about unistd.h I think that is a permission problem. Because the build
process passed when I set the unistd.h file`s write/read permission.

3.some source file which include unicode character can not be recognized by
my compiler. So I save these source file as utf-8 with bom, then the
compilation passed.


Best regards



2014-08-10 7:12 GMT+09:00 Regina Henschel <rb.hensc...@t-online.de>:

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


-- 
Aron

Reply via email to