Yes, with the following flags, plplot builds successfully:

    cmake .. -G 'MSYS Makefiles' -DENABLE_qt=OFF
    make



Jim Dishaw wrote on 05/18/2017 01:31 AM:
> Are you able to build plplot with just the default drivers (no QT)?
>
>> On May 17, 2017, at 6:00 PM, Thomas Gläßle <t_glaes...@gmx.de> wrote:
>>
>> 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
>> <cmake.out>
>> <CMakeCache.txt>
>> <cmake_install.cmake>
>> <make.out>
>> ------------------------------------------------------------------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Plplot-general mailing list
>> Plplot-general@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/plplot-general
>


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to