Гнуплот и Qt на Макосе Каталина - PullRequest
0 голосов
/ 26 марта 2020

Я пытался выполнить шаги, описанные в Не могу найти терминальный gnuplot qt или x11 с CATALINA , но он не работает:

Я ввел

"brew установить qt gnuplot ", и я получаю

"We agreed to the Qt open source license for you.
If this is unacceptable you should uninstall.

qt is keg-only, which means it was not symlinked into 
/usr/local,
because Qt 5 has CMake issues when linked.

If you need to have qt first in your PATH run:
echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> 
~/.bash_profile

For compilers to find qt you may need to set:
  export LDFLAGS="-L/usr/local/opt/qt/lib"
  export CPPFLAGS="-I/usr/local/opt/qt/include""

, тогда я набираю export GNUTERM = qt

и когда я набираю gnuplot, я получаю

"G N U P L O T
Version 5.2 patchlevel 8    last modified 2019-12-01 

Copyright (C) 1986-1993, 1998, 2004, 2007-2019
Thomas Williams, Colin Kelley and many others

gnuplot home:     http://www.gnuplot.info
faq, bugs, etc:   type "help FAQ"
immediate help:   type "help"  (plot window: hit 'h')

Terminal type is now 'unknown'

set term qt
   ^
 unknown or ambiguous terminal type; type just 'set 
terminal' for a list

WARNING: Error during initialization"
...