Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Error by compiling poisson_reconstruction_example

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Error by compiling poisson_reconstruction_example


Chronological Thread 
  • From: Xie Yi <>
  • To:
  • Subject: [cgal-discuss] Re: Error by compiling poisson_reconstruction_example
  • Date: Wed, 7 Jul 2010 02:41:58 -0700 (PDT)


Hi, Laurent

It solved my problem. Thank you!!!!

But there's another problem. I still can't run demo/Surface_restruction

I can do cmake with the configuration you gave me. And make seems to be also
normal.

But if I run ./Point_set_demo, I get this:
abbotxie@abbotxie-laptop:~/Programs/CGAL-3.6/demo/Surface_reconstruction_points_3$
./Point_set_demo
### Loading "libPS_demo_average_spacing_plugin.so"...
### Loading "libPS_demo_cleaning_plugin.so"...
### Loading "libPS_demo_inside_out_plugin.so"...
### Loading "libPS_demo_local_spacing_plugin.so"...
### Loading "libPS_demo_normal_estimation_plugin.so"...
### Loading "libPS_demo_off_plugin.so"...
### Loading "libPS_demo_poisson_plugin.so"...
Error loading "libPS_demo_poisson_plugin.so": Cannot load library
/home/abbotxie/Programs/CGAL-3.6/demo/Surface_reconstruction_points_3/libPS_demo_poisson_plugin.so:
(/home/abbotxie/Programs/CGAL-3.6/demo/Surface_reconstruction_points_3/libPS_demo_poisson_plugin.so:
undefined symbol: METIS_NodeND)
### Loading "libPS_demo_simplification_plugin.so"...
### Loading "libPS_demo_smoothing_plugin.so"...
### Loading "libPS_demo_xyz_plugin.so"...
SplatRenderer: warning floating point textures are not supported.
SplatRenderer: warning copy of the depth buffer is not supported.
Succesfully loaded shader func 'VisibilityVP' in file 'Raycasting.glsl'
Succesfully loaded shader func 'VisibilityFP' in file 'Raycasting.glsl'
Succesfully loaded shader func 'AttributeVP' in file 'Raycasting.glsl'
Succesfully loaded shader func 'AttributeFP' in file 'Raycasting.glsl'
Succesfully loaded shader func 'Finalization' in file 'Finalization.glsl'
Allocating 720 x 360 radeon RBO (pitch 720)
Segmentation fault


And it's funny. Before I got your right configuration, I can even start this
demo. it crashes, if I use Point_reconstruction function. And the
poisson_plugin cannot be found. And now, it cannot be started.

Thank you.

Best regards

XIE, Yi
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Re-Error-by-compiling-poisson-reconstruction-example-tp2268101p2280686.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page