Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compile problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compile problem


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] Compile problem
  • Date: Fri, 19 Sep 2008 22:26:09 +0200

Hi,

> Compiler call:
> --------------
> icc -mp
> -I/work/00981/pederzan/CGAL-3.3.1/include/CGAL/config/x86-64_Linux-2.6_icc-9.1
>
> -I/work/00981/pederzan/boost/install/include/boost-1_36/boost/
> -I/work/00981/pederzan/boost/install/include/boost-1_36/boost/ -c
> './tmp_test.cpp'
> Got the following error messages:
> ---------------------------------
> ./tmp_test.cpp(27): catastrophic error: could not open source file
> "boost/version.hpp"
> #include <boost/version.hpp>
> ^
> compilation aborted for ./tmp_test.cpp (code 4)
>
> What I did next is that I changed the include statement in test_BOOST.cpp
>
> from #include <boost/version.hpp>
>
> to #include
> </work/00981/pederzan/boost/install/include/boost-1_36/boost/version.hpp>

the "/boost" part at the end of the include directory is wrong. It should work
without that part.

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page