Matt Keeter
                                            Matt Keeter
                                        
                                    Have you tried just running `make` again?? There may be a weird dependency ordering issue with the generated files...
If you have the time, try again with the latest [build instructions](https://github.com/mkeeter/antimony/blob/develop/BUILDING.md#linux) – maybe `cmake` will make your system happier.
You're welcome to try building with [this line](https://github.com/mkeeter/antimony/blob/develop/app/app/main.cpp#L50) changed to include `Q_OS_OPENBSD`, but I expect that other things will not work!
Sure, go for it!
Not yet possible, but hierarchical graphs are on the longer-term roadmap. Once that's working, we can start thinking about importing files as sub-graphs (either as copies or references to an...
Try to specify `CMAKE_PREFIX_PATH`, e.g. from the Mac example: ``` cmake -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.10.1 -GNinja .. ``` (adjust for your local Qt install path).
What directory did you run this in? You need to be in the Antimony build directory when you invoke the command, so that it finds the top-level `CMakeLists.txt` in the...
I don't have a Mint system to debug this myself, so you'll need to be more pro-active in hunting this down. Here are the [docs for Qt + CMake](http://doc.qt.io/qt-5/cmake-manual.html). >...
Can you post the complete log? Are you trying to build the app or make a package? The [build instructions](https://github.com/mkeeter/antimony/blob/develop/BUILDING.md#linux) don't mention `dh_auto_configure` at all, so I'm not sure where...
I'm sorry, but I don't maintain the Debian package – those are user-contributed, and may have bit-rotted. If you'd like to follow the build instructions in the README and post...