Patricia you are correct, after a few more attempts the desktop module did
build successfully. Now I'm up to the postprocess module, with this error:

Entering /cygdrive/d/source/aoo-trunk/main/postprocess/packcomponents

dmake:  Error: -- `/cygdrive/d/source/aoo-trunk/main/solver/420/
wntmsci12.pro/xml/chartcontroller.component' not found, and can't be made

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

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/d/source/aoo-trunk/main/postprocess/packcomponents

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

        build --all:postprocess


Any ideas on this "chartcontroller.component"?


On Wed, Sep 14, 2016 at 11:58 PM, John D'Orazio <
john.dora...@cappellaniauniroma3.org> wrote:

> If it can be of any use to understand better the problem, I'm using this
> configuration:
>
> SDK_PATH="D:\Microsoft_SDKs\Windows\v7.0"
>
> ./configure --with-frame-home="$SDK_PATH" --with-psdk-home="$SDK_PATH"
> --with-midl-path="$SDK_PATH/bin" --with-directx-home="D:\
> Microsoft_DirectX_SDK_June_2010" 
> --with-ant-home="/cygdrive/d/apache-ant/apache-ant-1.9.7"
> --with-jdk-home="C:\Program Files (x86)\Java\jdk1.8.0_73"
> --with-csc-path="C:\Windows\Microsoft.NET\Framework\v3.5"
> --with-dmake-url="http://sourceforge.net/projects/
> oooextras.mirror/files/dmake-4.12.tar.bz2" --with-epm-url="http://www.
> msweet.org/files/project2/epm-3.7-source.tar.gz" --disable-pch
> --disable-atl --disable-activex --without-junit
>
>
> On Wed, Sep 14, 2016 at 9:39 PM, John D'Orazio <john.dorazio@
> cappellaniauniroma3.org> wrote:
>
>> So I've taken courage thanks also to the work done by Patricia Shanahan
>> on building OpenOffice in Windows 7 and Windows 8.1. I'm using Windows 10,
>> and I've sorted through the first few obstacles and my build has now been
>> running for 5-6 hours without any trouble. Until now that is. It just broke
>> while building "guistdio.exe" in the desktop module. I'm not really seeing
>> much information that can help me though, can any pick out what the trouble
>> might be? Here is the last part of the build output:
>>
>> Compiling: desktop/test/deployment/active/active_native.cxx
>> Making:    test_deployment_active.lib
>> Making:    module definition file active_native.uno.def
>> Making:    itest_deployment_active_t1.lib
>> lib -machine:IX86 @D:/cygwin/tmp/mktDdH6P
>> Microsoft (R) Library Manager Version 9.00.30729.01
>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>
>> -out:../../../wntmsci12.pro/lib/itest_deployment_active_t1.lib
>> -def:../../../wntmsci12.pro/misc/active_native.uno.def
>>    Creating library ../../../wntmsci12.pro/lib/ite
>> st_deployment_active_t1.lib and object ../../../wntmsci12.pro/lib/ite
>> st_deployment_active_t1.exp
>> Making:    active_native.uno.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/active_native.uno.dll -map:../../../wntmsci12.pro/mi
>> sc/active_native.uno.map ../../../wntmsci12.pro/lib/ite
>> st_deployment_active_t1.exp ../../../wntmsci12.pro/slo/active_native.obj
>> ../../../wntmsci12.pro/slo/active_native.uno_version.obj icppuhelper.lib
>> icppu.lib isal.lib msvcrt.lib msvcprt.lib uwinapi.lib kernel32.lib
>> user32.lib oldnames.lib ../../../wntmsci12.pro/misc/active_native.uno.res
>> linking ../../../wntmsci12.pro/bin/active_native.uno.dll.manifest ...
>> Making:    all_test_deployment_active.dpslo
>> mkdir.exe -p ../../../wntmsci12.pro/misc/test_deployment_active/
>> /bin/rm -f ../../../wntmsci12.pro/misc/test_deployment_active/active_ja
>> va.jar
>> /bin/rm -f -r ../../../wntmsci12.pro/misc/te
>> st_deployment_active/active_java.jar-zip
>> mkdir.exe ../../../wntmsci12.pro/misc/test_deployment_active/active_ja
>> va.jar-zip
>> mkdir.exe -p ../../../wntmsci12.pro/misc/test_deployment_active/active_ja
>> va.jar-zip/META-INF \
>>         ../../../wntmsci12.pro/misc/test_deployment_active/active_ja
>> va.jar-zip/com/sun/star/comp/test/deployment/active_java
>> cp MANIFEST.MF ../../../wntmsci12.pro/misc/te
>> st_deployment_active/active_java.jar-zip/META-INF/
>> cp ../../../wntmsci12.pro/class/com/sun/star/comp/test/deployme
>> nt/active_java/Dispatch.class ../../../wntmsci12.pro/class/c
>> om/sun/star/comp/test/deployment/active_java/Provider.class ../../../
>> wntmsci12.pro/class/com/sun/star/comp/test/deployme
>> nt/active_java/Services.class \
>>         ../../../wntmsci12.pro/misc/test_deployment_active/active_ja
>> va.jar-zip/com/sun/star/comp/test/deployment/active_java/
>> cd ../../../wntmsci12.pro/misc/test_deployment_active/active_java.jar-zip
>> && zip ../active_java.jar \
>>         META-INF/MANIFEST.MF 
>> com/sun/star/comp/test/deployment/active_java/Dispatch.class
>> com/sun/star/comp/test/deployment/active_java/Provider.class
>> com/sun/star/comp/test/deployment/active_java/Services.class
>>   adding: META-INF/MANIFEST.MF (deflated 9%)
>>   adding: com/sun/star/comp/test/deployment/active_java/Dispatch.class
>> (deflated 54%)
>>   adding: com/sun/star/comp/test/deployment/active_java/Provider.class
>> (deflated 52%)
>>   adding: com/sun/star/comp/test/deployment/active_java/Services.class
>> (deflated 54%)
>> /bin/rm -f ../../../wntmsci12.pro/misc/active.oxt
>> /bin/rm -f -r ../../../wntmsci12.pro/misc/te
>> st_deployment_active/active.oxt-zip
>> mkdir.exe ../../../wntmsci12.pro/misc/test_deployment_active/active.ox
>> t-zip
>> mkdir.exe -p ../../../wntmsci12.pro/misc/test_deployment_active/active.ox
>> t-zip/META-INF
>> sed -e 's|@PATH@|active_native.uno.dll|g' \
>>         -e 's|@PLATFORM@|windows_x86|g' < manifest.xml \
>>         > ../../../wntmsci12.pro/misc/test_deployment_active/active.ox
>> t-zip/META-INF/manifest.xml
>> cp description.xml Addons.xcu ProtocolHandler.xcu ../../../
>> wntmsci12.pro/bin/active_native.uno.dll \
>>         ../../../wntmsci12.pro/misc/test_deployment_active/active_ja
>> va.jar active_python.py \
>>         ../../../wntmsci12.pro/misc/test_deployment_active/active.ox
>> t-zip/
>> cd ../../../wntmsci12.pro/misc/test_deployment_active/active.oxt-zip &&
>> zip ../../active.oxt \
>>         META-INF/manifest.xml description.xml Addons.xcu
>> ProtocolHandler.xcu \
>>         active_native.uno.dll active_java.jar active_python.py
>>   adding: META-INF/manifest.xml (deflated 58%)
>>   adding: description.xml (deflated 50%)
>>   adding: Addons.xcu (deflated 67%)
>>   adding: ProtocolHandler.xcu (deflated 61%)
>>   adding: active_native.uno.dll (deflated 58%)
>>   adding: active_java.jar (deflated 13%)
>>   adding: active_python.py (deflated 69%)
>>
>> Entering /cygdrive/d/source/aoo-trunk/main/desktop/inc
>>
>>
>> Entering /cygdrive/d/source/aoo-trunk/main/desktop/win32/source/guistdio
>>
>> Making:    all_guistdio.dpobj
>> Compiling: desktop/win32/source/guistdio/guistdio.cxx
>> Compiling: desktop/win32/source/guistdio/unopkgio.cxx
>> Making:    guistdio.exe
>> 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 /BASE:0x1b000000 -out:../../../
>> wntmsci12.pro/bin/guistdio.exe -map:../../../wntmsci12.pro/mi
>> sc/guistdio.map ../../../wntmsci12.pro/obj/guistdio.obj msvcrt.lib
>> msvcprt.lib kernel32.lib user32.lib oldnames.lib
>> linking ../../../wntmsci12.pro/bin/guistdio.exe.manifest ...
>> dmake:  Error code 31, while making '../../../wntmsci12.pro/bin/gu
>> istdio.exe'
>> dmake:  '../../../wntmsci12.pro/bin/guistdio.exe' removed.
>>
>> 1 module(s):
>>         desktop
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making /cygdrive/d/source/aoo-trunk/m
>> ain/desktop/win32/source/guistdio
>>
>> When you have fixed the errors in that module you can resume the build by
>> running:
>>
>>         build --all:desktop
>>
>> Do I perhaps need to enable a verbose output to have more information to
>> go on?
>>
>> --
>> John R. D'Orazio
>>
>
>
>
> --
> John R. D'Orazio
>
>


-- 
John R. D'Orazio

Reply via email to