The latest version from the git repository builds fine. Miklos
On 27 September 2013 08:13, Miklos Espak <[email protected]> wrote: > Hi, > > I get this error: > > 3>ClCompile: > > 3> archive_read.c > > 3>..\..\..\..\cmake-2.8.11.2\Utilities\cmlibarchive\libarchive\archive_read.c(601): > error C2371: 'archive_read_data' : redefinition; different basic types > > 3> > c:\build\cmake-2.8.11.2\utilities\cmlibarchive\libarchive\archive.h(427) : > see declaration of 'archive_read_data' > > 3> archive_virtual.c > > 3>..\..\..\..\cmake-2.8.11.2\Utilities\cmlibarchive\libarchive\archive_virtual.c(114): > error C2371: 'archive_write_data' : redefinition; different basic types > > 3> > c:\build\cmake-2.8.11.2\utilities\cmlibarchive\libarchive\archive.h(630) : > see declaration of 'archive_write_data' > > 3>..\..\..\..\cmake-2.8.11.2\Utilities\cmlibarchive\libarchive\archive_virtual.c(120): > error C2371: 'archive_write_data_block' : redefinition; different basic > types > > 3> > c:\build\cmake-2.8.11.2\utilities\cmlibarchive\libarchive\archive.h(634) : > see declaration of 'archive_write_data_block' > > 3> Generating Code... > > 3> > > 3>Build FAILED. > > > I enabled the CMAKE_CTEST_USE_SSL option (or how it's called), other > options are left at their default. > > Any idea? > > Cheers, > > Miklos > > > >
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
