Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] error in cgal compileing

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] error in cgal compileing


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] error in cgal compileing
  • Date: Tue, 28 Apr 2015 23:47:00 +0200

Hi,

On 04/27/2015 09:14 PM, Medhat Rashad wrote:
> i had installed CGAL 4.6 and its components successfully by using CMake
> i use CodeBlock IDE to compile the given examples in CGAL folder.
> But there are error in direcoty
> and some time error in header file
> how to solve this problem
>
> note
> -------
> what i should use the source code file or the place where build the
> binaries

the linker error about undefined references to
boost::system::generic_category()
can happen if you forget to link with libboost_system.so, or the version of
libboost_system.so used by the linker is older than the headers used by the
compiler and therefore lacks this symbol.

For further analysis we would need the actual executed compiler and linker
commands.

Joachim




Archive powered by MHonArc 2.6.18.

Top of Page