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" <[email protected]> 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 <
>> [email protected]>
>> 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 <
>>> [email protected]> 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 <
>>>> [email protected]> 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 <[email protected]> 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: [email protected]
>>>>>> For additional commands, e-mail: [email protected]
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to