Build source Apache open office

2015-05-15 Thread Nguyễn Đình Văn
Dear Apache group,
I Build source fllow link :
wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
,
When I run command build --all then It's output this error message :
---
build -- version: 275224


=
Building module solenv
=

Entering /cygdrive/f/AndroidDev/aoo-4.1.1/main/solenv

mkout -- version: 1.8
/usr/bin/bash:
/cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/main/solenv/wntmsci12.p
ro/inc/myworld.mk: No
such file or directory
dmake:  Error code 1, while making
'/cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/ma
in/solenv/wntmsci12.pro/inc/myworld.mk'

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

---

Please for me away

-- 
Name :Nguyễn Đình Văn
BirthDay: 27-03
SDT:   0979998058 & 0949998972
Yahoo :dinhvanse
Gmail  :dinhvanse
Hotmail:dinhvanse


Re: Build source Apache open office

2015-05-15 Thread Oliver Brinzing

Hi,

> dmake:  Error code 1, while making
> '/cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/ma
>  in/solenv/wntmsci12.pro/inc/myworld.mk'

Can you please provide more information about your configuration?
What does autoconf, configure and bootstrap report?

For example i use:

SourceMain=/cygdrive/c/build_tmp/aoo_src/main
cd $SourceMain
autoconf

./configure \
--with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)")" \
--with-vendor="AOO Debug Build" \
--with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2";
 \
--with-ant-home="/cygdrive/c/build/ant" \
--with-mozilla-build="/cygdrive/c/build/mozilla-build" \
--with-frame-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
--with-psdk-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
--with-midl-path="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0/bin" \
--with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 9.0/VC" 
 \
--with-mspdb-path="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
9.0/Common7/IDE" \
--with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
9.0/VC/bin" \
--with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
--with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0"  \
--with-nsis-path="/cygdrive/c/Program Files (x86)/NSIS/Unicode" \
--with-directx-home="/cygdrive/c/Program Files (x86)/Microsoft DirectX SDK (June 
2010)" \
--with-atl-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/atl71" \
--with-atl-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386" \
--with-mfc-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42" \
--with-mfc-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386" \
--enable-pch \
--with-package-format="installed msi" \
--enable-win-x64-shellext \
--enable-category-b \
--enable-bundled-dictionaries \
--with-lang="de" \
--without-stlport \
--without-junit \
--enable-verbose \
--disable-odk \
--without-fonts \
--disable-online-update \
--disable-strip-solver \
--enable-symbols \
--enable-dbgutil \
--enable-crashdump \
--enable-debug \

./bootstrap
source winenv.set.sh
cd instsetoo_native
build --all --html -P4 -- -P4


Regards
Oliver


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



Re: Build source Apache open office

2015-05-20 Thread vannd
Oliver Brinzing  gmx.de> writes:

> 
> Hi,
> 
>  > dmake:  Error code 1, while making
>  > '/cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/ma
>  >  
in/solenv/wntmsci12.pro/inc/myworld.mk'
> 
> Can you please provide more information about your configuration?
> What does autoconf, configure and bootstrap report?
> 
> For example i use:
> 
> SourceMain=/cygdrive/c/build_tmp/aoo_src/main
> cd $SourceMain
> autoconf
> 
> ./configure \
> --with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)")" 
\
> --with-vendor="AOO Debug Build" \
> --with-dmake-url="http://dmake.apache-
extras.org.codespot.com/files/dmake-4.12.tar.bz2" \
> --with-ant-home="/cygdrive/c/build/ant" \
> --with-mozilla-build="/cygdrive/c/build/mozilla-build" \
> --with-frame-home="/cygdrive/c/Program Files/Microsoft 
SDKs/Windows/v7.0" \
> --with-psdk-home="/cygdrive/c/Program Files/Microsoft 
SDKs/Windows/v7.0" \
> --with-midl-path="/cygdrive/c/Program Files/Microsoft 
SDKs/Windows/v7.0/bin" \
> --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual 
Studio 9.0/VC"  \
> --with-mspdb-path="/cygdrive/c/Program Files (x86)/Microsoft Visual 
Studio 9.0/Common7/IDE" \
> --with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual 
Studio 9.0/VC/bin" \
> --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
> --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0"  \
> --with-nsis-path="/cygdrive/c/Program Files (x86)/NSIS/Unicode" \
> --with-directx-home="/cygdrive/c/Program Files (x86)/Microsoft DirectX 
SDK (June 2010)" \
> --with-atl-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/atl71" \
> --with-atl-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386" \
> --with-mfc-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42" \
> --with-mfc-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386" \
> --enable-pch \
> --with-package-format="installed msi" \
> --enable-win-x64-shellext \
> --enable-category-b \
> --enable-bundled-dictionaries \
> --with-lang="de" \
> --without-stlport \
> --without-junit \
> --enable-verbose \
> --disable-odk \
> --without-fonts \
> --disable-online-update \
> --disable-strip-solver \
> --enable-symbols \
> --enable-dbgutil \
> --enable-crashdump \
> --enable-debug \
> 
> ./bootstrap
> source winenv.set.sh
> cd instsetoo_native
> build --all --html -P4 -- -P4
> 
> Regards
> Oliver
> 

-
this is my command : 


  397  autoconf
  398  ./configure --with-frame-home="/cygdrive/c/Program\ 
Files/Microsoft\ SDKs/Windows/v7.0/Bin" --with-cl-
home="/cygdrive/f/AndroidDev/abc/VC" --with-midl-
path="/cygdrive/c/Program\ Files/java/jdk1.8.0_45/bin" --with-
directx-home="/cygdrive/f/AndroidDev/abc1" --with-ant-
home="/cygdrive/f/AndroidDev/apache-ant-1.9.4-bin/apache-ant-1.9.4" 
--with-dmake-url="http://dmake.apache-
extras.org.codespot.com/files/dmake-4.12.tar.bz2" --with-epm-
url="http://www.msweet.org/files/project2/epm-3.7-source.tar.gz"; --
enable-pch --disable-atl --disable-activex --without-junit
  399  ./bootstrap
  400  source winenv.set.sh
  401  cd instsetoo_native/
  402  build --all


Please for me away!




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



Re: Build source Apache open office

2015-05-21 Thread vannd
===> I have do tell you, but It do output this error.




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