Cannot mix incompatible Qt library (version 0x50904) with this library (version 0x50a01),Abort (core dumped)

Steve O'Hara-Smith steve at sohara.org
Sun Jun 10 08:48:41 UTC 2018


On Sun, 10 Jun 2018 13:05:35 +0800
thor <thor at irk.ru> wrote:

> Then make "some proggie" observing that nothing including QT5 is built 
> as a prerequisite. If something is required then stop the build and 
> install the dependency from package.

	There's an easier way using the 'missing' make target that lists
all the packages needed by a port - on a system mostly populated with
packages build ports this way:

cd <port directory>
pkg install `make missing`
make install clean

-- 
Steve O'Hara-Smith <steve at sohara.org>


More information about the freebsd-questions mailing list