Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] error when compiling mesh 3 example

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] error when compiling mesh 3 example


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] error when compiling mesh 3 example
  • Date: Fri, 16 Jul 2010 14:01:48 +0200

Hulusi wrote:
Hi everybody,

I have these errors when I want to compile the mesh 3 example:

Could anyone help me to fix it? Thanks!

Hulusi

These errors tell that you did not link with the library CGAL_ImageIO.
How did you proceed to compile the example?

I have a look at the CMakeLists.txt provided with the Mesh_3 examples,
and linking with ImageIO is well specified.

S.



CGAL_ImageIO-vc90-mt-gd.lib(all_files.obj) : error LNK2019: symbole externe
non résolu
__imp__glEnd@0
référencé dans la fonction "public: void
__thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned char,unsigned
char)"
(?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
1>CGAL_ImageIO-vc90-mt-gd.lib(all_files.obj) : error LNK2019: symbole
externe non résolu
__imp__glVertex3d@24
référencé dans la fonction "public:
void __thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned
char,unsigned char)"
(?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
1>CGAL_ImageIO-vc90-mt-gd.lib(all_files.obj) : error LNK2019: symbole
externe non résolu
__imp__glBegin@4
référencé dans la fonction "public: void
__thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned char,unsigned
char)"
(?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
1>CGAL_ImageIO-vc90-mt-gd.lib(all_files.obj) : error LNK2019: symbole
externe non résolu
__imp__glColor3ub@12
référencé dans la fonction "public:
void __thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned
char,unsigned char)"
(?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
1>CGAL_ImageIO-vc90-mt-gd.lib(all_files.obj) : error LNK2019: symbole
externe non résolu
__imp__glPointSize@4
référencé dans la fonction "public:
void __thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned
char,unsigned char)"
(?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
1>CGAL_ImageIO-vc90-mt-gd.lib(all_files.obj) : error LNK2019: symbole
externe non résolu
__imp__glLineWidth@4
référencé dans la fonction "public:
void __thiscall CGAL::Image_3::gl_draw_bbox(float,unsigned char,unsigned
char,unsigned char)"
(?gl_draw_bbox@Image_3@CGAL@@QAEXMEEE@Z)
1>C:\Users\Bouttout\Documents\Visual Studio
2008\Projects\exemp1\Debug\exemp1.exe : fatal error LNK1120: 6 externes non
résolus




Archive powered by MHonArc 2.6.16.

Top of Page