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: "Wesley Smith" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: VS2008 link problems: ContainerBase
  • Date: Thu, 1 May 2008 13:32:19 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AbBtmtCdOVuScgJSJOC9hTPUZWf6AplmZS/htO0DNE5oZJZHuLzr8RB4BAu5psyK+v0HGqYZo6w/PVgYr+drq9aeNST455mMMYb7OAjmlNQaf0uvc6PGjPFj6UmzNnxQioqeBTk/gZq8Coh7wbqUzRNZHVBBqNrDzdu4Mat1QYc=

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



Archive powered by MHonArc 2.6.16.

Top of Page