Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Begginer in problems

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Begginer in problems


Chronological Thread 
  • From: Iosu Arbe <>
  • To:
  • Subject: Re: [cgal-discuss] Begginer in problems
  • Date: Thu, 14 Jun 2007 11:07:44 +0200

Andreas Fabri escribió:
wrote:
Hi everyone,

I've just begun using CGAL. I have followed all the steps, that appear in the webpage, to use CGAL under windows XP and with VisualStudio2003.net.

I have installed QT3,  Boost and CGAL Libraries in that order.
Then I've configured the include/lib paths of QT3,Boost,TAUCS and GMP.

But every example/demo that I try to build, throws the same error:

 *** fatal error C1083: Cannot open include file: 'boost/mpl/if.hpp' ***

The funny thing is that if.hpp file is in that folder. I've tried to add this folder in the include path, even I've add the file to the Demo header files but the error continues.

Please any idea?

Thanks in advance.

Hello,

Whatver is the prefix of boost/mpl/if.hpp
that is something like c:/Boost/include/boost-1_34/
should get on the include path.

andreas
Hello Andreas,

Thank you for your awnser me.
Well, I've included the path you tell me, but the same error persists.

c:\CGAL-3.2.1\include\CGAL\known_bit_size_integers.h(28) : fatal error C1083: Cannot open include file: 'boost/mpl/if.hpp': No such file or directory

I'm using Boost 1_33_1, instead of 1_34, should I try with the Boost 1_34??

Thank you




Archive powered by MHonArc 2.6.16.

Top of Page