Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: ajschult on November 09, 2013, 12:16:48 AM

Title: build fails with cmake 2.8.12
Post by: ajschult on November 09, 2013, 12:16:48 AM
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=""
         ;;
Title: Re: build fails with cmake 2.8.12
Post by: plux7887 on November 28, 2013, 10:28:28 AM
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 (http://www.avidemux.org/smf/index.php/topic,11555.msg60545.html#msg60545)