Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] TAUCS problems continue

Subject: CGAL users discussion list

List archive

[cgal-discuss] TAUCS problems continue


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] TAUCS problems continue
  • Date: Thu, 19 Aug 2010 18:39:16 +0200 (CEST)

On Thursday 19 August 2010 17:53:03

wrote:
> Hi Laurent,
thank you very much Laurent. I tried according to your instruction below. The
error is the same as before. Actually, I even tried old version 3.6 of CGAL,
and got the same error.

Is it possible that this problem is caused from my own code (some bugs in my
code)? I have no idea about this.

Best regards,
Ruisheng




>
> Thank you very much for your reply. I remove that file, but I got another
> error LINK : fatal error LNK1104: cannot open file
> 'libtaucs-vc90-mt-gd.pdb

Ooops. My previous proposal was not a good idea.

I do not know why this file is corrupted. It was generated long ago, and I
would not really like to recompile TAUCS with VC9.

I suggest to change things a bit:
- copy libtaucs-vc90-mt.lib (without "-gd") to libtaucs.lib,
- copy libmetis-vc90-mt.lib (without "-gd") to libmetis.lib,
- copy the attached file to CGAL-3.6.1/include/CGAL/auto_link/TAUCS.h

That new TAUCS auto-link file removes the name mangling for TAUCS and Metis.
That way, you will always use the Release version of TAUCS and Metis, even in
Debug builds. That setup will be the setup used in CGAL-3.7 (to be released
soon).

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page