[Libreoffice] add_acor.py fix ...

Robert Sedak robert.sedak at sk.t-com.hr
Tue Oct 5 05:39:47 PDT 2010


Tnx,

I re-runed autogen.sh.

Next build stop:
checking for vcredist_x86.exe... configure: error: vcredist_x86.exe is
missing in external/vcredist/.
Get the version corresponding to your Visual Studio from the Microsoft
site and put it into external/vcredist.
make: *** [stamp/build] Error 1

Solution:
Downloaded vcredist_x86.exe from
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en&pf=true
and put into build/libreoffice-3.2.99.1/external/vcredist

Next build stop:
checking for vcredist_x64.exe... configure: error: vcredist_x86.exe is
missing in external/vcredist/.
Get the version corresponding to your Visual Studio from the Microsoft
site and put it into external/vcredist.
make: *** [stamp/build] Error 1

Solution:
Downloaded vcredist_x64.exe from
http://www.microsoft.com/downloads/en/details.aspx?familyid=90548130-4468-4BBC-9673-D6ACABD5D13B&displaylang=en&pf=true
and put into build/libreoffice-3.2.99.1/external/vcredist


Next build stop:
Entering
/cygdrive/f/cygwin/Robert/LibO/build/build/libreoffice-3.2.99.1/boost

cd ./wntmsci12.pro/misc/build/boost_1_39_0/libs/thread/src/win32 && dmake
Compiling:
boostthread/wntmsci12.pro/misc/build/boost_1_39_0/libs/thread/src/win32/exceptions.cpp
F:/cygwin/Robert/LibO/build/build/libreoffice-3.2.99.1/boost/wntmsci12.pro/misc/build/boost_1_39_0/libs/thread/src/win32/exceptions.cpp(7)
: fatal error C1083: Cannot open include file:
'boost/thread/detail/config.hpp': No such file or directory
dmake:  Error code 2, while making
'../../../../../../../../wntmsci12.pro/slo/exceptions.obj'
dmake:  Error code 255, while making 'boostthreadlib'
1 module(s):
        boost
need(s) to be rebuilt
Reason(s):
ERROR: error 65280 occurred while making
/cygdrive/f/cygwin/Robert/LibO/build/build/libreoffice-3.2.99.1/boost
Attention: if you fix the errors in above module(s) you may continue the
build issuing the following command:
        build --from boost
make: *** [stamp/build] Error 1


config.hpp file is in
F:/cygwin/Robert/LibO/build/build/libreoffice-3.2.99.1/boost/wntmsci12.pro/misc/build/boost_1_39_0/boost/thread/detail/config.hpp

I seem that build root for boost is not set.
Idea?


Thx,
Robert



On 5.10.2010 13:43, Michael Meeks wrote:
> Hi Robert / guys,
>
> On Tue, 2010-10-05 at 13:13 +0200, Robert Sedak wrote:
>> I have a build stop.
>> OS: WinXp32/Cygwin
> ..
>> touch stamp/patch.apply
>> make: *** No rule to make target `bin/add_acor.py', needed by
>> `stamp/autocorr.apply'.  Stop.
> 	We removed this from the build process, but it seems you didn't get
> your Makefile updated when Makefile.shared was touched; re-run
> autogen.sh to fix that.
>
> 	So - it seems that the Makefile rule designed to make this easy for us
> is disabled:
>
> $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/Makefile.shared $(am__configure_deps)
> 	@for dep in $?; do \
> 	...
>
> 	Where the # is:
>
> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcd...
>
> 	Sooo ... I wonder - should we add --enable-maintainer-mode to
> autogen.sh explicitly for everyone ? - it might save others this sort of
> problem ? Fridrich - can you test that on Win32 and (if it works nicely
> - commit it to autogen.sh ? :-)
>
> 	Thanks,
>
> 		Michael.
>


More information about the LibreOffice mailing list