Advertisement
Guest User

Untitled

a guest
Dec 10th, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.89 KB | None | 0 0
  1. ==> Retrieving sources...
  2.   -> Downloading zenXml_2.3.zip...
  3.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  4.                                  Dload  Upload   Total   Spent    Left  Speed
  5.   0   303    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  6. 100  267k  100  267k    0     0   734k      0 --:--:-- --:--:-- --:--:--  734k
  7.   -> Downloading FreeFileSync_7.7_Source.zip...
  8.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  9.                                  Dload  Upload   Total   Spent    Left  Speed
  10. 100   408    0   408    0     0    452      0 --:--:-- --:--:-- --:--:--   451
  11. 100 2672k  100 2672k    0     0   930k      0  0:00:02  0:00:02 --:--:-- 2786k
  12.   -> Found FreeFileSync.desktop
  13.   -> Found ffsicon.png
  14.   -> Found RealtimeSync.desktop
  15.   -> Found rtsicon.png
  16. ==> Validating source files with md5sums...
  17.     zenXml_2.3.zip ... Passed
  18.     FreeFileSync_7.7_Source.zip ... Passed
  19.     FreeFileSync.desktop ... Passed
  20.     ffsicon.png ... Passed
  21.     RealtimeSync.desktop ... Passed
  22.     rtsicon.png ... Passed
  23. ==> Extracting sources...
  24.   -> Extracting zenXml_2.3.zip with bsdtar
  25.   -> Extracting FreeFileSync_7.7_Source.zip with bsdtar
  26. ==> Starting build()...
  27. compiled with  g++ (GCC) 5.3.0
  28. Copyright (C) 2015 Free Software Foundation, Inc.
  29. This is free software; see the source for copying conditions.  There is NO
  30. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  31.  
  32. mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
  33. mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
  34. mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
  35. mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
  36. g++ -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -DZEN_LINUX -pthread `pkg-config --cflags gtk+-2.0` -c algorithm.cpp -o ../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o
  37. g++ -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -DZEN_LINUX -pthread `pkg-config --cflags gtk+-2.0` -c application.cpp -o ../Obj/FFS_GCC_Make_Release/ffs/src/application.o
  38. g++ -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -DZEN_LINUX -pthread `pkg-config --cflags gtk+-2.0` -c comparison.cpp -o ../Obj/FFS_GCC_Make_Release/ffs/src/comparison.o
  39. g++ -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -DZEN_LINUX -pthread `pkg-config --cflags gtk+-2.0` -c structures.cpp -o ../Obj/FFS_GCC_Make_Release/ffs/src/structures.o
  40. In file included from ../../zen/sys_error.h:13:0,
  41.                  from ../../zen/file_error.h:13,
  42.                  from fs/abstract.h:11,
  43.                  from file_hierarchy.h:23,
  44.                  from algorithm.h:11,
  45.                  from algorithm.cpp:7:
  46. ../../zen/scope_guard.h:23:5: error: static assertion failed: check std::uncaught_exceptions support
  47.      static_assert(__GNUC__ < 5 || (__GNUC__ == 5 && (__GNUC_MINOR__ < 2 || (__GNUC_MIN
  48.      ^
  49. In file included from ../../zen/sys_error.h:13:0,
  50.                  from ../../zen/file_error.h:13,
  51.                  from fs/abstract.h:11,
  52.                  from file_hierarchy.h:23,
  53.                  from comparison.h:10,
  54.                  from comparison.cpp:7:
  55. ../../zen/scope_guard.h:23:5: error: static assertion failed: check std::uncaught_exceptions support
  56.      static_assert(__GNUC__ < 5 || (__GNUC__ == 5 && (__GNUC_MINOR__ < 2 || (__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ <= 1))), "check std::uncaught_exceptions support");
  57.      ^
  58. Makefile:98: recipe for target '../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o' failed
  59. make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o] Error 1
  60. make: *** Waiting for unfinished jobs....
  61. In file included from ../../zen/sys_error.h:13:0,
  62.                  from ../../zen/file_error.h:13,
  63.                  from ../../zen/file_access.h:12,
  64.                  from application.cpp:9:
  65. ../../zen/scope_guard.h:23:5: error: static assertion failed: check std::uncaught_exceptions support
  66.      static_assert(__GNUC__ < 5 || (__GNUC__ == 5 && (__GNUC_MINOR__ < 2 || (__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ <= 1))), "check std::uncaught_exceptions support");
  67.      ^
  68. Makefile:98: recipe for target '../Obj/FFS_GCC_Make_Release/ffs/src/comparison.o' failed
  69. make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/comparison.o] Error 1
  70. Makefile:98: recipe for target '../Obj/FFS_GCC_Make_Release/ffs/src/application.o' failed
  71. make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/application.o] Error 1
  72. ==> ERROR: A failure occurred in build().
  73.     Aborting...
  74. ==> Removing installed dependencies...
  75. Password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement