Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] error while compiling Point_set_processing_3_

Subject: CGAL users discussion list

List archive

[cgal-discuss] error while compiling Point_set_processing_3_


Chronological Thread 
  • From: Subhasree M <>
  • To:
  • Subject: [cgal-discuss] error while compiling Point_set_processing_3_
  • Date: Tue, 11 Oct 2011 14:57:05 +0530

Hello,

When I compile Point_set_processing_3_
example.sln, I get the following message:

1>------ Build started: Project: read_write_xyz_point_set_example, Configuration: Debug Win32 ------
2>------ Build started: Project: random_simplification_example, Configuration: Debug Win32 ------
3>------ Build started: Project: property_map, Configuration: Debug Win32 ------
4>------ Build started: Project: normals_example, Configuration: Debug Win32 ------
2>Compiling...
1>Compiling...
3>Compiling...
4>Compiling...
1>read_write_xyz_point_set_example.cpp
2>random_simplification_example.cpp
3>property_map.cpp
4>normals_example.cpp
3>Linking...
3>Embedding manifest...
3>Build log was saved at "file://c:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\property_map.dir\Debug\BuildLog.htm"
3>property_map - 0 error(s), 0 warning(s)
5>------ Build started: Project: normal_estimation, Configuration: Debug Win32 ------
5>Compiling...
5>normal_estimation.cpp
1>Linking...
2>Linking...
2>Embedding manifest...
2>Build log was saved at "file://c:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\random_simplification_example.dir\Debug\BuildLog.htm"
2>random_simplification_example - 0 error(s), 0 warning(s)
1>Embedding manifest...
6>------ Build started: Project: jet_smoothing_example, Configuration: Debug Win32 ------
6>Compiling...
1>Build log was saved at "file://c:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\read_write_xyz_point_set_example.dir\Debug\BuildLog.htm"
1>read_write_xyz_point_set_example - 0 error(s), 0 warning(s)
6>jet_smoothing_example.cpp
7>------ Build started: Project: grid_simplification_example, Configuration: Debug Win32 ------
7>Compiling...
7>grid_simplification_example.cpp
7>Linking...
7>Embedding manifest...
4>Linking...
7>Build log was saved at "file://c:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\grid_simplification_example.dir\Debug\BuildLog.htm"
7>grid_simplification_example - 0 error(s), 0 warning(s)
4>LINK : fatal error LNK1168: cannot open C:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\Debug\normals_example.exe for writing
8>------ Build started: Project: average_spacing_example, Configuration: Debug Win32 ------
6>Linking...
4>Build log was saved at "file://c:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\normals_example.dir\Debug\BuildLog.htm"
4>normals_example - 1 error(s), 0 warning(s)
8>Compiling...
6>LINK : fatal error LNK1104: cannot open file 'libcblas.lib'
8>average_spacing_example.cpp
6>Build log was saved at "file://c:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\jet_smoothing_example.dir\Debug\BuildLog.htm"
6>jet_smoothing_example - 1 error(s), 0 warning(s)
9>------ Build started: Project: remove_outliers_example, Configuration: Debug Win32 ------
9>Compiling...
9>remove_outliers_example.cpp
5>Linking...
5>LINK : fatal error LNK1104: cannot open file 'libcblas.lib'
5>Build log was saved at "file://c:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\normal_estimation.dir\Debug\BuildLog.htm"
5>normal_estimation - 1 error(s), 0 warning(s)
8>Linking...
9>Linking...
9>Embedding manifest...
9>Build log was saved at "file://c:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\remove_outliers_example.dir\Debug\BuildLog.htm"
9>remove_outliers_example - 0 error(s), 0 warning(s)
8>Embedding manifest...
8>Build log was saved at "file://c:\Users\Subha\Desktop\CGAL-3.8\examples\Point_set_processing_3\average_spacing_example.dir\Debug\BuildLog.htm"
8>average_spacing_example - 0 error(s), 0 warning(s)
10>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
10>Project not selected to build for this solution configuration
========== Build: 6 succeeded, 3 failed, 2 up-to-date, 1 skipped ==========

I am using Windows 7 and the following :
1) Visual Studio(9) 2008
2)Boost 1.46.1
3) CMake 2.6.4
4) CGAL 3.8
5) QT 4.7.1

I downloaded all the LAPACK from http://www.netlib.org/clapack/LIB_WINDOWS/prebuilt_libraries_windows.html., but couldn't get
'libcblas.lib'.

Your valuable suggestions in this regard are welcome.

thanks
Subhasree.




Archive powered by MHonArc 2.6.16.

Top of Page