CMake cannot find Qt4

2015-11-06 Thread Davide Liessi
Hi all. I'm trying to build a project that requires Qt4 and uses CMake. When I run cmake I get the following error: CMake Error at /opt/local/share/cmake-3.3/Modules/FindQt4.cmake:1324 (message): Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x Any hint on how to solve

Re: Experiences with El Capitan

2015-11-06 Thread Nathan Brazil
I guess I am not upgrading to El Capitain just yet then. Thanks for sharing your experiences! — > On Nov 5, 2015, at 12:39 PM, Arno Hautala wrote: > > On Thu, Nov 5, 2015 at 3:00 PM, Dave Horsfall wrote: >> Why did >> it not merely retrieve pre-built

Re: CMake cannot find Qt4

2015-11-06 Thread Michael Dickens
Set the environment variable: {{{ QMAKE=/opt/local/libexec/qt4/bin/qmake }}} before running cmake. If you're inside a Portfile, then just do: {{{ PortGroup qt4 1.0 }}} somewhere before the cmake command. - MLD On Fri, Nov 6, 2015, at 09:26 AM, Davide Liessi wrote: > I'm trying to build a

Re: Experiences with El Capitan

2015-11-06 Thread Daniel J. Luke
On Nov 5, 2015, at 3:35 PM, Rainer Müller wrote: > This is mainly due to the absence of an actual admin at Mac OS Forge, > our hosting provider at Apple. Do we know if there's a position posted? It would be great if someone from the Macports community held that position.

Re: CMake cannot find Qt4

2015-11-06 Thread Davide Liessi
2015-11-06 16:06 GMT+01:00 Michael Dickens : > Set the environment variable: > {{{ > QMAKE=/opt/local/libexec/qt4/bin/qmake > }}} > before running cmake. I tried and I'm still getting the same error. ___ macports-users mailing

Re: CMake cannot find Qt4

2015-11-06 Thread Davide Liessi
2015-11-06 16:15 GMT+01:00 Davide Liessi : > 2015-11-06 16:06 GMT+01:00 Michael Dickens : >> Set the environment variable: >> {{{ >> QMAKE=/opt/local/libexec/qt4/bin/qmake >> }}} >> before running cmake. > > I tried and I'm still getting the same