|
From: Thomas G. <t_g...@gm...> - 2017-05-17 23:01:02
|
Dear plplot community/devs,
I'm trying to build plplot with the qt driver on msys2. From a freshly
unpacked plplot-5.12.0 folder, I run the following commands in the msys2
mingw64 shell:
pacman -S mingw-w64-x86_64-qt4
mkdir build && cd build
cmake .. -G 'MSYS Makefiles' -DDEFAULT_NO_BINDINGS=ON
-DDEFAULT_NO_DEVICES=ON -DENABLE_qt=ON -DPLD_qtwidget=ON >& cmake.out
make VERBOSE=1 >& make.out
printenv >& printenv.out
The `make` step errors and complains about
make[2]: *** No rule to make target
'bindings/qt_gui/plplotqt_autogen/moc_compilation.cpp', needed by
'bindings/qt_gui/CMakeFiles/plplotqt.dir/plplotqt_autogen/moc_compilation.cpp.obj'.
Stop.
Same error occurs when using `-G 'Unix Makefiles'`.
Any ideas what I might be doing wrong?
Best regards, and thanks for your time,
Thomas
|