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 ankittekriwa...@gmail.com
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 rb.hensc...@t-online.de
 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 rb.hensc...@t-online.de
 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-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-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 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 rb.hensc...@t-online.de
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 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 rb.hensc...@t-online.de
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 rb.hensc...@t-online.de
 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 Ankit Tekriwal
Attaching the configuration log

On Wed, Sep 24, 2014 at 10:19 AM, Ankit Tekriwal ankittekriwa...@gmail.com
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 rb.hensc...@t-online.de
 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 e...@gruene.de 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 

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 rb.hensc...@t-online.de 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 e...@gruene.de wrote:

  Hi Ankit,


  Is windows 64 bit not supported as the development environment?



can't answer 

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 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 rb.hensc...@t-online.de
 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 

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



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 e...@gruene.de 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 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 e...@gruene.de 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 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 e...@gruene.de 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
=
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 e...@gruene.de 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 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 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 e...@gruene.de 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
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 rb.hensc...@t-online.de 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 e...@gruene.de 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: