X-Received: by 10.36.204.212 with SMTP id x203mr4103146itf.10.1507996862560; Sat, 14 Oct 2017 09:01:02 -0700 (PDT) X-Received: by 10.157.94.7 with SMTP id d7mr159197oti.8.1507996862536; Sat, 14 Oct 2017 09:01:02 -0700 (PDT) Path: csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!k70no1201457itk.0!news-out.google.com!194ni1758itf.0!nntp.google.com!k70no1201455itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sat, 14 Oct 2017 09:01:02 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:242:c001:537:59e5:c8f7:f377:8430; posting-account=r8Lu2goAAABXIckiXzjweQzZtmYbfGA- NNTP-Posting-Host: 2601:242:c001:537:59e5:c8f7:f377:8430 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Install issue: fatal error: QtCore: No such file or directory #include From: borgauf@gmail.com Injection-Date: Sat, 14 Oct 2017 16:01:02 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 18 Xref: csiph.com comp.graphics.apps.gnuplot:3772 I'm trying to install from source 5.2 on Ubuntu 17.04. At first I had this: gnuplot wxterminal/wxt_gui.o: undefined reference to symbol 'XInitThreads' Then I followed this: http://knanagnostopoulos.blogspot.com/2016/02/ubuntu-1510-compiling-gnuplot-50-tweaks.html But now I have qtterminal/qt_term.cpp:51:18: fatal error: QtCore: No such file or directory #include ^ compilation terminated. Makefile:916: recipe for target 'qtterminal/qt_term.o' failed make[4]: *** [qtterminal/qt_term.o] Error 1 ... Any ideas what I need to do?