Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] A compiler Error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] A compiler Error


Chronological Thread 
  • From: Mahmood NT <>
  • To:
  • Subject: Re: [cgal-discuss] A compiler Error
  • Date: Mon, 19 Nov 2007 23:19:31 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=uGBgKtSh/f9ncAtkknvc0RC+2QwPOMZAzA5XPbUCLPAtdaFqh88rbv3wg3keYfOHUSVQW6I/BfmxDFp/PC3Q92fo3KDqugJ2dtJVjwMr8/OlHtixeyb76Ux56JPfYmWhnM//TTeqHMzphkag0iYK9uARBh8doRl47509vJeu7Dc=;

Hi,

I have the same problem for some examples. Although they are warnning, but the project can not be run in VC8.0.

 

Use VC7.0 if you want to run it.
 
Mahmood NT


----- Original Message ----
From: sinan mutlu <>
To:
Sent: Monday, November 19, 2007 7:52:46 PM
Subject: [cgal-discuss] A compiler Error

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



Never miss a thing. Make Yahoo your homepage.


Archive powered by MHonArc 2.6.16.

Top of Page