From: Orion P. <or...@co...> - 2016-04-29 17:51:55
|
qhull 2015 uses new directories for the include files: - Include headers prefixed with libqhull/, libqhull_r/, or libqhullcpp/ The _r is a re-entrant version apparently. From http://www.qhull.org/ Qhull 2015.2 introduces reentrant Qhull. It allows concurrent Qhull runs and simplifies the C++ interface to Qhull. If you call Qhull from your program, you should use reentrant Qhull (libqhull_r) instead of qh_QHpointer (libqhull). So at the moment phplot does not find qhull because it is looking for qhull/qhull_a.h. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nw... Boulder, CO 80301 http://www.nwra.com |