octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #36477] use XDG dirs instead of HOME


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #36477] use XDG dirs instead of HOME
Date: Sat, 9 Mar 2019 15:49:13 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #25, bug #36477 (project octave):

I am currently trying to build with the following change to configure.ac:

diff -r 7506884fc158 configure.ac
--- a/configure.ac      Sat Mar 09 20:30:24 2019 +0100
+++ b/configure.ac      Sat Mar 09 21:48:46 2019 +0100
@@ -1234,14 +1234,14 @@
     AC_MSG_CHECKING([for required _WIN32_WINNT])
     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
         #include <windows.h>
-        #if _WIN32_WINNT < 0x0403
+        #if _WIN32_WINNT < 0x0600
         #error "Wrong version"
         #endif
         ]], [])],
       [AC_MSG_RESULT([none])],
-      [AC_DEFINE(_WIN32_WINNT, 0x0403,
-        [Define to 0x0403 to access InitializeCriticalSectionAndSpinCount.])
-       AC_MSG_RESULT([0x0403])])
+      [AC_DEFINE(_WIN32_WINNT, 0x0600,
+        [Define to 0x0600 to access SHGetKnownFolderPath.])
+       AC_MSG_RESULT([0x0600])])
   ;;
 esac
 




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?36477>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]