Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Re: How to use CGAL Trang methods

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Re: How to use CGAL Trang methods


Chronological Thread 
  • From: Sweety Pie <>
  • To:
  • Subject: Re: Re: [cgal-discuss] Re: How to use CGAL Trang methods
  • Date: Mon, 12 Mar 2012 20:55:40 +0300

Thanx for the reply and yes I have QT installed so I gave it the path of the Qmake and it is working but I got this error: 

"

Build started 3/12/2012 8:53:08 PM.

Project "C:\Program Files (x86)\CGAL-3.9\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" on node 1 (default targets).

InitializeBuildStatus:

Creating "cmTryCompileExec.dir\Debug\cmTryCompileExec.unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I"C:/Program Files (x86)/GnuWin32/include" /Zi /nologo /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D _SCL_SECURE_NO_DEPRECATE /D _CRT_SECURE_NO_WARNINGS /D _SCL_SECURE_NO_WARNINGS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:strict /fp:except- /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:/Program Files (x86)/CGAL-3.9/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.pdb" /Gd /TP /analyze- /errorReport:queue ..\..\config\support\print_ZLIB_version.cpp /Zm1000

print_ZLIB_version.cpp

c:\program files (x86)\gnuwin32\include\zconf.h(289): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory [C:\Program Files (x86)\CGAL-3.9\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]

Done Building Project "C:\Program Files (x86)\CGAL-3.9\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" (default targets) -- FAILED.

Build FAILED.

"C:\Program Files (x86)\CGAL-3.9\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" (default target) (1) ->

(ClCompile target) ->

c:\program files (x86)\gnuwin32\include\zconf.h(289): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory [C:\Program Files (x86)\CGAL-3.9\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]

0 Warning(s)

1 Error(s)


""


Any help would be appreciated. 
Thanks, 

On 12 March 2012 13:56, Laurent Rineau (GeometryFactory) <> wrote:
Le lundi 12 mars 2012 12:13:19 Sweety Pie a écrit :
> Thank u all for the help. I have configured CMake but there is a small
> issue with that: I have installed QT 4.7.1 but when i configured Cmke it
> gives me this message:
>
> Library config detected: Qt3
>
> CGAL_Qt3 needs Qt3, cannot be configured.
>
> Library config detected: Qt4
>
> CGAL_Qt4 needs Qt4, cannot be configured.
>
>
> Any solutions??

Forget Qt3. That has been obsoleted years ago.

As for Qt4, do you have the development files (.h, .lib) of Qt4? Then you need
to fill, in CMake GUI, the variable QT_QMAKE_EXECUTABLE with the full path of
the program qmake.exe that is in the bin/ directory of your Qt4 installation.
After CMake will use it to find your entire Qt4 installation.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
Release Manager of the CGAL Project       http://www.cgal.org/


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss





Archive powered by MHonArc 2.6.16.

Top of Page