Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] linker error with boost in CGAL/basic.h on Win7-64 (using mingw)

Subject: CGAL users discussion list

List archive

[cgal-discuss] linker error with boost in CGAL/basic.h on Win7-64 (using mingw)


Chronological Thread 
  • From: Sabre_X <>
  • To:
  • Subject: [cgal-discuss] linker error with boost in CGAL/basic.h on Win7-64 (using mingw)
  • Date: Sat, 3 Dec 2011 15:33:29 -0800 (PST)

I've been trying to use *CGAL/Qt/VoronoiGraphicsItem.h* in my Qt4 project,
but every time I try to build I get the following errors:
C:\CGAL-3.9\lib/libCGAL.a(all_files.cpp.obj):all_files.cpp:(.text+0x51b6):
*undefined reference to
`_imp___ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb'*
C:\CGAL-3.9\lib/libCGAL.a(all_files.cpp.obj):all_files.cpp:(.text+0x5286):
*undefined reference to
`_imp___ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb'*
C:\CGAL-3.9\lib/libCGAL.a(all_files.cpp.obj):all_files.cpp:(.text+0x5356):
*undefined reference to
`_imp___ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb'*
'
I've managed to trace the error through the headers to *CGAL/basic.h* but I
haven't gotten any farther than that yet.

I've tried recompiling everything in as many ways as I could think of and
I'm running out of ideas...

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/linker-error-with-boost-in-CGAL-basic-h-on-Win7-64-using-mingw-tp4155350p4155350.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page