Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] This happens on attempt to run demo arrangement_2:

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] This happens on attempt to run demo arrangement_2:


Chronological Thread 
  • From: A S <>
  • To:
  • Subject: Re: [cgal-discuss] This happens on attempt to run demo arrangement_2:
  • Date: Mon, 26 Oct 2009 13:24:06 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=jqrN7EvqcsWCchJSUNj9pcmP1XMSv/3y5ztz9tGayTlzNdHVrT35LC9b9RilitcdzNXuNAGazNT5N/ax5zZKyUnwD9lrz5UifVsRpiiTUxafXuuj2USJ0ciKt8CBOHXJ7nCacwgPFpuqhHG2q8fI0gWFCV6of8x9jk397X0rtGs=;

> Anyway, distributing a
> debug version of a dll
> is a strange way of doing. You should refrain from doing
> that.

The only thing I have to work with. I tried compiling a Release (which I
always prefer), but this is what happened (ellipses are mine):
[...]
1>LINK : fatal error LNK1104: cannot open file 'CGAL-vc90-mt.lib'
1>Build log was saved at
"file://c:\Users\Public\Documents\2009\demo\Arrangement_on_surface_2\arrangement_2.dir\Release\BuildLog.htm"
1>arrangement_2 - 1 error(s), 13 warning(s)
2>------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------
2>Project not selected to build for this solution configuration
3>------ Skipped Build: Project: PACKAGE, Configuration: Release Win32 ------
3>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 2 skipped ==========

Now where on earth do I obtain a 'CGAL-vc90-mt.lib'? I've never seen
anything other than a CGAL-vc90-mt-gd.lib.


> And multiple copies of a dll will never help. It can become
> a nightmare if you
> have *different* copies of the same dll in the system.

I know, it was sort of an exaggeration (although as I idiotic as I am there's
no way for anyone else to know that). I have one in C:\Windows\System32\ as
well as one in the build area (just trying to see if one or the other would
help, to no avail.) Doing something similar was the only way that I could
get Alpha_spaces_2 to work when that threw something too.


> Maybe the dependencies of gmp-vc90-mt-gd.dll itself are not
> found on that
> computer. Use depends.exe (from the Visual Studio suite) to
> find out what
> dependency you may have forget.

I will try that now. Thanks.






Archive powered by MHonArc 2.6.16.

Top of Page