Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: VS2008 link problems: ContainerBase

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: VS2008 link problems: ContainerBase


Chronological Thread 
  • From: "Ophir Setter" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: VS2008 link problems: ContainerBase
  • Date: Fri, 2 May 2008 10:34:38 +0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=RPvepFApvUr0s4Qe3Gb+t3CmNR11492DzqhMADohZH7fO8e3Kuio1Lhvp8ZJmyARi4nX2dV7i3d69zQZSzVKgarcQFbF6bue+4dVJeWwATkMznDZ59aHrVNEh4CYMy9rVhAXK+iQm9Jdmh/Z5dYbLn6wAOMvdGwCpS2aO/bziWg=

There is a need to compile all the libraries in vc 9.0
I've done this already. Check out:
http://acg.cs.tau.ac.il/cgal-at-tau/installing-cgal-and-related-programs-on-windows/

You'll be the beta user of this page and libraries.
Don't forget to get vc 9.0 boost.

I hope that this will solve your problems,
Ophir

On 5/1/08, Wesley Smith <> wrote:
Alright,
I'm still having massive issues with CGAL under VS2008.  I tried compiling:

C:\Program Files\CGAL-3.3.1\examples\Triangulation_3\simple.cpp

I get these errors:

1>Linking...

1>cgal-vc80-mt-gd.lib(MP_Float.obj) : error LNK2019: unresolved
external symbol "__declspec(dllimport) public: void __thiscall
std::_Container_base::_Orphan_all(void)const "
(__imp_?_Orphan_all@_Container_base@std@@QBEXXZ) referenced in
function "public: class std::vector<short,class std::allocator<short>
> & __thiscall std::vector<short,class std::allocator<short>
>::operator=(class std::vector<short,class std::allocator<short> >
const &)" (??4?$vector@FV?$allocator@F@std@@@std@@QAEAAV01@ABV01@@Z)
1>cgal-vc80-mt-gd.lib(MP_Float.obj) : error LNK2019: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::_Container_base::~_Container_base(void)"
(__imp_??1_Container_base@std@@QAE@XZ) referenced in function "public:
__thiscall std::_Vector_val<short,class std::allocator<short>
>::~_Vector_val<short,class std::allocator<short> >(void)"
(??1?$_Vector_val@FV?$allocator@F@std@@@std@@QAE@XZ)
1>cgal-vc80-mt-gd.lib(MP_Float.obj) : error LNK2019: unresolved
external symbol "__declspec(dllimport) public: __thiscall
std::_Container_base::_Container_base(void)"
(__imp_??0_Container_base@std@@QAE@XZ) referenced in function
"protected: __thiscall std::_Vector_val<short,class
std::allocator<short> >::_Vector_val<short,class std::allocator<short>
>(class std::allocator<short>)"
(??0?$_Vector_val@FV?$allocator@F@std@@@std@@IAE@V?$allocator@F@1@@Z)

1>C:\luaAV\trunk\modules\space\windows\Debug\test_cgal.exe : fatal
error LNK1120: 3 unresolved externals


These are my linker libs:
"C:\Program Files\CGAL-3.3.1\lib\CGALcore++-vc80-mt-gd.lib"
"C:\Program Files\CGAL-3.3.1\lib\cgal-vc80-mt-gd.lib"
"C:\Program Files\CGAL-3.3.1\auxiliary\gmp\lib\gmp-vc80-mt-gd.lib"
"C:\Program Files\CGAL-3.3.1\auxiliary\gmp\lib\mpfr-vc80-mt-gd.lib"
"C:\Program Files\CGAL-3.3.1\auxiliary\taucs\lib\liblapack.lib"


I can't think of anything I'm missing.  Has no one come across this
symbol before???

thanks,
wes

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page