Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Q: This demo requires the CGAL Qt4 library, and will not be compiled

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Q: This demo requires the CGAL Qt4 library, and will not be compiled


Chronological Thread 
  • From: vimarsh <>
  • To:
  • Subject: Re: [cgal-discuss] Q: This demo requires the CGAL Qt4 library, and will not be compiled
  • Date: Fri, 4 Dec 2015 01:44:58 -0800 (PST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:Ny7k8ByDhEFj3vHXCy+O+j09IxM/srCxBDY+r6Qd0ekSIJqq85mqBkHD//Il1AaPBtWFraoawLKH+4nbGkU+or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6anHS+4HYoFwnlMkItf6KuStCU15r8j7H60qaQSjsLrQL1Wal1IhSyoFeZnegtqqwmFJwMzADUqGBDYeVcyDAgD1uSmxHh+pX4p8Y7oGwD884mosVPWKG/c6UjRqFDFxwnNXo07Yvlr0rtVwyKs2UdV2wMiRoAVxbE6RjgRZe3uQP1s+N83G+ROsigHuN8Yiir86o+EEygsywALTNsqGw=

Hi Laurent,
I've been trying to build and get the polyhedron demo running, and i've
managed to eliminate all errors except for the one saying "cgal qt4 library
not found".

the command i'm currently giving is: cmake .
-DGLEW_INCLUDE_DIR=/usr/local/Cellar/glew/1.12.0/include
-DGLEW_LIBRARY=/usr/local/Cellar/glew/1.12.0/lib/libGLEW.dylib
-DQTDIR=/usr/local/Cellar/qt/4.8.7_1/
-DQT4_INCLUDE_DIR=/usr/local/Cellar/qt/4.8.7_1/include

(i wasn't sure if -DQT4_INCLUDE_DIR is a valid flag so i tried with
-DQT_INCLUDE_DIR as well)

-- NOTICE: This demo requires the CGAL Qt4 library, and will not be
compiled.
-- NOTICE: The CGAL_Qt4 library was not configured. Please configure CGAL
using WITH_CGAL_Qt4=ON.

after this i tried with -DWITH_CGAL_Qt4=ON as well, but i got the same
notice, in the output.

How do i fix this/is there something i'm dong wrong?
Thanks!



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Q-This-demo-requires-the-CGAL-Qt4-library-and-will-not-be-compiled-tp4659497p4661443.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page