You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by shzh zhao <ao...@gmail.com> on 2012/07/26 08:09:24 UTC

who can help me resolve the build break issue?

hi,

I do  AOO build with para of
--with-dmake-url=
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
--with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz--with-cl-home=/cygdrive/d/aoo/tool/vc2k8/VC
--with-mspdb-path=/cygdrive/d/aoo/tool/vc2k8/Common7/IDE
--with-frame-home=/cygdrive/D/aoo/tool/SDK6.1
--with-psdk-home=/cygdrive/D/aoo/tool/SDK6.1
--with-midl-path=/cygdrive/D/aoo/tool/SDK6.1/Bin
--with-asm-home=/cygdrive/d/aoo/tool/vc2k8/VC/Bin
--with-csc-path=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5
--with-ant-home=/cygdrive/d/aoo/tool/ant-1.8.4
--with-jdk-home=/cygdrive/C/Program Files/Java/jdk1.6.0_10
--disable-directx --without-junit
--disable-build-mozilla --disable-mozilla --disable-odk
--disable-activex --disable-atl --disable-binfilter


in the end step,error occurred.
====
... languages en-US ...
... analyzing update database ...
... analyzing files ...
preparing 0 extension blobs for language en-US:
preparing 0 bundled extensions for language en-US:

*ERROR: The following files could not be found:
ERROR: File not found: emser.dll
ERROR: File not found: oleautobridge.uno.dll
ERROR: File not found: so_activex.dll*
... cleaning the output tree ...
... removing directory /tmp/ooopackaging/i_50041343281597 ...

**************************************************
ERROR: ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
**************************************************

how to resolve this issue?
-- 
*


mailto: *aoo.zhaoshzh@gmail.com <https://google.com/profiles>
 <https://google.com/profiles>

Re: who can help me resolve the build break issue?

Posted by shzh zhao <ao...@gmail.com>.
Besides the VC express, I installed a new VC2008,and get rid of the option
of "--disable-activex --disable-atl ",
build passed.

Thanks your detail answer.

2012/7/26 Jürgen Schmidt <jo...@googlemail.com>

> On 7/26/12 8:09 AM, shzh zhao wrote:
> > hi,
> >
> > I do  AOO build with para of
> > --with-dmake-url=
> > http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
> > --with-epm-url=
> http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz--with-cl-home=/cygdrive/d/aoo/tool/vc2k8/VC
> > --with-mspdb-path=/cygdrive/d/aoo/tool/vc2k8/Common7/IDE
> > --with-frame-home=/cygdrive/D/aoo/tool/SDK6.1
> > --with-psdk-home=/cygdrive/D/aoo/tool/SDK6.1
> > --with-midl-path=/cygdrive/D/aoo/tool/SDK6.1/Bin
> > --with-asm-home=/cygdrive/d/aoo/tool/vc2k8/VC/Bin
> > --with-csc-path=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5
> > --with-ant-home=/cygdrive/d/aoo/tool/ant-1.8.4
> > --with-jdk-home=/cygdrive/C/Program Files/Java/jdk1.6.0_10
> > --disable-directx --without-junit
> > --disable-build-mozilla --disable-mozilla --disable-odk
> > --disable-activex --disable-atl --disable-binfilter
> >
> >
> > in the end step,error occurred.
> > ====
> > ... languages en-US ...
> > ... analyzing update database ...
> > ... analyzing files ...
> > preparing 0 extension blobs for language en-US:
> > preparing 0 bundled extensions for language en-US:
> >
> > *ERROR: The following files could not be found:
> > ERROR: File not found: emser.dll
> > ERROR: File not found: oleautobridge.uno.dll
> > ERROR: File not found: so_activex.dll*
> > ... cleaning the output tree ...
> > ... removing directory /tmp/ooopackaging/i_50041343281597 ...
> >
> > **************************************************
> > ERROR: ERROR: Missing files
> > in function: remove_Files_Without_Sourcedirectory
> > **************************************************
> >
> > how to resolve this issue?
> >
>
> this looks like a broken environment. The used configure switches
> doesn't fit to the error. Are you sure that you have configured cleanly
> in a new shell and have build everything from scratch after
> bootstrapping, setting a clean new environment?
>
> Juergen
>



-- 
*


mailto: *aoo.zhaoshzh@gmail.com <https://google.com/profiles>
<https://google.com/profiles>

Re: who can help me resolve the build break issue?

Posted by Jürgen Schmidt <jo...@googlemail.com>.
On 7/26/12 8:09 AM, shzh zhao wrote:
> hi,
> 
> I do  AOO build with para of
> --with-dmake-url=
> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
> --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz--with-cl-home=/cygdrive/d/aoo/tool/vc2k8/VC
> --with-mspdb-path=/cygdrive/d/aoo/tool/vc2k8/Common7/IDE
> --with-frame-home=/cygdrive/D/aoo/tool/SDK6.1
> --with-psdk-home=/cygdrive/D/aoo/tool/SDK6.1
> --with-midl-path=/cygdrive/D/aoo/tool/SDK6.1/Bin
> --with-asm-home=/cygdrive/d/aoo/tool/vc2k8/VC/Bin
> --with-csc-path=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5
> --with-ant-home=/cygdrive/d/aoo/tool/ant-1.8.4
> --with-jdk-home=/cygdrive/C/Program Files/Java/jdk1.6.0_10
> --disable-directx --without-junit
> --disable-build-mozilla --disable-mozilla --disable-odk
> --disable-activex --disable-atl --disable-binfilter
> 
> 
> in the end step,error occurred.
> ====
> ... languages en-US ...
> ... analyzing update database ...
> ... analyzing files ...
> preparing 0 extension blobs for language en-US:
> preparing 0 bundled extensions for language en-US:
> 
> *ERROR: The following files could not be found:
> ERROR: File not found: emser.dll
> ERROR: File not found: oleautobridge.uno.dll
> ERROR: File not found: so_activex.dll*
> ... cleaning the output tree ...
> ... removing directory /tmp/ooopackaging/i_50041343281597 ...
> 
> **************************************************
> ERROR: ERROR: Missing files
> in function: remove_Files_Without_Sourcedirectory
> **************************************************
> 
> how to resolve this issue?
> 

this looks like a broken environment. The used configure switches
doesn't fit to the error. Are you sure that you have configured cleanly
in a new shell and have build everything from scratch after
bootstrapping, setting a clean new environment?

Juergen