On Wed, Jan 3, 2018 at 1:09 AM, Enrico Forestieri <for...@lyx.org> wrote:
> On Tue, Jan 02, 2018 at 11:25:55PM +0900, Joel Kulesza wrote: > > > > Note that my configure line is: > > > > ./configure --enable-qt5 --libdir=/local/brew/lib > > --includedir=/local/brew/include --with-qt-dir=/local/brew/opt/qt5 > > Please, try with > > ./configure --enable-qt5 --with-extra-lib=/local/brew/lib > --with-extra-inc=/local/brew/include --with-qt-dir=/local/brew/opt/qt5 Enrico, Those different flags fixed the issue with finding magic using configure. Building with magic.h using configure is successful. I'm sorry I didn't identify them while looking through configure and configure's help output. Thanks, Joel