Hi Damjan,

I’ve got OO using svn co 
https://svn.apache.org/repos/asf/openoffice/trunk aoo-trunk a week ago.

I've cd'ed to udm and tried build -all:udm

This is output
                        Admin@shr-pc /cygdrive/c/source/aoo-trunk/main/udm      
        
                        $ build --all:udm               
                        build -- version: 1775979               
                                        
                                        
                        =============           
                        Building module udm             
                        =============           
                                        
                        Entering /cygdrive/c/source/aoo-trunk/main/udm/prj      
        
                                        
                        cd .. && make -s -r -j1   && make -s -r deliverlog      
        
                        ', needed by 
'/cygdrive/c/source/aoo-trunk/main/solver/420/wntmsci12.pro/workdir/CxxObject/udm/source/html/htmlitem.o'.
 
  Stop.                 
                        dmake:  Error code 2, while making 'all'                
                                        
                        1 module(s):            
                                udm             
                        need(s) to be rebuilt           
                                        
                        Reason(s):              
                                        
                        ERROR: error 65280 occurred while making 
/cygdrive/c/source/aoo-trunk/main/udm/prj               
                                        
                        When you have fixed the errors in that module you can 
resume the 
build by running:               
                                        
                                build --all:udm                 
                                        

I think I need to deep dive into dmake, so I'll be able to trace build 
and link processes and find what exactly done on udm module. So I'll 
appreciate reference to information on dmake.

--
Fyodor


From: Damjan Jovanovic [mailto:dam...@apache.org]
Sent: Tuesday, June 27, 2017 5:38 PM
To: Apache OO <dev@openoffice.apache.org>; fyodo...@hotmail.com
Subject: Re: Building OO

Hi Fyodor
Welcome to AOO :).
What version are you building?
Can you "cd" into the udm directory, and post the full output of "build" 
run from there?
Thank you
Damjan

On Tue, Jun 27, 2017 at 8:12 AM, Yemelyanenko Fyodor 
<fyodo...@hotmail.com> wrote:
=============
Building module udm
=============

Entering /cygdrive/c/source/aoo-trunk/main/udm/prj
Hello!

I'm newbie in OO development, and as New Volunteer Orientation module 
suggests, I've established local build env, and try to build OO.
I've installed required prerequisites from Building Guide 
(http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO) and 
started to build with this command

./configure \
     --with-frame-home="$SDK_PATH" \
     --with-psdk-home="$SDK_PATH" \
     --with-midl-path="$SDK_PATH/bin" \
     --with-ant-home="/cygdrive/c/ant110/apache-ant-1.10.1" \
     --with-jdk-home="C:/PROGRA~2/Java/JDK18~1.0_1" \
     --with-csc-path="C:/Windows/Microsoft.NET/Framework/v3.5" \
     --with-cl-home="C:/PROGRA~2/MICROS~1.0/VC" \
     --with-asm-home="C:/PROGRA~2/MICROS~1.0/VC/bin" \
     
--with-dmake-url="https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
 
\
     
--with-epm-url="https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz";
 
\
     --disable-pch \
     --disable-atl \
     --disable-activex \
     --disable-nss-module \
     --without-junit \
     --disable-directx

There are some modules built successfully, but built stop on UDM module 
with following error

cd .. && make -s -r -j1   && make -s -r deliverlog
[ build CXX ] udm/source/html/htmlitem
htmlitem.cxx
[ build CXX ] udm/source/xml/xmlitem
xmlitem.cxx
[ build DEP ] LNK:StaticLibrary/udm.lib
[ build PKG ] udm_inc
', needed by 
'/cygdrive/c/source/aoo-trunk/main/solver/420/wntmsci12.pro/workdir/CxxObject/udm/source/html/htmlitem.o'.
 
  Stop.
dmake:  Error code 2, while making 'all'

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

Reason(s):

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

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

         build --all:udm

I'm not professional with dmake (yet), so any help would be appreciated.

--
Fyodor


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

Reply via email to