Search found 48 matches

by julianfoad
Tue Jul 05, 2016 5:30 pm
Forum: Install / Compile
Topic: Instructions to compile on Ubuntu 16.04 "Xenial"
Replies: 19
Views: 5528

Re: Instructions to compile on Ubuntu 16.04 "Xenial"

Just thinking... two possibly easier ways to install all the required deps for building on Ubuntu: 1) Could I download the gitpackaging repo and run whatever incantation is needed to get Ubuntu to parse the debian/control file and install the deps that that describes. Is that simple to do? It's abou...
by julianfoad
Tue Jul 05, 2016 5:26 pm
Forum: Install / Compile
Topic: On Ubuntu 16.04: libvtkRenderingPythonTkWidgets.so does not exist
Replies: 8
Views: 13245

Re: On Ubuntu 16.04: libvtkRenderingPythonTkWidgets.so does not exist

Sorry I forgot that one. Yes install libproj-dev this is a definite packaging problem specific to Xenial libvtk-dev. I had to add it to the PPA as well. Ah, that's better. Now compiling... It gets further... src/Gui/DownloadManager.cpp:36:24: fatal error: QWebSettings: No such file or directory com...
by julianfoad
Tue Jul 05, 2016 4:45 pm
Forum: Install / Compile
Topic: On Ubuntu 16.04: libvtkRenderingPythonTkWidgets.so does not exist
Replies: 8
Views: 13245

Re: On Ubuntu 16.04: libvtkRenderingPythonTkWidgets.so does not exist

Thank you jmaustpc and sgrogan. make sure that you have installed all the updates for 16.04 Yes I had installed all the standard Ubuntu updates, security fixes and backports. that file is part of the package "python-vtk", have you installed it? Ugh, no. I missed that. Thank you for catchin...
by julianfoad
Tue Jul 05, 2016 4:19 pm
Forum: Install / Compile
Topic: Instructions to compile on Ubuntu 16.04 "Xenial"
Replies: 19
Views: 5528

Re: Instructions to compile on Ubuntu 16.04 "Xenial"

Thank you, Jim. I've changed the pw now.
by julianfoad
Tue Jul 05, 2016 2:56 pm
Forum: Install / Compile
Topic: Instructions to compile on Ubuntu 16.04 "Xenial"
Replies: 19
Views: 5528

Re: Instructions to compile on Ubuntu 16.04 "Xenial"

I saw "we" deliberately: I recognize it's a community thing and I am willing to help, by testing the instructions and/or by doing the Wiki editing, if you like.
by julianfoad
Tue Jul 05, 2016 2:44 pm
Forum: Install / Compile
Topic: On Ubuntu 16.04: libvtkRenderingPythonTkWidgets.so does not exist
Replies: 8
Views: 13245

On Ubuntu 16.04: libvtkRenderingPythonTkWidgets.so does not exist

I've just upgraded Ubuntu to 16.04 and have immediately run into trouble compiling FreeCAD. I'm using a Git source tree that was up-to-date yesterday and successfully built on Ubuntu 14.04 yesterday before I did the system upgrade. I haven't touched the source code since then. $ (cd build/ &&...
by julianfoad
Tue Jul 05, 2016 2:37 pm
Forum: Install / Compile
Topic: .travis.yml targets what Linux distro?
Replies: 2
Views: 1510

.travis.yml targets what Linux distro?

The file .travis.yml contains a "sudo apt-get install ..." command ... but it doesn't have the right dependencies for Ubuntu 16.04. What particular distro of Linux it is targeting? Is it meant to be currently useful, and if so should it be updated to target some specific recent common dist...
by julianfoad
Tue Jul 05, 2016 2:34 pm
Forum: Install / Compile
Topic: Instructions to compile on Ubuntu 16.04 "Xenial"
Replies: 19
Views: 5528

Instructions to compile on Ubuntu 16.04 "Xenial"

Please can we add instructions to compile on Ubuntu 16.04 "Xenial"? The Wiki page CompileOnUnix only has 13.x and 14.x. (I recommend we delete the 13.x section or archive it to an "old distros" page.)
by julianfoad
Tue Jul 05, 2016 11:17 am
Forum: Install / Compile
Topic: Debian7Gnome3 FreeCAD 0.17 compile error
Replies: 7
Views: 2165

Re: Debian7Gnome3 FreeCAD 0.17 compile error

p.s. The system upgrade was still downloading new packages and hadn't started installing/modifying/removing anything by the time the FreeCAD build completed, so I don't believe it affected that build.
by julianfoad
Tue Jul 05, 2016 11:14 am
Forum: Install / Compile
Topic: Debian7Gnome3 FreeCAD 0.17 compile error
Replies: 7
Views: 2165

Re: Debian7Gnome3 FreeCAD 0.17 compile error

The good news: I overcame the problem and got a full build including the Draft workbench. The bad news: I don't know whether it was because I cleaned up the in-source-tree build I had been using since last year and did a fresh build (out-of-source, in a new subdirectory) or because I also pulled the...