Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] NOTICE: This demo requires CGAL and Qt4, and will not be compiled Cmake issue

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] NOTICE: This demo requires CGAL and Qt4, and will not be compiled Cmake issue


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] NOTICE: This demo requires CGAL and Qt4, and will not be compiled Cmake issue
  • Date: Thu, 11 Sep 2014 21:09:38 +0200
  • Organization: GeometryFactory

On 09/10/2014 02:02 PM, john24 wrote:
Hi guys,

I am having issue with compiling code for CGAL triangulation_2 example.


Triangulation_2 examples do not require QT4. Are you sure you are using
the correct cmake files?

Sebastien.

The output:

/The C compiler identification is MSVC 16.0.40219.1
The CXX compiler identification is MSVC 16.0.40219.1
Check for working C compiler using: Visual Studio 10
Check for working C compiler using: Visual Studio 10 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 10
Check for working CXX compiler using: Visual Studio 10 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Build type: Release
USING CXXFLAGS = ' /DWIN32 /D_WINDOWS /W3 /GR /EHsc
-D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE
-D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS /fp:strict /fp:except-
/wd4503 /bigobj /MD /O2 /Ob2 /D NDEBUG'
USING EXEFLAGS = ' /machine:X86 /INCREMENTAL:NO'
Targetting Visual Studio 10
Target build enviroment supports auto-linking
Using VC10 compiler.
Generator uses intermediate configuration directory: $(Configuration)
Requested component: Qt4
Found OpenGL: opengl32
Looking for Q_WS_X11
Looking for Q_WS_X11 - not found
Looking for Q_WS_WIN
Looking for Q_WS_WIN - found
Looking for Q_WS_QWS
Looking for Q_WS_QWS - not found
Looking for Q_WS_MAC
Looking for Q_WS_MAC - not found
Found Qt4: C:/dev/Qt/4.8.6/bin/qmake.exe (found version "4.8.6")
Requested component: MPFR
Requested component: GMP
NOTICE: This demo requires CGAL and Qt4, and will not be compiled.
Configuring done/

I know this issue comes up when your using Cmake 3.0 but I am using Cmake
2.8.12. and not sure what's going wrong.

I can compile the CGAL demo for Triangulation3 and it does find both CGAL
and Qt4 without any issues.

Any ideas what I might be doing wrong?



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





Archive powered by MHonArc 2.6.18.

Top of Page