From: Mark M. <mm...@ri...> - 2011-01-04 13:05:14
|
You could also try downloading ExternalProject.cmake from the CMake repository and placing it in the ompl/CMakeModules directory. See: http://cmake.org/gitweb?p=cmake.git;a=blob_plain;f=Modules/ExternalProject.cmake;hb=HEAD On Jan 4, 2011, at 1:22 AM, is...@gm... wrote: > Hello, > > By default Ubuntu 10.04 includes CMake 2.8.0. That version includes a pretty old version of ExternalProject.cmake. > If you install cmake 2.8.2 or newer, the error should disappear. > > Ioan > > On Jan 4, 2011 3:33am, Hiroyuki Okada <h....@en...> wrote: > > Hello, > > > > I have these error messages in cmake. > > > > Ubuntu 10.04 > > > > > > > > $:cmake -DCMAKE_BUILD_TYPE=Release ../.. > > > > CMake Error at /usr/share/cmake-2.8/Modules/ExternalProject.cmake:694 (message): > > > > Could not extract tarball filename from url: > > > > > > > > http://gamma.cs.unc.edu/software/downloads/SSV/pqp-1.3.tar.gz;URL_MD5;f710e24a62db763d61d08667439d46fd > > > > Call Stack (most recent call first): > > > > /usr/share/cmake-2.8/Modules/ExternalProject.cmake:941 > > > > (_ep_add_download_command) > > > > CMakeModules/UsePQP.cmake:12 (ExternalProject_Add) > > > > CMakeLists.txt:36 (include) > > > > > > > > > > > > -- Configuring incomplete, errors occurred! > > > > -- > > > > OKD > > > > > > > > ------------------------------------------------------------------------------ > > > > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > > > > to consolidate database storage, standardize their database environment, and, > > > > should the need arise, upgrade to a full multi-node Oracle RAC database > > > > without downtime or disruption > > > > http://p.sf.net/sfu/oracle-sfdevnl > > > > _______________________________________________ > > > > ompl-users mailing list > > > > omp...@li... > > > > https://lists.sourceforge.net/lists/listinfo/ompl-users > >------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________ > ompl-users mailing list > omp...@li... > https://lists.sourceforge.net/lists/listinfo/ompl-users -- Mark Moll |