[pgadmin-hackers] Compiling on El Capitan with Home Brew?

2016-01-05 Thread Lorin Rivers
qmake gives me an error: /Users/lrivers/Documents/CurrentProjects/Programming/pgadmin4/runtime/pgAdmin4.pro:28: Unknown test function: cache I made a gist of make -d output: https://gist.github.com/mcsilverback/17590db2efcce1c54ab9 Any ideas how to proceed? Thanks! -- Lorin Rivers Product

Re: [pgadmin-hackers] Compiling on El Capitan with Home Brew?

2016-01-05 Thread Neel Patel
Hi Lorin, >From the logs, it looks like you are using Qt 4. "runtime" in pgadmin4 has been tested with Qt 5 and recommendation to compile the "runtime" is with Qt 5. Can you please try to build the project with Qt 5 and let us know the result ? If you can solve the error with Qt 4 environment