mysql:16505
From: yoku0825 <yoku0825 <yoku0825@xxxxxxxxxx>>
Date: Sun, 13 Jan 2019 17:57:02 +0900
Subject: [mysql 16505] Re: [mysql 16504] cmakeでC++コネクタ用のMSYS Makefilesを作成するには?
yoku0825といいます。 D:/mingw/bin/g++.exe がC++11に対応していないような気がします。 バージョンを確認してみてください。 https://dev.mysql.com/doc/connector-cpp/8.0/en/connector-cpp-installation-source-prerequisites.html#connector-cpp-installation-source-prerequisites-build-tools yoku0825, 2019年1月13日(日) 15:36、浜田 佐敏 さん(satoshi.hamada.usr01@xxxxxxxxxx)のメッセージ: > 初めて投稿します。 > MinGW用のC++コネクタを用意するために、 > 1.ソースファイルをダウンロード > mysql-connector-c++-8.0.13-src.zip > 2.これを展開 > mysql-connector-c++-8.0.13-srcに展開格納 > 3.mysql-connector-c++-8.0.13-src下にBuildディレクトリを作成し > mysql-connector-c++-8.0.13-srcのversion.cmakeをコピー > 4.mysql-connector-c++-8.0.13-src\Buildに映り > cmake -G "MSYS Makefiles" -DWITH_JDBC=ON -DMYSQL_DIR="d:/mysql" > -DWITH_BOOST="d:/boost" -DWITH_STATICS=ON ../ > を指示 > 5.作業が進行し > Configuring Protobuf build using cmake generator: MSYS Makefiles > に入って > CMake Error at C:/Program > Files/CMake/share/cmake-3.12/Modules/CMakeTestCXXCompiler.cmake:45 > (message): > The C++ compiler > > "D:/mingw/bin/g++.exe" > > is not able to compile a simple test program. > のようなメッセージが出され止まる。 > > どうすれば良いかアドバイス下さい。 > > ************************************************************ > E-Mail:satoshi.hamada.usr01@xxxxxxxxxx > 浜田 佐敏 > ************************************************************ > > > >
16504 2019-01-13 15:36 [浜田 佐敏 <satoshi.] cmakeでC++コネクタ用のMSYS Makefilesを作成するには? -> @ 16505 2019-01-13 17:57 ┗[yoku0825 <yoku0825@x] Re: [mysql 16504] cmakeでC++コネクタ用のMSYS Makefilesを作成するには? 16506 2019-01-13 20:14 ┣[浜田 佐敏 <satoshi.] Re: cmakeでC++コネクタ用のMSYS Makefilesを作成するには? 16507 2019-01-14 17:51 ┗[浜田 佐敏 <satoshi.] Re: cmakeでC++コネクタ用のMSYS Makefilesを作成するには?