Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


茂木さん、Yoshidaさん、replyありがとうございます。

2013年4月23日 2:19 Kohei Yoshida <kohei.yoshida@gmail.com>:
On Mon, Apr 22, 2013 at 1:06 PM, Isamu Mogi <dyob@lunaport.net> wrote:

見当違いだったら申し訳ないのですが、msmファイルを探すのに失敗しているよ
うにみえます。僕の環境(win8、64ビット日本語)だとC:\Program Files
(x86)\Common Files\Merge Modulesにあるので、もしそこに拡張子msmのファイ
ルが無いようならvc2012のredistributableファイルをインストールor再インス
トールしてみるとうまくいくかもしれません。

はい、
C:\Program Files (x86)\Common Files\Merge Modules
フォルダに*.msmファイルはあるのですが、
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/*.0/Setup/VS/MSMDir
というレジストリが見つからなくて、
./download → ./oowintoolでエラーになっているように見えます。


これを見て思い出したのですが、最近のWindowsのビルドでは、

--with-visual-studio=2008

もしくは

--with-visual-studio=2010

のように、ビルドに使っているVisual
Studioのバージョンを指定する必要があります。これによって、例えばビルドに必要な.exeの位置を自動検知してくれます。

まだ、gitリポジトリではなく、
ソースパッケージでしか試していないのですが、
4.0.2.2 のソースパッケージは--with-visual-studioオプションを
見てくれていないように見えます。

--------
$ ./autogen.sh --without-help --without-myspell-dicts
--with-ant-home=/opt/ant190 --without-junit --disable-activex
--disable-atl --with-nss-build-tools=/cygdrive/c/mozilla-build
--enable-debug --with-visual-studio=2012
running ./configure with '--without-help' '--without-myspell-dicts'
'--with-ant-home=/opt/ant190' '--without-junit' '--disable-activex'
'--disable-atl' '--with-nss-build-tools=/cygdrive/c/mozilla-build'
'--enable-debug' '--with-visual-studio=2012'
configure: WARNING: unrecognized options: --with-visual-studio
********************************************************************
*
*   Running LibreOffice build configuration.
*
********************************************************************

checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for grep... (cached) /usr/bin/grep
checking for sed... /usr/bin/sed
checking whether build target is Release Build... no
checking whether to sign windows build... no
checking for gawk... gawk
checking for gawk... /usr/bin/gawk
checking for bash... /usr/bin/sh
checking for GNU or BSD tar... tar
checking for tar's option to strip components... --strip-components
checking for Cygwin gcc/g++... found
checking for ccache... /usr/bin/ccache
configure: WARNING: ccache's cache size is less than 1GB using it is
counter-producive: Disabling auto-ccache detection
checking gcc home... /usr
checking whether to build a 64-bit LibreOffice... no
checking whether to use DirectX... yes
checking whether to use ActiveX... no
checking whether to use ATL... no
checking for a friendly Microsoft C/C++ compiler installation path...
/cygdrive/c/PROGRA~2/MICROS~1.0/VC
checking the Microsoft C/C++ Compiler... found
(/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/cl.exe)
checking the Version of Microsoft C/C++ Compiler... found compiler
version 001700006031 (MSVS 2012).
checking the dependency generation prefix (cl.exe -showIncludes)...
"????: ?C???N???[?h ?t?@?C??: "
checking for a x64 compiler and libraries for 64-bit Explorer
extensions... not found
configure: WARNING: Installation set will not contain 64-bit Explorer extensions
checking whether to build with additional debug utilities... no
checking whether to do a debug build... yes
checking whether to use selective debuginfo... no, for all
checking whether to include symbols while preserve optimization... no
checking for explicit CFLAGS... no
checking for explicit CXXFLAGS... no
checking for explicit OBJCFLAGS... no
checking for explicit OBJCXXFLAGS... no
checking for explicit LDFLAGS... no
checking which package format to use... native
checking whether to enable crashdump feature... no
checking whether to turn warnings to errors... no
checking whether to have assert to abort in release code... no
checking whether to use linkoo for the smoketest installation... yes
checking whether to use link-time optimization... no
checking whether to enable CUPS support... no
checking whether we want to fetch tarballs... "yes, if we use them"
checking whether to build help... no
checking whether to include MySpell dictionaries... no
checking whether to use dicts from external paths... yes
checking for spelling dictionary directory... file:///usr/share/hunspell
checking for hyphenation patterns directory... file:///usr/share/hyphen
checking for thesaurus directory... file:///usr/share/mythes
checking whether to enable pch feature... no, obsolete
checking for GNU make... /opt/lo/bin/make
checking the GNU make version... /opt/lo/bin/make 3.82
checking whether GNU make supports the 'file' function... no
checking for --hash-style gcc linker support ... no
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... all modules found
checking for midl.exe... no
checking for midl.exe more thoroughly... /cygdrive/C/Program Files
(x86)/Windows Kits/8.0/Bin/x86/midl.exe
checking for csc.exe... /usr/bin/csc.exe
checking for csc.exe more thoroughly...
/cygdrive/C/Windows/Microsoft.NET/Framework/v4.0.30319/csc.exe
checking for al.exe... no
checking for al.exe more thoroughly... cygwin warning:
  MS-DOS style path detected: C:\Program Files (x86)\Microsoft
SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\/bin/al.exe
  Preferred POSIX equivalent is: /cygdrive/c/Program Files
(x86)/Microsoft SDKs/Windows/v8.0A/bin/NETFX 4.0 Tools/bin/al.exe
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
/cygdrive/C/Program Files (x86)/Microsoft SDKs/Windows/v8.0A/bin/NETFX
4.0 Tools/al.exe
checking .NET Framework... found
checking whether /cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/cl.exe
supports thread safe statics... unknown (assuming no)
checking whether /cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/cl.exe
supports C++11 perfect forwarding... no
checking which memory allocator to use... internal
checking for posix_fallocate... no
checking whether to add custom build version... no
checking whether to build with Java support... yes
checking for Microsoft_VC110_CRT_x86.msm... MSMDir not found at
./oowintool line 335.
no
checking the installed JDK... checked (JDK 1.7.0_21)
checking for jawt lib name... jawt.lib
checking for dmake... no
dmake will be built on ./bootstrap
checking which C preprocessor to use in idlc... ucpp
checking which ucpp tp use... internal
checking whether to enable EPM for packing... no
checking for gperf... /usr/bin/gperf
checking gperf version... OK
checking whether to build the ODK... yes
checking whether to build unowinreg.dll... yes
checking which zlib to use... internal
checking which jpeg to use... internal
checking which clucene to use... internal
checking which expat to use... internal
checking which libcdr to use... internal
checking which libmspub to use... internal
checking which libvisio to use... internal
checking which libcmis to use... internal
checking which libwpd to use... internal
checking which littlecms v2 to use... internal
checking which cppunit to use... internal
checking which libwps to use... internal
checking which libwpg to use... internal
checking which libxslt to use... internal
checking which libxml to use... internal
checking which Python to use... internal
checking for bzip2... /usr/bin/bzip2
checking whether to build the MySQL Connector extension... no
checking which hsqldb to use... internal
checking whether hsqldb should be built with JDBC 4.1... yes
checking PostgreSQL C interface... internal
checking which libcurl to use... internal
checking which boost to use... internal
checking which mdds to use... internal
checking which hash container mdds shall use... boost::unordered_map
checking which vigra to use... internal
checking which odbc headers to use... internal
checking whether to enable build of Mozilla addressbook connectivity
driver for Windows... no
no
checking which NSS to use... internal
checking for nss build tooling... ok
checking which NPAPI headers to use... internal
checking which sane header to use... internal
checking which icu to use... internal
checking whether to enable graphite support... yes
checking which graphite to use... internal
checking whether to plug browser plugins into LibreOffice documents... yes
checking whether to plug LibreOffice into browser windows... yes
checking whether to use X11... no
checking whether to use Xrender... no
checking whether to enable RandR support... no
checking whether to use neon... yes
checking which neon to use... internal
checking whether to execute CVE tests... yes
checking which libssl to use... internal
checking which redland library to use... internal
checking which orcus library to use... internal
checking which libhunspell to use... internal
checking which altlinuxhyph to use... internal
checking which mythes to use... internal
checking which lpsolve to use... internal
checking which libexttextcat to use... internal
checking for Windows SDK... found Windows SDK 8.0
(/cygdrive/c/PROGRA~2/WI3CF2~1/8.0)
checking for DirectX SDK... found
checking for bison... /usr/bin/bison
checking the bison version... checked (/usr/bin/bison 2.7)
checking for flex... /usr/bin/flex
checking for patch... /usr/bin/patch
checking for gnucp... no
checking for cp... /usr/bin/cp
checking whether /usr/bin/cp is GNU cp from coreutils with preserve=
support... yes
checking for ml.exe... no
checking /cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/ml.exe... found
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking which VCLplugs shall be built... none
checking whether to enable GConf support... no
checking whether to enable GNOME VFS support... no
checking whether to enable DBUS support... no
checking whether to enable font install via packagekit... no, dbus disabled.
checking whether to enable Impress remote control... yes
checking whether to enable Bluetooth support in Impress remote control... yes
checking whether to enable Telepathy support... no
checking for LIBPNG... checking whether to enable libpng linking in
quickstarter... yes
checking whether to build the OpenGL Transitions component... not on Windows
checking whether to build the Presentation Minimizer extension... yes
checking whether to build the PDF import... yes
checking which pdf backend to use... internal
checking whether to build the Wiki Publisher extension... no
checking whether to build the Report Builder extension... yes
checking which jfreereport libs to use... internal
checking which Apache commons-* libs to use... internal
checking whether to build support for scripts in BeanShell... yes
checking which beanshell to use... internal
checking whether to build support for scripts in JavaScript... yes
checking which rhino to use... internal
checking whether to enable the lockdown pieces... no
checking whether to enable evolution 2 support... no
checking whether to enable TDE address book support... no
checking whether to enable KDE address book support... no
checking whether to include MathMLDTD... no
checking which themes to include...  crystal default hicontrast oxygen
tango tango_testing
checking for helppack integration... integration
checking for extensions integration... yes, use integration
checking for Watch Window extension integration... no
checking for SmART Gallery (Diagram) extension integration... no
checking for Validator extension integration... no
checking for Barcode extension integration... no
checking for ConvertTextToNumber extension integration... no
checking for Numbertext extension integration... no
checking for Hungarian Cross-reference Toolbar extension integration... no
checking for Typography Toolbar extension integration... no
checking for Google Docs extension integration... no
checking for NLPSolver extension integration... no
checking for LanguageTool extension integration... no
checking for Sun Professional Template Pack integration (only
supported languages displayed)... no integration
checking whether to include third-party fonts... yes
checking whether to include PPDs... yes
checking whether to include AFMs... yes
checking whether to include extra galleries... no
checking whether to include extra templates... no
checking whether to include extra samples... no
checking whether to include extra fonts... no
checking whether to enable online update... yes
checking whether to create MSI with LIMITUI=1 (silent install)... no
checking whether and how to use Xinerama... no
checking whether to use liblangtag... yes
checking whether to use system liblangtag... no
checking whether to use the system libpng... no
checking whether to use specific JVM search path at runtime... no
checking for jakarta-ant... no
checking for ant... /opt/ant190/bin/ant
checking if /opt/ant190/bin/ant works... Ant works
checking Ant lib directory... Ant lib directory found.
checking whether Ant is >= 1.6.0... yes, 1.9.0
checking for doxygen... /usr/bin/doxygen
checking for product version... 4.0
checking which languages to be built... en-US
checking for custom 'intro' progress bar color... none
checking for custom 'intro' progress bar size... none
checking for custom 'intro' progress bar position... none
checking for custom 'intro' progress bar frame color... none
checking for custom 'intro' progress text color... none
checking for custom 'intro' progress text baseline... none
checking for alternative branding images directory... none
checking for yet another 'intro' bitmap... none
checking for yet another 'about' svg... none
checking for yet another 'flat_logo' svg... none
checking for yet another 'start center left' bitmap... none
checking for yet another 'start center right' bitmap... none
checking for yet another 'start center rtl left' bitmap... none
checking for yet another 'start center rtl right' bitmap... none
checking for yet another 'start center space' bitmap... none
checking for extra build ID... not set
checking for vendor... not set
checking for UNIX wrapper name... not set
checking whether to install the compat oo* wrappers... no
checking for product name... LibreOffice
checking for install dirname... libreoffice
checking for prefix... /usr/local
checking for libdir... /usr/local/lib
checking for data dir... /usr/local/share
checking for man dir... /usr/local/share/man
checking for doc dir... /usr/local/share/doc/libreoffice
checking for install dir... /usr/local/lib/libreoffice
checking for dev-install dir...
C:/cygwin/home/Mitsutoshi/src/libreoffice-4.0.2.2/solver/wntmsci14.pro/installation
checking build verbosity... not set
checking whether to use zenity during build... yes
checking for zenity... no
checking whether to enable dependency tracking... yes
checking for number of processors to use... 8
checking for maximum no. of jobs during subsequenttest... 8
checking whether to create huge library... no
checking whether to create hardlinks for delivering files... no
checking whether to use icerun wrapper... no
setting up the build environment variables...
configure: creating ./config.status
config.status: creating config_host.mk
config.status: creating config/config_version.h
config.status: config/config_version.h is unchanged
configure: WARNING: unrecognized options: --with-visual-studio
****************************************************************************
To build, issue:
/opt/lo/bin/make

run: /opt/lo/bin/make help
for details

*************************************
* WARNING : ccache's cache size is less than 1GB using it is
counter-producive: auto-ccache detection disabled
--------

configure: WARNING: unrecognized options: --with-visual-studio
という警告が出ます。

とりあえずgitリポジトリからのビルドを試してみるとともに、
開発環境のインストールの仕方をもう一度チェックしなおしてみたいと思います。

ありがとうございました。

--
1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo>
<http://d.hatena.ne.jp/Itisango/>

-- 
Unsubscribe instructions: E-mail to discuss+help@ja.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/ja/discuss/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.