Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] File_scanner_OFF problem

Subject: CGAL users discussion list

List archive

[cgal-discuss] File_scanner_OFF problem


Chronological Thread 
  • From: Noura <>
  • To:
  • Subject: [cgal-discuss] File_scanner_OFF problem
  • Date: Thu, 13 Dec 2012 07:39:25 -0800 (PST)

Hi,

I have the following error while compiling the Mesh_3 example for the
mesh_polyhedral_domain.cpp case:

MakeFiles/mesh_polyhedral_domain.dir/mesh_polyhedral_domain.cpp.o: In
function `CGAL::Polyhedron_scan_OFF<CGAL::HalfedgeDS_default&lt;CGAL::Epick,
CGAL::I_Polyhedron_derived_items_3&lt;CGAL::Polyhedron_items_3>,
std::allocator<int> > >::operator()(CGAL::HalfedgeDS_default<CGAL::Epick,
CGAL::I_Polyhedron_derived_items_3&lt;CGAL::Polyhedron_items_3>,
std::allocator<int> >&)':
/tsi/data/local/CGAL-4.1/examples/Mesh_3/../../include/CGAL/IO/Polyhedron_scan_OFF.h:88:
undefined reference to `CGAL::File_scanner_OFF::skip_to_next_vertex(unsigned
long)'
/tsi/data/local/CGAL-4.1/examples/Mesh_3/../../include/CGAL/IO/Polyhedron_scan_OFF.h:118:
undefined reference to `CGAL::File_scanner_OFF::skip_to_next_facet(unsigned
long)'
collect2: ld returned 1 exit status
make[2]: *** [mesh_polyhedral_domain] Error 1
make[1]: *** [CMakeFiles/mesh_polyhedral_domain.dir/all] Error 2
make: *** [all] Error 2

I already encountered this problem while creating a polyhedron.

How can I avoid this problem ?

Thank you,

Noura





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/File-scanner-OFF-problem-tp4656396.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page