C:\Users\Travis\Documents\Development\aseprite-master\build>cmake .. -G "MSYS Makefiles" > out.txtCMake Warning at src/scripting/CMakeLists.txt:14 (message):V8 not found, compiling without JS scripting supportCMake Warning (dev) at third_party/curl/CMakeLists.txt:562 (if):Policy CMP0054 is not set: Only interpret if() arguments as variables orkeywords when unquoted. Run "cmake --help-policy CMP0054" for policydetails. Use the cmake_policy command to set the policy and suppress thiswarning.Quoted variables like "TIME_WITH_SYS_TIME" will no longer be dereferencedwhen the policy is set to NEW. Since the policy is not set the OLDbehavior will be used.Call Stack (most recent call first):third_party/curl/CMakeLists.txt:664 (curl_internal_test)This warning is for project developers. Use -Wno-dev to suppress it.CMake Warning (dev) at third_party/curl/CMake/CurlCheckCSourceCompiles.cmake:16(if):Policy CMP0054 is not set: Only interpret if() arguments as variables orkeywords when unquoted. Run "cmake --help-policy CMP0054" for policydetails. Use the cmake_policy command to set the policy and suppress thiswarning.Quoted variables like "curl_cv_func_recv_test" will no longer bedereferenced when the policy is set to NEW. Since the policy is not setthe OLD behavior will be used.Call Stack (most recent call first):third_party/curl/CMake/OtherTests.cmake:47 (curl_check_c_source_compiles)third_party/curl/CMakeLists.txt:792 (include)This warning is for project developers. Use -Wno-dev to suppress it.CMake Error: File C:/Users/Travis/Documents/Development/aseprite-master/third_party/pixman-cmake/../pixman/pixman/pixman-version.h.in does not exist.CMake Error at third_party/pixman-cmake/CMakeLists.txt:13 (configure_file):configure_file Problem configuring fileCMake Warning (dev) at third_party/CMakeLists.txt:51 (add_subdirectory):The source directoryC:/Users/Travis/Documents/Development/aseprite-master/third_party/simpleinidoes not contain a CMakeLists.txt file.CMake does not support this case but it used to work accidentally and isbeing allowed for compatibility.Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run"cmake --help-policy CMP0014" for policy details. Use the cmake_policycommand to set the policy and suppress this warning.This warning is for project developers. Use -Wno-dev to suppress it.
[ 19%] Built target net-libScanning dependencies of target updater-lib[ 19%] Building CXX object src/updater/CMakeFiles/updater-lib.dir/check_update.cpp.objIn file included from C:\Users\Travis\Documents\Development\aseprite\src\updater\check_update.cpp:26:0:C:/Users/Travis/Documents/Development/aseprite/src/./base/convert_to.h: In function 'To base::convert_to(const From&)':C:/Users/Travis/Documents/Development/aseprite/src/./base/convert_to.h:21:60: error: there are no arguments to 'static_assert' that depend on a template parameter, so a declaration of 'static_assert' must be available [-fpermissive]static_assert(false && sizeof(To), "Invalid conversion");^C:/Users/Travis/Documents/Development/aseprite/src/./base/convert_to.h:21:60: note: (if you use '-fpermissive', G++ will accept your code, but allowing the useof an undeclared name is deprecated)src\updater\CMakeFiles\updater-lib.dir\build.make:54: recipe for target 'src/updater/CMakeFiles/updater-lib.dir/check_update.cpp.obj' failedmingw32-make[2]: *** [src/updater/CMakeFiles/updater-lib.dir/check_update.cpp.obj] Error 1CMakeFiles\Makefile2:3662: recipe for target 'src/updater/CMakeFiles/updater-lib.dir/all' failedmingw32-make[1]: *** [src/updater/CMakeFiles/updater-lib.dir/all] Error 2Makefile:116: recipe for target 'all' failedmingw32-make: *** [all] Error 2C:\Users\Travis\Documents\Development\aseprite\build>
--
You received this message because you are subscribed to the Google Groups "aseprite-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aseprite-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If you have MinGW + MSYS:
C:\...\aseprite-source\build>cmake .. -G "MSYS Makefiles"
If you have MinGW + mingw-make:
C:\...\aseprite-source\build>cmake .. -G "MinGW Makefiles"
--
You received this message because you are subscribed to a topic in the Google Groups "aseprite-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/aseprite-discuss/aDolaYgfAYE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to aseprite-discu...@googlegroups.com.
--