The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=15260 ====================================================================== Reported By: szukw000 Assigned To: ====================================================================== Project: CMake Issue ID: 15260 Category: (No Category) Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-11-23 13:30 EST Last Modified: 2014-11-23 13:30 EST ====================================================================== Summary: Compilation error for cmake-3.1.0-rc2 with gcc-4.8.2 Description: LINUX, gcc-4.8.2 ================== /sources/CMAKE/cmake-3.1.0-rc2/Source/cmArchiveWrite.cxx: In function 'void cm_archive_entry_copy_sourcepath(archive_entry*, const string&)': /sources/CMAKE/cmake-3.1.0-rc2/Source/cmArchiveWrite.cxx:43:75: error: 'archive_entry_copy_sourcepath_w' was not declared in this scope archive_entry_copy_sourcepath_w(e, cmsys::Encoding::ToWide(file).c_str()); ^ /sources/CMAKE/cmake-3.1.0-rc2/Source/cmArchiveWrite.cxx: In constructor 'cmArchiveWrite::cmArchiveWrite(std::ostream&, cmArchiveWrite::Compress, cmArchiveWrite::Type)': /sources/CMAKE/cmake-3.1.0-rc2/Source/cmArchiveWrite.cxx:164:53: error: 'archive_write_set_format_7zip' was not declared in this scope if(archive_write_set_format_7zip(this->Archive) != ARCHIVE_OK) ^ make[2]: *** [Source/CMakeFiles/CMakeLib.dir/cmArchiveWrite.cxx.o] Error 1 make[1]: *** [Source/CMakeFiles/CMakeLib.dir/all] Error 2 make: *** [all] Error 2
winfried ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-11-23 13:30 szukw000 New Issue ====================================================================== -- 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://public.kitware.com/mailman/listinfo/cmake-developers
