Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-26 Thread Regina Henschel

Hi Ankit,

Ankit Tekriwal schrieb:

Hi,

The build is successful and I am able to launch openoffice now.


Congratulation!

 I have a

query though. Do I have to build the whole OpenOffice after every fix that
I do?(It took me almost 3.5 hours to build on my system).


No, in most cases it is sufficient to rebuild the module where you have 
made changes. And in many cases you need not install AOO newly, but you 
can drop the changed dll-files into your existing installation.


3.5 hours is a good time for Windows. My first build was about 18 hours. 
Then I have bought a new PC ;)


Kind regards
Regina



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-26 Thread Ankit Tekriwal
Hi,

The build is successful and I am able to launch openoffice now. I have a
query though. Do I have to build the whole OpenOffice after every fix that
I do?(It took me almost 3.5 hours to build on my system).

Thanks,
Ankit

On Fri, Sep 26, 2014 at 3:04 AM, Ankit Tekriwal 
wrote:

> Sorry for late update. I am trying with jdk 1.7 -32 bit and the build is
> passing now. Let's hope to not encounter another hurdle.
>
> Thanks alot Regina/Oliver/Keith.
>
> On Thu, Sep 25, 2014 at 7:27 PM, Regina Henschel 
> wrote:
>
>> Hi Ankit,
>>
>> Ankit Tekriwal schrieb:
>>
>>> Still no luck :(
>>>
>>
>> That's sad to hear. Please don't surrender.
>>
>> I have found two threads, so you are not the only one, who get problems
>> with module Bean and Java.
>>
>> http://comments.gmane.org/gmane.comp.apache.incubator.ooo.devel/20812
>> and
>> http://mail-archives.apache.org/mod_mbox/openoffice-dev/
>> 201401.mbox/browser part 4; thread "Greg BullockBuilding module
>> bean: jawt.lib apparently not found Tue, 21 Jan, 23:08"
>>
>> Unfortunately they do not contain a solution, but the tip by Herbert to
>> make a clean build seems to be the best for now. To make a clean build you
>> have to remove all wntmsci12.pro folders.
>>
>>
>> Some time ago I had a problem to build HSQLDB with jdk1.7.0 and therefore
>> I still use jdk1.6.0_38. But that might work in the meantime.
>>
>> Sometimes building with -P4 does not work for me. There seems to be a
>> timing problem. In those cases repeating the same build solves the problem.
>>
>> I do not use --enable-pch , but that might be irrelevant here.
>>
>> Kind regards
>> Regina
>>
>>
>>
>>
>>> On Wed, Sep 24, 2014 at 12:57 PM, Regina Henschel <
>>> rb.hensc...@t-online.de>
>>> wrote:
>>>
>>>  Hi Ankit,

 please try to build with configure switch
 --enable-category-b

 If I understand the help of configure correctly, then beanshell belongs
 to
 a category-B license.
 [You get a list of the configure switches by ./configure --help]

 I would appreciate it, if someone with more building experience helps
 here. I can give you only a guess.


 Kind regards
 Regina


 Ankit Tekriwal schrieb:

  I have jdk 1.7 update 60. And yes I have used --with-jdk-home in
> configure
> script. Configure executed successfully with no errors.
>
> Thanks,
> Ankit
> On Sep 24, 2014 1:39 AM, "Regina Henschel" 
> wrote:
>
>   Hi Ankit,
>
>>
>> Which JDK do you have installed?
>>
>> Do you have --with-jdk-home= in your configure script?
>>
>> Do you have a log of the configure output? Are there any
>> errors/warnings
>> about Java or jdk?
>>
>> Kind regards
>> Regina
>>
>> Ankit Tekriwal schrieb:
>>
>>   =
>>
>>> Building module bean
>>> =
>>>
>>> Entering /cygdrive/c/source/aoo-trunk/main/bean/native/win32
>>>
>>> Making:officebean.dll
>>> Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
>>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>>
>>> Microsoft (R) Incremental Linker Version 9.00.30729.01
>>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>>
>>> /MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB
>>> -RELEASE
>>> -DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
>>> wntmsci12.pro/bin/officebean.dll -map:../../
>>> wntmsci12.pro/misc/officebean.map -def:../../
>>> wntmsci12.pro/misc/officebean.def -implib:../../
>>> wntmsci12.pro/lib/iofficebean_t1.lib ../../
>>> wntmsci12.pro/slo/officebean_version.obj ../../
>>> wntmsci12.pro/slb/officebean.lib jawt.lib isal.lib msvcrt.lib
>>> msvcprt.lib
>>> uwinapi.lib kernel32.lib user32.lib oldnames.lib ../../
>>> wntmsci12.pro/misc/officebean.res
>>>   Creating library ../../wntmsci12.pro/lib/iofficebean_t1.lib
>>> and
>>> object
>>> ../../wntmsci12.pro/lib/iofficebean_t1.exp
>>> officebean.lib(com_sun_star_comp_beans_LocalOfficeWindow.obj) :
>>> error
>>> LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced
>>> in
>>> function _Java_com_sun_star_comp_beans_LocalOfficeWindow_
>>> getNativeWindow@8
>>> ../../wntmsci12.pro/bin/officebean.dll : fatal error LNK1120: 1
>>> unresolved
>>> externals
>>> dmake:  Error code 96, while making '../../wntmsci12.pro/bin/
>>> officebean.dll'
>>>
>>> 1 module(s):
>>>bean
>>> need(s) to be rebuilt
>>>
>>> Reason(s):
>>>
>>> ERROR: error 65280 occurred while making
>>> /cygdrive/c/source/aoo-trunk/main/bean/native/win32
>>>
>>> When you have fixed the errors in that module you can resume the
>>> build
>>> by
>>> running:
>>>
>>>build --all:bean
>>> ===
>>>
>>> Sorry for pl

Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-25 Thread Ankit Tekriwal
Sorry for late update. I am trying with jdk 1.7 -32 bit and the build is
passing now. Let's hope to not encounter another hurdle.

Thanks alot Regina/Oliver/Keith.

On Thu, Sep 25, 2014 at 7:27 PM, Regina Henschel 
wrote:

> Hi Ankit,
>
> Ankit Tekriwal schrieb:
>
>> Still no luck :(
>>
>
> That's sad to hear. Please don't surrender.
>
> I have found two threads, so you are not the only one, who get problems
> with module Bean and Java.
>
> http://comments.gmane.org/gmane.comp.apache.incubator.ooo.devel/20812
> and
> http://mail-archives.apache.org/mod_mbox/openoffice-dev/
> 201401.mbox/browser part 4; thread "Greg BullockBuilding module
> bean: jawt.lib apparently not found Tue, 21 Jan, 23:08"
>
> Unfortunately they do not contain a solution, but the tip by Herbert to
> make a clean build seems to be the best for now. To make a clean build you
> have to remove all wntmsci12.pro folders.
>
>
> Some time ago I had a problem to build HSQLDB with jdk1.7.0 and therefore
> I still use jdk1.6.0_38. But that might work in the meantime.
>
> Sometimes building with -P4 does not work for me. There seems to be a
> timing problem. In those cases repeating the same build solves the problem.
>
> I do not use --enable-pch , but that might be irrelevant here.
>
> Kind regards
> Regina
>
>
>
>
>> On Wed, Sep 24, 2014 at 12:57 PM, Regina Henschel <
>> rb.hensc...@t-online.de>
>> wrote:
>>
>>  Hi Ankit,
>>>
>>> please try to build with configure switch
>>> --enable-category-b
>>>
>>> If I understand the help of configure correctly, then beanshell belongs
>>> to
>>> a category-B license.
>>> [You get a list of the configure switches by ./configure --help]
>>>
>>> I would appreciate it, if someone with more building experience helps
>>> here. I can give you only a guess.
>>>
>>>
>>> Kind regards
>>> Regina
>>>
>>>
>>> Ankit Tekriwal schrieb:
>>>
>>>  I have jdk 1.7 update 60. And yes I have used --with-jdk-home in
 configure
 script. Configure executed successfully with no errors.

 Thanks,
 Ankit
 On Sep 24, 2014 1:39 AM, "Regina Henschel" 
 wrote:

   Hi Ankit,

>
> Which JDK do you have installed?
>
> Do you have --with-jdk-home= in your configure script?
>
> Do you have a log of the configure output? Are there any
> errors/warnings
> about Java or jdk?
>
> Kind regards
> Regina
>
> Ankit Tekriwal schrieb:
>
>   =
>
>> Building module bean
>> =
>>
>> Entering /cygdrive/c/source/aoo-trunk/main/bean/native/win32
>>
>> Making:officebean.dll
>> Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>
>> Microsoft (R) Incremental Linker Version 9.00.30729.01
>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>
>> /MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
>> -DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
>> wntmsci12.pro/bin/officebean.dll -map:../../
>> wntmsci12.pro/misc/officebean.map -def:../../
>> wntmsci12.pro/misc/officebean.def -implib:../../
>> wntmsci12.pro/lib/iofficebean_t1.lib ../../
>> wntmsci12.pro/slo/officebean_version.obj ../../
>> wntmsci12.pro/slb/officebean.lib jawt.lib isal.lib msvcrt.lib
>> msvcprt.lib
>> uwinapi.lib kernel32.lib user32.lib oldnames.lib ../../
>> wntmsci12.pro/misc/officebean.res
>>   Creating library ../../wntmsci12.pro/lib/iofficebean_t1.lib and
>> object
>> ../../wntmsci12.pro/lib/iofficebean_t1.exp
>> officebean.lib(com_sun_star_comp_beans_LocalOfficeWindow.obj) : error
>> LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced
>> in
>> function _Java_com_sun_star_comp_beans_LocalOfficeWindow_
>> getNativeWindow@8
>> ../../wntmsci12.pro/bin/officebean.dll : fatal error LNK1120: 1
>> unresolved
>> externals
>> dmake:  Error code 96, while making '../../wntmsci12.pro/bin/
>> officebean.dll'
>>
>> 1 module(s):
>>bean
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making
>> /cygdrive/c/source/aoo-trunk/main/bean/native/win32
>>
>> When you have fixed the errors in that module you can resume the build
>> by
>> running:
>>
>>build --all:bean
>> ===
>>
>> Sorry for plenty of mails but I really need to get this working soon.
>> Do
>> anyone have any idea about this error?
>>
>> Thanks,
>> Ankit
>>
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-25 Thread Regina Henschel

Hi Ankit,

Ankit Tekriwal schrieb:

Still no luck :(


That's sad to hear. Please don't surrender.

I have found two threads, so you are not the only one, who get problems 
with module Bean and Java.


http://comments.gmane.org/gmane.comp.apache.incubator.ooo.devel/20812
and
http://mail-archives.apache.org/mod_mbox/openoffice-dev/201401.mbox/browser 
part 4; thread "Greg Bullock	Building module bean: jawt.lib apparently 
not found	Tue, 21 Jan, 23:08"


Unfortunately they do not contain a solution, but the tip by Herbert to 
make a clean build seems to be the best for now. To make a clean build 
you have to remove all wntmsci12.pro folders.



Some time ago I had a problem to build HSQLDB with jdk1.7.0 and 
therefore I still use jdk1.6.0_38. But that might work in the meantime.


Sometimes building with -P4 does not work for me. There seems to be a 
timing problem. In those cases repeating the same build solves the problem.


I do not use --enable-pch , but that might be irrelevant here.

Kind regards
Regina




On Wed, Sep 24, 2014 at 12:57 PM, Regina Henschel 
wrote:


Hi Ankit,

please try to build with configure switch
--enable-category-b

If I understand the help of configure correctly, then beanshell belongs to
a category-B license.
[You get a list of the configure switches by ./configure --help]

I would appreciate it, if someone with more building experience helps
here. I can give you only a guess.


Kind regards
Regina


Ankit Tekriwal schrieb:


I have jdk 1.7 update 60. And yes I have used --with-jdk-home in configure
script. Configure executed successfully with no errors.

Thanks,
Ankit
On Sep 24, 2014 1:39 AM, "Regina Henschel" 
wrote:

  Hi Ankit,


Which JDK do you have installed?

Do you have --with-jdk-home= in your configure script?

Do you have a log of the configure output? Are there any errors/warnings
about Java or jdk?

Kind regards
Regina

Ankit Tekriwal schrieb:

  =

Building module bean
=

Entering /cygdrive/c/source/aoo-trunk/main/bean/native/win32

Making:officebean.dll
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

/MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
-DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
wntmsci12.pro/bin/officebean.dll -map:../../
wntmsci12.pro/misc/officebean.map -def:../../
wntmsci12.pro/misc/officebean.def -implib:../../
wntmsci12.pro/lib/iofficebean_t1.lib ../../
wntmsci12.pro/slo/officebean_version.obj ../../
wntmsci12.pro/slb/officebean.lib jawt.lib isal.lib msvcrt.lib
msvcprt.lib
uwinapi.lib kernel32.lib user32.lib oldnames.lib ../../
wntmsci12.pro/misc/officebean.res
  Creating library ../../wntmsci12.pro/lib/iofficebean_t1.lib and
object
../../wntmsci12.pro/lib/iofficebean_t1.exp
officebean.lib(com_sun_star_comp_beans_LocalOfficeWindow.obj) : error
LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced in
function _Java_com_sun_star_comp_beans_LocalOfficeWindow_
getNativeWindow@8
../../wntmsci12.pro/bin/officebean.dll : fatal error LNK1120: 1
unresolved
externals
dmake:  Error code 96, while making '../../wntmsci12.pro/bin/
officebean.dll'

1 module(s):
   bean
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/source/aoo-trunk/main/bean/native/win32

When you have fixed the errors in that module you can resume the build
by
running:

   build --all:bean
===

Sorry for plenty of mails but I really need to get this working soon. Do
anyone have any idea about this error?

Thanks,
Ankit




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-24 Thread Regina Henschel

Hi Ankit,

Ankit Tekriwal schrieb:

Attaching the configuration log


there is no attachment.

Only to be sure: You have installed the 32bit-JDK?

Kind regards
Regina

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-24 Thread Ankit Tekriwal
Still no luck :(

On Wed, Sep 24, 2014 at 12:57 PM, Regina Henschel 
wrote:

> Hi Ankit,
>
> please try to build with configure switch
> --enable-category-b
>
> If I understand the help of configure correctly, then beanshell belongs to
> a category-B license.
> [You get a list of the configure switches by ./configure --help]
>
> I would appreciate it, if someone with more building experience helps
> here. I can give you only a guess.
>
>
> Kind regards
> Regina
>
>
> Ankit Tekriwal schrieb:
>
>> I have jdk 1.7 update 60. And yes I have used --with-jdk-home in configure
>> script. Configure executed successfully with no errors.
>>
>> Thanks,
>> Ankit
>> On Sep 24, 2014 1:39 AM, "Regina Henschel" 
>> wrote:
>>
>>  Hi Ankit,
>>>
>>> Which JDK do you have installed?
>>>
>>> Do you have --with-jdk-home= in your configure script?
>>>
>>> Do you have a log of the configure output? Are there any errors/warnings
>>> about Java or jdk?
>>>
>>> Kind regards
>>> Regina
>>>
>>> Ankit Tekriwal schrieb:
>>>
>>>  =
 Building module bean
 =

 Entering /cygdrive/c/source/aoo-trunk/main/bean/native/win32

 Making:officebean.dll
 Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
 Copyright (C) Microsoft Corporation.  All rights reserved.

 Microsoft (R) Incremental Linker Version 9.00.30729.01
 Copyright (C) Microsoft Corporation.  All rights reserved.

 /MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
 -DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
 wntmsci12.pro/bin/officebean.dll -map:../../
 wntmsci12.pro/misc/officebean.map -def:../../
 wntmsci12.pro/misc/officebean.def -implib:../../
 wntmsci12.pro/lib/iofficebean_t1.lib ../../
 wntmsci12.pro/slo/officebean_version.obj ../../
 wntmsci12.pro/slb/officebean.lib jawt.lib isal.lib msvcrt.lib
 msvcprt.lib
 uwinapi.lib kernel32.lib user32.lib oldnames.lib ../../
 wntmsci12.pro/misc/officebean.res
  Creating library ../../wntmsci12.pro/lib/iofficebean_t1.lib and
 object
 ../../wntmsci12.pro/lib/iofficebean_t1.exp
 officebean.lib(com_sun_star_comp_beans_LocalOfficeWindow.obj) : error
 LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced in
 function _Java_com_sun_star_comp_beans_LocalOfficeWindow_
 getNativeWindow@8
 ../../wntmsci12.pro/bin/officebean.dll : fatal error LNK1120: 1
 unresolved
 externals
 dmake:  Error code 96, while making '../../wntmsci12.pro/bin/
 officebean.dll'

 1 module(s):
   bean
 need(s) to be rebuilt

 Reason(s):

 ERROR: error 65280 occurred while making
 /cygdrive/c/source/aoo-trunk/main/bean/native/win32

 When you have fixed the errors in that module you can resume the build
 by
 running:

   build --all:bean
 ===

 Sorry for plenty of mails but I really need to get this working soon. Do
 anyone have any idea about this error?

 Thanks,
 Ankit

 On Tue, Sep 23, 2014 at 10:37 PM, Ankit Tekriwal <
 ankittekriwa...@gmail.com>
 wrote:

   Never Mind. I have rerun the compilation and surprisingly the build is

> passing now
>
> On Tue, Sep 23, 2014 at 10:35 PM, Ankit Tekriwal <
> ankittekriwa...@gmail.com> wrote:
>
>   Hi Regina/Martin,
>
>>
>> I have installed cygwin 32 bit and followed the new guide as given by
>> Martin
>> https://wiki.openoffice.org/wiki/Documentation/Building_
>> Guide_AOO/Step_by_step#Windows_7
>> Everything worked like a charm except the building phase. Error
>> encountered is:
>>
>>
>> Building module javaunohelper
>> =
>>
>> Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/inc
>>
>> mkout -- version: 1.8
>> mkdir.exe -p ../wntmsci12.pro/slo/pch
>> precompiled_javaunohelper.cxx
>> mkdir.exe -p ../wntmsci12.pro/slo/pch_ex
>> precompiled_javaunohelper.cxx
>>
>> Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/source
>>
>> Making:all_juh.dpslo
>> Compiling: javaunohelper/wntmsci12.pro/misc/juhx_version.c
>> Compiling: javaunohelper/wntmsci12.pro/misc/juh_version.c
>> Compiling: javaunohelper/source/javaunohelper.cxx
>> C:/source/aoo-trunk/main/javaunohelper/source/javaunohelper.cxx(25) :
>> fatal error C1859: '../
>> wntmsci12.pro/slo/pch_ex/precompiled_javaunohelper.hxx.pch'
>> unexpected
>> precompiled header error, simply rerunning the compiler might fix this
>> problem
>> dmake:  Error code 2, while making '../
>> wntmsci12.pro/slo/javaunohelper.obj'
>>
>> 1 module(s):
>>   javaunohelper
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making
>> /cygdrive/c/source/aoo-trunk/main/ja

Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-24 Thread Regina Henschel

Hi Ankit,

please try to build with configure switch
--enable-category-b

If I understand the help of configure correctly, then beanshell belongs 
to a category-B license.

[You get a list of the configure switches by ./configure --help]

I would appreciate it, if someone with more building experience helps 
here. I can give you only a guess.


Kind regards
Regina


Ankit Tekriwal schrieb:

I have jdk 1.7 update 60. And yes I have used --with-jdk-home in configure
script. Configure executed successfully with no errors.

Thanks,
Ankit
On Sep 24, 2014 1:39 AM, "Regina Henschel"  wrote:


Hi Ankit,

Which JDK do you have installed?

Do you have --with-jdk-home= in your configure script?

Do you have a log of the configure output? Are there any errors/warnings
about Java or jdk?

Kind regards
Regina

Ankit Tekriwal schrieb:


=
Building module bean
=

Entering /cygdrive/c/source/aoo-trunk/main/bean/native/win32

Making:officebean.dll
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

/MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
-DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
wntmsci12.pro/bin/officebean.dll -map:../../
wntmsci12.pro/misc/officebean.map -def:../../
wntmsci12.pro/misc/officebean.def -implib:../../
wntmsci12.pro/lib/iofficebean_t1.lib ../../
wntmsci12.pro/slo/officebean_version.obj ../../
wntmsci12.pro/slb/officebean.lib jawt.lib isal.lib msvcrt.lib msvcprt.lib
uwinapi.lib kernel32.lib user32.lib oldnames.lib ../../
wntmsci12.pro/misc/officebean.res
 Creating library ../../wntmsci12.pro/lib/iofficebean_t1.lib and
object
../../wntmsci12.pro/lib/iofficebean_t1.exp
officebean.lib(com_sun_star_comp_beans_LocalOfficeWindow.obj) : error
LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced in
function _Java_com_sun_star_comp_beans_LocalOfficeWindow_
getNativeWindow@8
../../wntmsci12.pro/bin/officebean.dll : fatal error LNK1120: 1
unresolved
externals
dmake:  Error code 96, while making '../../wntmsci12.pro/bin/
officebean.dll'

1 module(s):
  bean
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/source/aoo-trunk/main/bean/native/win32

When you have fixed the errors in that module you can resume the build by
running:

  build --all:bean
===

Sorry for plenty of mails but I really need to get this working soon. Do
anyone have any idea about this error?

Thanks,
Ankit

On Tue, Sep 23, 2014 at 10:37 PM, Ankit Tekriwal <
ankittekriwa...@gmail.com>
wrote:

  Never Mind. I have rerun the compilation and surprisingly the build is

passing now

On Tue, Sep 23, 2014 at 10:35 PM, Ankit Tekriwal <
ankittekriwa...@gmail.com> wrote:

  Hi Regina/Martin,


I have installed cygwin 32 bit and followed the new guide as given by
Martin
https://wiki.openoffice.org/wiki/Documentation/Building_
Guide_AOO/Step_by_step#Windows_7
Everything worked like a charm except the building phase. Error
encountered is:


Building module javaunohelper
=

Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/inc

mkout -- version: 1.8
mkdir.exe -p ../wntmsci12.pro/slo/pch
precompiled_javaunohelper.cxx
mkdir.exe -p ../wntmsci12.pro/slo/pch_ex
precompiled_javaunohelper.cxx

Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/source

Making:all_juh.dpslo
Compiling: javaunohelper/wntmsci12.pro/misc/juhx_version.c
Compiling: javaunohelper/wntmsci12.pro/misc/juh_version.c
Compiling: javaunohelper/source/javaunohelper.cxx
C:/source/aoo-trunk/main/javaunohelper/source/javaunohelper.cxx(25) :
fatal error C1859: '../
wntmsci12.pro/slo/pch_ex/precompiled_javaunohelper.hxx.pch' unexpected
precompiled header error, simply rerunning the compiler might fix this
problem
dmake:  Error code 2, while making '../
wntmsci12.pro/slo/javaunohelper.obj'

1 module(s):
  javaunohelper
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/source/aoo-trunk/main/javaunohelper/source

When you have fixed the errors in that module you can resume the build
by
running:

  build --all:javaunohelper

Is this issue known??

Thanks,
Ankit


On Tue, Sep 23, 2014 at 6:21 PM, Ankit Tekriwal <
ankittekriwa...@gmail.com> wrote:

  Hi Regina/Martin,


I have started the installation of cygwin 32 bit(Found 1.2 in
http://cygwin.com/faq/faq.html which lists that 32 bit can run in the
WOW64 32 bit environment on released 64 bit versions of Windows).
@Martin Yes I have run the cmd source winenv.set.sh' as stated in the
document.
Never mind I have started cygwin32 installation.

Thanks,
Ankit

On Tue, Sep 23, 2014 at 1:06 PM, Martin Tille  wrote:

  Hi Ankit,


  Is windows 64 bit not supported as the development environment?



can't answer that one, only that it didn't wor

Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-23 Thread Ankit Tekriwal
Attaching the configuration log

On Wed, Sep 24, 2014 at 10:19 AM, Ankit Tekriwal 
wrote:

> I have jdk 1.7 update 60. And yes I have used --with-jdk-home in configure
> script. Configure executed successfully with no errors.
>
> Thanks,
> Ankit
> On Sep 24, 2014 1:39 AM, "Regina Henschel" 
> wrote:
>
>> Hi Ankit,
>>
>> Which JDK do you have installed?
>>
>> Do you have --with-jdk-home= in your configure script?
>>
>> Do you have a log of the configure output? Are there any errors/warnings
>> about Java or jdk?
>>
>> Kind regards
>> Regina
>>
>> Ankit Tekriwal schrieb:
>>
>>> =
>>> Building module bean
>>> =
>>>
>>> Entering /cygdrive/c/source/aoo-trunk/main/bean/native/win32
>>>
>>> Making:officebean.dll
>>> Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
>>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>>
>>> Microsoft (R) Incremental Linker Version 9.00.30729.01
>>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>>
>>> /MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
>>> -DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
>>> wntmsci12.pro/bin/officebean.dll -map:../../
>>> wntmsci12.pro/misc/officebean.map -def:../../
>>> wntmsci12.pro/misc/officebean.def -implib:../../
>>> wntmsci12.pro/lib/iofficebean_t1.lib ../../
>>> wntmsci12.pro/slo/officebean_version.obj ../../
>>> wntmsci12.pro/slb/officebean.lib jawt.lib isal.lib msvcrt.lib
>>> msvcprt.lib
>>> uwinapi.lib kernel32.lib user32.lib oldnames.lib ../../
>>> wntmsci12.pro/misc/officebean.res
>>> Creating library ../../wntmsci12.pro/lib/iofficebean_t1.lib and
>>> object
>>> ../../wntmsci12.pro/lib/iofficebean_t1.exp
>>> officebean.lib(com_sun_star_comp_beans_LocalOfficeWindow.obj) : error
>>> LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced in
>>> function _Java_com_sun_star_comp_beans_LocalOfficeWindow_
>>> getNativeWindow@8
>>> ../../wntmsci12.pro/bin/officebean.dll : fatal error LNK1120: 1
>>> unresolved
>>> externals
>>> dmake:  Error code 96, while making '../../wntmsci12.pro/bin/
>>> officebean.dll'
>>>
>>> 1 module(s):
>>>  bean
>>> need(s) to be rebuilt
>>>
>>> Reason(s):
>>>
>>> ERROR: error 65280 occurred while making
>>> /cygdrive/c/source/aoo-trunk/main/bean/native/win32
>>>
>>> When you have fixed the errors in that module you can resume the build by
>>> running:
>>>
>>>  build --all:bean
>>> ===
>>>
>>> Sorry for plenty of mails but I really need to get this working soon. Do
>>> anyone have any idea about this error?
>>>
>>> Thanks,
>>> Ankit
>>>
>>> On Tue, Sep 23, 2014 at 10:37 PM, Ankit Tekriwal <
>>> ankittekriwa...@gmail.com>
>>> wrote:
>>>
>>>  Never Mind. I have rerun the compilation and surprisingly the build is
 passing now

 On Tue, Sep 23, 2014 at 10:35 PM, Ankit Tekriwal <
 ankittekriwa...@gmail.com> wrote:

  Hi Regina/Martin,
>
> I have installed cygwin 32 bit and followed the new guide as given by
> Martin
> https://wiki.openoffice.org/wiki/Documentation/Building_
> Guide_AOO/Step_by_step#Windows_7
> Everything worked like a charm except the building phase. Error
> encountered is:
>
>
> Building module javaunohelper
> =
>
> Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/inc
>
> mkout -- version: 1.8
> mkdir.exe -p ../wntmsci12.pro/slo/pch
> precompiled_javaunohelper.cxx
> mkdir.exe -p ../wntmsci12.pro/slo/pch_ex
> precompiled_javaunohelper.cxx
>
> Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/source
>
> Making:all_juh.dpslo
> Compiling: javaunohelper/wntmsci12.pro/misc/juhx_version.c
> Compiling: javaunohelper/wntmsci12.pro/misc/juh_version.c
> Compiling: javaunohelper/source/javaunohelper.cxx
> C:/source/aoo-trunk/main/javaunohelper/source/javaunohelper.cxx(25) :
> fatal error C1859: '../
> wntmsci12.pro/slo/pch_ex/precompiled_javaunohelper.hxx.pch' unexpected
> precompiled header error, simply rerunning the compiler might fix this
> problem
> dmake:  Error code 2, while making '../
> wntmsci12.pro/slo/javaunohelper.obj'
>
> 1 module(s):
>  javaunohelper
> need(s) to be rebuilt
>
> Reason(s):
>
> ERROR: error 65280 occurred while making
> /cygdrive/c/source/aoo-trunk/main/javaunohelper/source
>
> When you have fixed the errors in that module you can resume the build
> by
> running:
>
>  build --all:javaunohelper
>
> Is this issue known??
>
> Thanks,
> Ankit
>
>
> On Tue, Sep 23, 2014 at 6:21 PM, Ankit Tekriwal <
> ankittekriwa...@gmail.com> wrote:
>
>  Hi Regina/Martin,
>>
>> I have started the installation of cygwin 32 bit(Found 1.2 in
>> http://cygwin.com/faq/faq.html which lists that 32 bit can run in the
>> WOW64 32 bit environment on rel

Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-23 Thread Ankit Tekriwal
I have jdk 1.7 update 60. And yes I have used --with-jdk-home in configure
script. Configure executed successfully with no errors.

Thanks,
Ankit
On Sep 24, 2014 1:39 AM, "Regina Henschel"  wrote:

> Hi Ankit,
>
> Which JDK do you have installed?
>
> Do you have --with-jdk-home= in your configure script?
>
> Do you have a log of the configure output? Are there any errors/warnings
> about Java or jdk?
>
> Kind regards
> Regina
>
> Ankit Tekriwal schrieb:
>
>> =
>> Building module bean
>> =
>>
>> Entering /cygdrive/c/source/aoo-trunk/main/bean/native/win32
>>
>> Making:officebean.dll
>> Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>
>> Microsoft (R) Incremental Linker Version 9.00.30729.01
>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>
>> /MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
>> -DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
>> wntmsci12.pro/bin/officebean.dll -map:../../
>> wntmsci12.pro/misc/officebean.map -def:../../
>> wntmsci12.pro/misc/officebean.def -implib:../../
>> wntmsci12.pro/lib/iofficebean_t1.lib ../../
>> wntmsci12.pro/slo/officebean_version.obj ../../
>> wntmsci12.pro/slb/officebean.lib jawt.lib isal.lib msvcrt.lib msvcprt.lib
>> uwinapi.lib kernel32.lib user32.lib oldnames.lib ../../
>> wntmsci12.pro/misc/officebean.res
>> Creating library ../../wntmsci12.pro/lib/iofficebean_t1.lib and
>> object
>> ../../wntmsci12.pro/lib/iofficebean_t1.exp
>> officebean.lib(com_sun_star_comp_beans_LocalOfficeWindow.obj) : error
>> LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced in
>> function _Java_com_sun_star_comp_beans_LocalOfficeWindow_
>> getNativeWindow@8
>> ../../wntmsci12.pro/bin/officebean.dll : fatal error LNK1120: 1
>> unresolved
>> externals
>> dmake:  Error code 96, while making '../../wntmsci12.pro/bin/
>> officebean.dll'
>>
>> 1 module(s):
>>  bean
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making
>> /cygdrive/c/source/aoo-trunk/main/bean/native/win32
>>
>> When you have fixed the errors in that module you can resume the build by
>> running:
>>
>>  build --all:bean
>> ===
>>
>> Sorry for plenty of mails but I really need to get this working soon. Do
>> anyone have any idea about this error?
>>
>> Thanks,
>> Ankit
>>
>> On Tue, Sep 23, 2014 at 10:37 PM, Ankit Tekriwal <
>> ankittekriwa...@gmail.com>
>> wrote:
>>
>>  Never Mind. I have rerun the compilation and surprisingly the build is
>>> passing now
>>>
>>> On Tue, Sep 23, 2014 at 10:35 PM, Ankit Tekriwal <
>>> ankittekriwa...@gmail.com> wrote:
>>>
>>>  Hi Regina/Martin,

 I have installed cygwin 32 bit and followed the new guide as given by
 Martin
 https://wiki.openoffice.org/wiki/Documentation/Building_
 Guide_AOO/Step_by_step#Windows_7
 Everything worked like a charm except the building phase. Error
 encountered is:


 Building module javaunohelper
 =

 Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/inc

 mkout -- version: 1.8
 mkdir.exe -p ../wntmsci12.pro/slo/pch
 precompiled_javaunohelper.cxx
 mkdir.exe -p ../wntmsci12.pro/slo/pch_ex
 precompiled_javaunohelper.cxx

 Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/source

 Making:all_juh.dpslo
 Compiling: javaunohelper/wntmsci12.pro/misc/juhx_version.c
 Compiling: javaunohelper/wntmsci12.pro/misc/juh_version.c
 Compiling: javaunohelper/source/javaunohelper.cxx
 C:/source/aoo-trunk/main/javaunohelper/source/javaunohelper.cxx(25) :
 fatal error C1859: '../
 wntmsci12.pro/slo/pch_ex/precompiled_javaunohelper.hxx.pch' unexpected
 precompiled header error, simply rerunning the compiler might fix this
 problem
 dmake:  Error code 2, while making '../
 wntmsci12.pro/slo/javaunohelper.obj'

 1 module(s):
  javaunohelper
 need(s) to be rebuilt

 Reason(s):

 ERROR: error 65280 occurred while making
 /cygdrive/c/source/aoo-trunk/main/javaunohelper/source

 When you have fixed the errors in that module you can resume the build
 by
 running:

  build --all:javaunohelper

 Is this issue known??

 Thanks,
 Ankit


 On Tue, Sep 23, 2014 at 6:21 PM, Ankit Tekriwal <
 ankittekriwa...@gmail.com> wrote:

  Hi Regina/Martin,
>
> I have started the installation of cygwin 32 bit(Found 1.2 in
> http://cygwin.com/faq/faq.html which lists that 32 bit can run in the
> WOW64 32 bit environment on released 64 bit versions of Windows).
> @Martin Yes I have run the cmd source winenv.set.sh' as stated in the
> document.
> Never mind I have started cygwin32 installation.
>
> Thanks,
> Ankit
>
> On Tue, Sep 23, 2014 at 1:06

Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-23 Thread Regina Henschel

Hi Ankit,

Which JDK do you have installed?

Do you have --with-jdk-home= in your configure script?

Do you have a log of the configure output? Are there any errors/warnings 
about Java or jdk?


Kind regards
Regina

Ankit Tekriwal schrieb:

=
Building module bean
=

Entering /cygdrive/c/source/aoo-trunk/main/bean/native/win32

Making:officebean.dll
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

/MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
-DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
wntmsci12.pro/bin/officebean.dll -map:../../
wntmsci12.pro/misc/officebean.map -def:../../
wntmsci12.pro/misc/officebean.def -implib:../../
wntmsci12.pro/lib/iofficebean_t1.lib ../../
wntmsci12.pro/slo/officebean_version.obj ../../
wntmsci12.pro/slb/officebean.lib jawt.lib isal.lib msvcrt.lib msvcprt.lib
uwinapi.lib kernel32.lib user32.lib oldnames.lib ../../
wntmsci12.pro/misc/officebean.res
Creating library ../../wntmsci12.pro/lib/iofficebean_t1.lib and object
../../wntmsci12.pro/lib/iofficebean_t1.exp
officebean.lib(com_sun_star_comp_beans_LocalOfficeWindow.obj) : error
LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced in
function _Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow@8
../../wntmsci12.pro/bin/officebean.dll : fatal error LNK1120: 1 unresolved
externals
dmake:  Error code 96, while making '../../wntmsci12.pro/bin/officebean.dll'

1 module(s):
 bean
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/source/aoo-trunk/main/bean/native/win32

When you have fixed the errors in that module you can resume the build by
running:

 build --all:bean
===

Sorry for plenty of mails but I really need to get this working soon. Do
anyone have any idea about this error?

Thanks,
Ankit

On Tue, Sep 23, 2014 at 10:37 PM, Ankit Tekriwal 
wrote:


Never Mind. I have rerun the compilation and surprisingly the build is
passing now

On Tue, Sep 23, 2014 at 10:35 PM, Ankit Tekriwal <
ankittekriwa...@gmail.com> wrote:


Hi Regina/Martin,

I have installed cygwin 32 bit and followed the new guide as given by
Martin
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
Everything worked like a charm except the building phase. Error
encountered is:


Building module javaunohelper
=

Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/inc

mkout -- version: 1.8
mkdir.exe -p ../wntmsci12.pro/slo/pch
precompiled_javaunohelper.cxx
mkdir.exe -p ../wntmsci12.pro/slo/pch_ex
precompiled_javaunohelper.cxx

Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/source

Making:all_juh.dpslo
Compiling: javaunohelper/wntmsci12.pro/misc/juhx_version.c
Compiling: javaunohelper/wntmsci12.pro/misc/juh_version.c
Compiling: javaunohelper/source/javaunohelper.cxx
C:/source/aoo-trunk/main/javaunohelper/source/javaunohelper.cxx(25) :
fatal error C1859: '../
wntmsci12.pro/slo/pch_ex/precompiled_javaunohelper.hxx.pch' unexpected
precompiled header error, simply rerunning the compiler might fix this
problem
dmake:  Error code 2, while making '../
wntmsci12.pro/slo/javaunohelper.obj'

1 module(s):
 javaunohelper
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/source/aoo-trunk/main/javaunohelper/source

When you have fixed the errors in that module you can resume the build by
running:

 build --all:javaunohelper

Is this issue known??

Thanks,
Ankit


On Tue, Sep 23, 2014 at 6:21 PM, Ankit Tekriwal <
ankittekriwa...@gmail.com> wrote:


Hi Regina/Martin,

I have started the installation of cygwin 32 bit(Found 1.2 in
http://cygwin.com/faq/faq.html which lists that 32 bit can run in the
WOW64 32 bit environment on released 64 bit versions of Windows).
@Martin Yes I have run the cmd source winenv.set.sh' as stated in the
document.
Never mind I have started cygwin32 installation.

Thanks,
Ankit

On Tue, Sep 23, 2014 at 1:06 PM, Martin Tille  wrote:


Hi Ankit,


Is windows 64 bit not supported as the development environment?

can't answer that one, only that it didn't worked out for me too, but
not at this early point. What are your configuration options and can you
post your path variable?

Before running bootstrap did you have run 'source winenv.set.sh'? Also
the page you mentioned is out of date, check out this:

https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7

Regards - Martin

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org













-
To

Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-23 Thread Ankit Tekriwal
=
Building module bean
=

Entering /cygdrive/c/source/aoo-trunk/main/bean/native/win32

Making:officebean.dll
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

/MAP /OPT:NOREF -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -RELEASE
-DEBUG -INCREMENTAL:NO /SUBSYSTEM:CONSOLE /DLL -out:../../
wntmsci12.pro/bin/officebean.dll -map:../../
wntmsci12.pro/misc/officebean.map -def:../../
wntmsci12.pro/misc/officebean.def -implib:../../
wntmsci12.pro/lib/iofficebean_t1.lib ../../
wntmsci12.pro/slo/officebean_version.obj ../../
wntmsci12.pro/slb/officebean.lib jawt.lib isal.lib msvcrt.lib msvcprt.lib
uwinapi.lib kernel32.lib user32.lib oldnames.lib ../../
wntmsci12.pro/misc/officebean.res
   Creating library ../../wntmsci12.pro/lib/iofficebean_t1.lib and object
../../wntmsci12.pro/lib/iofficebean_t1.exp
officebean.lib(com_sun_star_comp_beans_LocalOfficeWindow.obj) : error
LNK2019: unresolved external symbol __imp__JAWT_GetAWT@8 referenced in
function _Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow@8
../../wntmsci12.pro/bin/officebean.dll : fatal error LNK1120: 1 unresolved
externals
dmake:  Error code 96, while making '../../wntmsci12.pro/bin/officebean.dll'

1 module(s):
bean
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/source/aoo-trunk/main/bean/native/win32

When you have fixed the errors in that module you can resume the build by
running:

build --all:bean
===

Sorry for plenty of mails but I really need to get this working soon. Do
anyone have any idea about this error?

Thanks,
Ankit

On Tue, Sep 23, 2014 at 10:37 PM, Ankit Tekriwal 
wrote:

> Never Mind. I have rerun the compilation and surprisingly the build is
> passing now
>
> On Tue, Sep 23, 2014 at 10:35 PM, Ankit Tekriwal <
> ankittekriwa...@gmail.com> wrote:
>
>> Hi Regina/Martin,
>>
>> I have installed cygwin 32 bit and followed the new guide as given by
>> Martin
>> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
>> Everything worked like a charm except the building phase. Error
>> encountered is:
>>
>>
>> Building module javaunohelper
>> =
>>
>> Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/inc
>>
>> mkout -- version: 1.8
>> mkdir.exe -p ../wntmsci12.pro/slo/pch
>> precompiled_javaunohelper.cxx
>> mkdir.exe -p ../wntmsci12.pro/slo/pch_ex
>> precompiled_javaunohelper.cxx
>>
>> Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/source
>>
>> Making:all_juh.dpslo
>> Compiling: javaunohelper/wntmsci12.pro/misc/juhx_version.c
>> Compiling: javaunohelper/wntmsci12.pro/misc/juh_version.c
>> Compiling: javaunohelper/source/javaunohelper.cxx
>> C:/source/aoo-trunk/main/javaunohelper/source/javaunohelper.cxx(25) :
>> fatal error C1859: '../
>> wntmsci12.pro/slo/pch_ex/precompiled_javaunohelper.hxx.pch' unexpected
>> precompiled header error, simply rerunning the compiler might fix this
>> problem
>> dmake:  Error code 2, while making '../
>> wntmsci12.pro/slo/javaunohelper.obj'
>>
>> 1 module(s):
>> javaunohelper
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making
>> /cygdrive/c/source/aoo-trunk/main/javaunohelper/source
>>
>> When you have fixed the errors in that module you can resume the build by
>> running:
>>
>> build --all:javaunohelper
>>
>> Is this issue known??
>>
>> Thanks,
>> Ankit
>>
>>
>> On Tue, Sep 23, 2014 at 6:21 PM, Ankit Tekriwal <
>> ankittekriwa...@gmail.com> wrote:
>>
>>> Hi Regina/Martin,
>>>
>>> I have started the installation of cygwin 32 bit(Found 1.2 in
>>> http://cygwin.com/faq/faq.html which lists that 32 bit can run in the
>>> WOW64 32 bit environment on released 64 bit versions of Windows).
>>> @Martin Yes I have run the cmd source winenv.set.sh' as stated in the
>>> document.
>>> Never mind I have started cygwin32 installation.
>>>
>>> Thanks,
>>> Ankit
>>>
>>> On Tue, Sep 23, 2014 at 1:06 PM, Martin Tille  wrote:
>>>
 Hi Ankit,

 > Is windows 64 bit not supported as the development environment?
 can't answer that one, only that it didn't worked out for me too, but
 not at this early point. What are your configuration options and can you
 post your path variable?

 Before running bootstrap did you have run 'source winenv.set.sh'? Also
 the page you mentioned is out of date, check out this:

 https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7

 Regards - Martin

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org


>>>
>>
>


Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-23 Thread Ankit Tekriwal
Hi Regina/Martin,

I have installed cygwin 32 bit and followed the new guide as given by
Martin
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
Everything worked like a charm except the building phase. Error encountered
is:


Building module javaunohelper
=

Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/inc

mkout -- version: 1.8
mkdir.exe -p ../wntmsci12.pro/slo/pch
precompiled_javaunohelper.cxx
mkdir.exe -p ../wntmsci12.pro/slo/pch_ex
precompiled_javaunohelper.cxx

Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/source

Making:all_juh.dpslo
Compiling: javaunohelper/wntmsci12.pro/misc/juhx_version.c
Compiling: javaunohelper/wntmsci12.pro/misc/juh_version.c
Compiling: javaunohelper/source/javaunohelper.cxx
C:/source/aoo-trunk/main/javaunohelper/source/javaunohelper.cxx(25) : fatal
error C1859: '../wntmsci12.pro/slo/pch_ex/precompiled_javaunohelper.hxx.pch'
unexpected precompiled header error, simply rerunning the compiler might
fix this problem
dmake:  Error code 2, while making '../wntmsci12.pro/slo/javaunohelper.obj'

1 module(s):
javaunohelper
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/source/aoo-trunk/main/javaunohelper/source

When you have fixed the errors in that module you can resume the build by
running:

build --all:javaunohelper

Is this issue known??

Thanks,
Ankit


On Tue, Sep 23, 2014 at 6:21 PM, Ankit Tekriwal 
wrote:

> Hi Regina/Martin,
>
> I have started the installation of cygwin 32 bit(Found 1.2 in
> http://cygwin.com/faq/faq.html which lists that 32 bit can run in the
> WOW64 32 bit environment on released 64 bit versions of Windows).
> @Martin Yes I have run the cmd source winenv.set.sh' as stated in the
> document.
> Never mind I have started cygwin32 installation.
>
> Thanks,
> Ankit
>
> On Tue, Sep 23, 2014 at 1:06 PM, Martin Tille  wrote:
>
>> Hi Ankit,
>>
>> > Is windows 64 bit not supported as the development environment?
>> can't answer that one, only that it didn't worked out for me too, but
>> not at this early point. What are your configuration options and can you
>> post your path variable?
>>
>> Before running bootstrap did you have run 'source winenv.set.sh'? Also
>> the page you mentioned is out of date, check out this:
>>
>> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
>>
>> Regards - Martin
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
>


Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-23 Thread Ankit Tekriwal
Never Mind. I have rerun the compilation and surprisingly the build is
passing now

On Tue, Sep 23, 2014 at 10:35 PM, Ankit Tekriwal 
wrote:

> Hi Regina/Martin,
>
> I have installed cygwin 32 bit and followed the new guide as given by
> Martin
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
> Everything worked like a charm except the building phase. Error
> encountered is:
>
>
> Building module javaunohelper
> =
>
> Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/inc
>
> mkout -- version: 1.8
> mkdir.exe -p ../wntmsci12.pro/slo/pch
> precompiled_javaunohelper.cxx
> mkdir.exe -p ../wntmsci12.pro/slo/pch_ex
> precompiled_javaunohelper.cxx
>
> Entering /cygdrive/c/source/aoo-trunk/main/javaunohelper/source
>
> Making:all_juh.dpslo
> Compiling: javaunohelper/wntmsci12.pro/misc/juhx_version.c
> Compiling: javaunohelper/wntmsci12.pro/misc/juh_version.c
> Compiling: javaunohelper/source/javaunohelper.cxx
> C:/source/aoo-trunk/main/javaunohelper/source/javaunohelper.cxx(25) :
> fatal error C1859: '../
> wntmsci12.pro/slo/pch_ex/precompiled_javaunohelper.hxx.pch' unexpected
> precompiled header error, simply rerunning the compiler might fix this
> problem
> dmake:  Error code 2, while making '../wntmsci12.pro/slo/javaunohelper.obj
> '
>
> 1 module(s):
> javaunohelper
> need(s) to be rebuilt
>
> Reason(s):
>
> ERROR: error 65280 occurred while making
> /cygdrive/c/source/aoo-trunk/main/javaunohelper/source
>
> When you have fixed the errors in that module you can resume the build by
> running:
>
> build --all:javaunohelper
>
> Is this issue known??
>
> Thanks,
> Ankit
>
>
> On Tue, Sep 23, 2014 at 6:21 PM, Ankit Tekriwal  > wrote:
>
>> Hi Regina/Martin,
>>
>> I have started the installation of cygwin 32 bit(Found 1.2 in
>> http://cygwin.com/faq/faq.html which lists that 32 bit can run in the
>> WOW64 32 bit environment on released 64 bit versions of Windows).
>> @Martin Yes I have run the cmd source winenv.set.sh' as stated in the
>> document.
>> Never mind I have started cygwin32 installation.
>>
>> Thanks,
>> Ankit
>>
>> On Tue, Sep 23, 2014 at 1:06 PM, Martin Tille  wrote:
>>
>>> Hi Ankit,
>>>
>>> > Is windows 64 bit not supported as the development environment?
>>> can't answer that one, only that it didn't worked out for me too, but
>>> not at this early point. What are your configuration options and can you
>>> post your path variable?
>>>
>>> Before running bootstrap did you have run 'source winenv.set.sh'? Also
>>> the page you mentioned is out of date, check out this:
>>>
>>> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
>>>
>>> Regards - Martin
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>
>>>
>>
>


Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-23 Thread Ankit Tekriwal
Hi Regina/Martin,

I have started the installation of cygwin 32 bit(Found 1.2 in
http://cygwin.com/faq/faq.html which lists that 32 bit can run in the WOW64
32 bit environment on released 64 bit versions of Windows).
@Martin Yes I have run the cmd source winenv.set.sh' as stated in the
document.
Never mind I have started cygwin32 installation.

Thanks,
Ankit

On Tue, Sep 23, 2014 at 1:06 PM, Martin Tille  wrote:

> Hi Ankit,
>
> > Is windows 64 bit not supported as the development environment?
> can't answer that one, only that it didn't worked out for me too, but
> not at this early point. What are your configuration options and can you
> post your path variable?
>
> Before running bootstrap did you have run 'source winenv.set.sh'? Also
> the page you mentioned is out of date, check out this:
>
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
>
> Regards - Martin
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Need Cygwin be 32bit? was:Error while building AOO

2014-09-23 Thread Martin Tille
Hi Ankit,

> Is windows 64 bit not supported as the development environment?
can't answer that one, only that it didn't worked out for me too, but
not at this early point. What are your configuration options and can you
post your path variable?

Before running bootstrap did you have run 'source winenv.set.sh'? Also
the page you mentioned is out of date, check out this:
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7

Regards - Martin

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Need Cygwin be 32bit? was:Error while building AOO

2014-09-23 Thread Regina Henschel

Hi Ankit,

Ankit Tekriwal schrieb:

So can I run 32 bit cygwin on a 64 bit machine?Moreover Is 32 bit cygwin
mandatory for development or we have an option for 64 bit also. Can anyone
else too confirm??


I have added it to the subject, so hopefully get more attention.

In section 2 of the mentioned Building Guide the part "32bit version" is 
emphasized. In addition, when I read section 6.4 and 6.5 in 
http://cygwin.com/faq/faq.html, I'm pretty sure, that OpenOffice had not 
made such changes mentioned there. So please give the 32bit version a try.


Kind regards
Regina



Thanks,
Ankit
On Sep 23, 2014 3:15 AM, "Regina Henschel"  wrote:


Hi Ankit,

I do not have a 64-bit system, so I might be totally wrong, but the
building guide
https://wiki.openoffice.org/wiki/Documentation/Building_
Guide_AOO/Building_on_Windows#Setting_up_Cygwin

says
"Go to http://www.cygwin.com/ and download and install the current 32bit
version."
but your Cygwin seems to be a 64-bit version? For me uname -m is i686.

Kind regards
Regina


Ankit Tekriwal schrieb:


Hi All,

While running the command *./bootstrap, *I am getting the following error:


making and entering C:/source/aoo-trunk/main/solenv/
wntmsci12.pro/misc/build/
unpacking
/cygdrive/c/source/aoo-trunk/ext_sources/266d817492d8259a640fad07546108
0e-dmake-4.12.tar.bz2
entering dmake-4.12
checking build system type... ./config.guess: unable to guess system type

This script, last modified 2005-07-08, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from


http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/
config/config.guess
and

http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/
config/config.sub

If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to  in order to provide the needed
information to handle your system.

config.guess timestamp = 2005-07-08

uname -m = x86_64
uname -r = 1.7.32(0.274/5/3)
uname -s = CYGWIN_NT-6.1
uname -v = 2014-08-13 23:06

/usr/bin/uname -p = unknown
/bin/uname -X =

hostinfo   =
/bin/universe  =
/usr/bin/arch -k   =
/bin/arch  = x86_64
/usr/bin/oslevel   =
/usr/convex/getsysinfo =

UNAME_MACHINE = x86_64
UNAME_RELEASE = 1.7.32(0.274/5/3)
UNAME_SYSTEM  = CYGWIN_NT-6.1
UNAME_VERSION = 2014-08-13 23:06
configure: error: cannot guess build type; you must specify one

Can anyone help please.

Thanks,
Ankit




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org







-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org