News:

--

Main Menu

build fails with cmake 2.8.12

Started by ajschult, November 09, 2013, 12:16:48 AM

Previous topic - Next topic

ajschult

Fedora 19 has cmake 2.8.12, but avidemux's bootstrap.bash does not check for it and assumes it's less than 2.8.7


Index: bootStrap.bash
===================================================================
--- bootStrap.bash      (revision 8959)
+++ bootStrap.bash      (working copy)
@@ -93,7 +93,7 @@
CMAKE_VERSION=`cmake --version | sed "s/^.* 2\.\([0-9]*\.[0-9]*\).*/2\.\1/g"`
echo "CMAKE Version : $CMAKE_VERSION"
case "$CMAKE_VERSION" in
-         2.8.8|2.8.7|2.8.9|2.8.10|2.8.11)
+         2.8.8|2.8.7|2.8.9|2.8.10|2.8.11|2.8.12)
                 echo "Cmake version >=2.8.7 doesnt need fakeroot"
                 export FAKEROOT_COMMAND=""
         ;;

plux7887

Hallo mean,

plaese have a look on that final solution for the cmake version problem.

http://www.avidemux.org/smf/index.php/topic,11555.msg60545.html#msg60545