Skip to Content.
Sympa Menu

cgal-discuss - A compiler Error

Subject: CGAL users discussion list

List archive

A compiler Error


Chronological Thread 
  • From: "sinan mutlu" <>
  • To:
  • Subject: A compiler Error
  • Date: Mon, 19 Nov 2007 18:22:46 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=nPO+oWdyJrsMH0Pt86ZL3x8k7g5jjcENQfXJj9HfsVancmnohM6XLQHhAg0vqvX3a0ryLaObzIjKvrvRRLamZOrghv0UjdPnlHaQ+bW1omhvS90gbO9sqaKhZtKZe5jL91LGsTnLDWaCDQ7HjW4Ugpkrbb+RVdGunrYghkAGUFQ=

Hi,

I am trying to compile & run the "straight_skeleton_2" example. It compiles successfully but while compiling it it gives 83 warnings like:

Warning    1    warning LNK4099: PDB 'vc80.pdb' was not found with 'D:\Program Files\CGAL- 3.3.1\auxiliary\gmp\lib\gmp-vc80-mt-gd.lib' or at 'd:\Program Files\CGAL-3.3.1\examples\Straight_skeleton_2\VC\Debug\vc80.pdb'; linking object as if no debug info    gmp-vc80-mt-gd.lib

Then while trying to run it, Visual Studio 8.0 gives an error like this:

"Unable to start program 'D:\Program Files\CGAL-3.3.1\examples\Straight_skeleton_2\Straight_skeleton_2.exe'.
This application has failed to start because of the application configuration is incorrect. Review the manifest of possible errors. Reinstalling the application may fix the problem..."

I am a new user of the CGAL - 3.3.1. I reinstalled it but again I got the same errors. I thing the error comes form the file "...\CGAL-3.3.1\include\CGAL\CORE\poly\Poly.tcc" file.

Then I commented the lines:

            if( x < 0 && k%2 != 0) {
              return Type(-CORE::radical( -x, k ) );
            }


            return Type( CORE::radical( x, k ) );

of the file "...\CGAL- 3.3.1\include\CGAL\CORE_BigFloat.h" it gives no error. I think the problem comes from here. Maybe there is a basic problem that I  am missing.

Can someone please help me!?

Thank you...

Sinan MUTLU



Archive powered by MHonArc 2.6.16.

Top of Page