
(1)下記のページを参考にEigen3.2.2をダウンロードし、ビルドしようとしています。
https://gist.github.com/UnaNancyOwen/08e5a9b8f59 …
(2)CMakeは下記ページの
http://www.cmake.org/download/
Binary distributions:のWindows (Win32 Installer)
cmake-2.8.12.2-win32-x86.exeをダウンロードし、インストールしました。
(3)CMakeを管理者権限で起動し、
ソースコードの入力先とソリューションファイルの出力先を指定する。
・Where is the source code: C:\eigen-eigen-1306d75b4a21
・Where is build the binaries: C:\eigen-eigen-1306d75b4a21\build
・[Configure]を押してターゲットとなるVisual Studioを選択する。
ここまでを行ったところで
ポップアップが表示され、「Error in configuration process, project files may be invalid」と表示されます。
CMake上で下記のようなエラーが表示されてしまいます。
私の開発環境は
Windows8.1 64bit
Visual Studio 2013を使用しています。
設定項目の
QT_QMAKE_EXECUTABLE が NOTFOUNDとなっているのが原因なのでしょうか?
QTが必要なのでしょうか?
どなたかアドバイス頂ければと思います。
以下は[Configure]を押した直後にCMakeに表示されるログです。
---------------------------------------------------------------------------------
Standard libraries to link to explicitly: none
Found unsuitable Qt version "" from NOTFOUND
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineVSServicePack.cmake:128 (list):
list index: 3 out of range (-3, 2)
Call Stack (most recent call first):
cmake/EigenDetermineVSServicePack.cmake:9 (_DetermineVSServicePack_CheckVersionWithTryCompile)
cmake/EigenTesting.cmake:316 (EigenDetermineVSServicePack)
cmake/EigenTesting.cmake:428 (ei_get_compilerver)
cmake/EigenConfigureTesting.cmake:8 (ei_set_build_string)
CMakeLists.txt:349 (include)
C:/eigen-eigen-1306d75b4a21/build/test
Could NOT find CHOLMOD (missing: CHOLMOD_INCLUDES CHOLMOD_LIBRARIES)
Could NOT find UMFPACK (missing: UMFPACK_INCLUDES UMFPACK_LIBRARIES)
Could NOT find SUPERLU (missing: SUPERLU_INCLUDES SUPERLU_LIBRARIES)
Could NOT find PASTIX (missing: PASTIX_INCLUDES PASTIX_LIBRARIES)
Could NOT find SCOTCH (missing: SCOTCH_INCLUDES SCOTCH_LIBRARIES)
Could NOT find METIS (missing: METIS_INCLUDES METIS_LIBRARIES)
Could NOT find SPQR (missing: SPQR_INCLUDES SPQR_LIBRARIES)
Found unsuitable Qt version "" from NOTFOUND
CMake Warning at blas/CMakeLists.txt:32 (message):
No fortran compiler has been detected, the blas build will be incomplete.
Could NOT find GOOGLEHASH (missing: GOOGLEHASH_INCLUDES GOOGLEHASH_COMPILE)
Could NOT find ADOLC (missing: ADOLC_INCLUDES ADOLC_LIBRARIES)
Could NOT find MPFR (missing: MPFR_INCLUDES MPFR_LIBRARIES MPFR_VERSION_OK) (Required is at least version "2.3.0")
Could NOT find GMP (missing: GMP_INCLUDES GMP_LIBRARIES)
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could NOT find FFTW (missing: FFTW_INCLUDES FFTW_LIBRARIES)
Could NOT find GLUT (missing: GLUT_glut_LIBRARY GLUT_INCLUDE_DIR)
Found unsuitable Qt version "" from NOTFOUND
Qt4 not found, so disabling the mandelbrot and opengl demos
************************************************************
*** Eigen's unit tests configuration summary ***
************************************************************
Build type: Release
Build site: hiwa-pc
Build string: unknownwin-na-sse2-64bit
Enabled backends:
Disabled backends: Cholmod, UmfPack, SuperLU, PaStiX, METIS, Qt4 support, GoogleHash, Adolc, MPFR C++, fftw, OpenGL,
Default order: Column-major
Maximal matrix/vector size: 320
SSE2: Using architecture defaults
SSE3: Using architecture defaults
SSSE3: Using architecture defaults
SSE4.1: Using architecture defaults
SSE4.2: Using architecture defaults
Altivec: Using architecture defaults
ARM NEON: Using architecture defaults
CXX: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe
CXX_FLAGS: /DWIN32 /D_WINDOWS /W4 /GR /EHsc /EHsc /wd4127 /wd4505 /wd4714 /D_CRT_SECURE_NO_WARNINGS /D_SCL_SECURE_NO_WARNINGS
Sparse lib flags:
************************************************************
Configured Eigen 3.2.2
........
以下省略................
A 回答 (1件)
- 最新から表示
- 回答順に表示
No.1
- 回答日時:
Eigen は使ったことはありませんが、公式サイトを見ると、
> We use the CMake build system, but only to build the documentation and unit-tests, and to automate installation. If you just want to use Eigen, you can use the header files right away. There is no binary library to link to, and no configured header file. Eigen is a pure template library defined in the headers.
(意訳)単に Eigen を使用するだけなら、ヘッダファイルをインクルードするだけでよい。何かをリンクする必要はない。CMake はドキュメント、ユニットテスト、自動インストールのためだけに用意している。
とあります。
Qt のバージョンうんぬんは、おそらく Qt から使用する場合の自動テストをビルドしようとしているのではないかと思います。
参考URL:http://eigen.tuxfamily.org/index.php?title=Main_ …
お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!
似たような質問が見つかりました
- その他(プログラミング・Web制作) python fbprophetについて 1 2022/09/29 19:44
- 英語 英語 could notについて 3 2023/01/01 23:48
- その他(プログラミング・Web制作) mariadbでのエラー 1 2022/11/15 12:31
- Windows 10 VirtualBox 7のゲストOSでの物理HDDパーティションのマウント方法 2 2023/05/04 13:01
- 英語 この英文は平易な反面格調高いですか? 1 2023/01/15 12:04
- その他(プログラミング・Web制作) ラズパイ上の、pythonのエラーについて 1 2023/04/12 23:27
- 英語 至急英作文添削お願いします!! 3 2023/01/22 16:00
- その他(SNS・コミュニケーションサービス) 自分のpcがハッキングされたようなメールが来たのですがどうすればいいですか? 4 2022/10/02 16:14
- 英語 この英文の意味をおしえてください 3 2022/04/13 10:00
- Perl Windows10においての『Perl』のプログラムについて 1 2022/05/09 16:04
関連するカテゴリからQ&Aを探す
おすすめ情報
デイリーランキングこのカテゴリの人気デイリーQ&Aランキング
-
Tomcatがサービスに残り再イン...
-
Visual Studio2017Expressのイ...
-
?などのアイコンを使いたい
-
SystemCのインストール方法(Win...
-
Windows10にデュアルブートでXP...
-
DELL タブレット 「Venue 8 Pro...
-
XAMPPでのエラー
-
C言語 コマンドプロンプトにつ...
-
大量のフォルダからひとつのフ...
-
コマンドプロンプトの「%1」と...
-
コマンドプロンプトのエラーに...
-
バッチでテキストファイルから...
-
[teraterm] waitコマンドで停止...
-
VBAでワークシートを引数として...
-
バッチファイル 文字列にスペ...
-
バッチ処理でファイルの中身を...
-
#include <Windows.h>というヘ...
-
.txtではなく.logの方が良いの...
-
複数のbatファイルを自動実行し...
-
EXCELをバッチコマンドで...
マンスリーランキングこのカテゴリの人気マンスリーQ&Aランキング
-
Tomcatがサービスに残り再イン...
-
Microsoft MonthView Controlに...
-
Windows10にデュアルブートでXP...
-
cygwinインストールでgccが利用...
-
Powershell ISEの日本語化設定
-
VBScriptで外部プログラム実行...
-
Visual Basic 6.0 SP6 インス...
-
DLLで期限付きライセンス
-
DELL タブレット 「Venue 8 Pro...
-
Visual Studio2017Expressのイ...
-
Shell関数で起動したメディアプ...
-
VisualStudio インストール時の...
-
?などのアイコンを使いたい
-
visual atudio code でC言語を...
-
Python Qt 5.9.7 から Qt 5.12 ...
-
Linuxにgccをインストールした...
-
msiインストーラのパラメータ
-
R、パッケージのインストールに...
-
Command Not Found @ Cygwin
-
visual studio2015 (update3)で...
おすすめ情報