Displaying 9 results from an estimated 9 matches for "d_win32_winnt".
Did you mean:
  _win32_winnt
  
2010 Dec 04
1
MINGW Help
HI, Where can I find information to compile tinc with mingw under windows?
Thxs
Sabbiolina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20101204/904fee3f/attachment.htm>
2013 Nov 18
7
RHSrvAny: Fix failure on Windows 2003
The newly rebuilt RHSrvAny worked on Windows XP, Windows 2003 R2, and Windows
Vista+, but segfaulted on Windows 2003. After much investigation, the issue
seems to have been with inconsistent use of Unicode.
This series fixes compilation on Microsoft Visual C++ 2010 (the most recent
version which runs on Windows 2003), fixes all compiler warnings, and enabled
warnings during the build. The
2017 Mar 11
1
Need nutdrv_atcl_usb for Windows port
...s follows. I added the flag
"--enable-maintainer-mode"  as I read in the developer guide to allow
regeneration of the makefile.in:
[shell]
    cd /home/Administrator/nut-2.6.5-7
    autogen.sh --enable-maintainer-mode
   ./configure --with-doc=html-single CPPFLAGS="-DWINVER=0x0501
-D_WIN32_WINNT=0x0501" --enable-maintainer-mode
    export XML_CATALOG_FILES=/mingw/etc/xml/catalog
    make
    cd /docs/man
    make html-man
Now in response to you suggestion; I have no idea what NUT Scanner does and
if I need it or not. The only thing I want is to use this driver so I can
manage my UPS...
2018 Oct 02
1
How do I set a compile flag _WIN32_WINNT=0x600 in Makevars.Win
Sorry for bothering you
I am trying to build the R grpc package on windows:
https://github.com/nfultz/grpc
against an MSYS2 build of grpc.
when running devtools::install() I am getting the following error:
C:/msys64/mingw64/include/grpc/impl/codegen/port_platform.h:47:2:
error: #error "Please compile grpc with _WIN32_WINNT of at least 0x600
(aka Windows Vista)"
 #error \
  ^
Which,
2004 Dec 10
1
Modification for mkmf
...innt = "0x0400"
         when 90  # ME
            win32_winnt = "0x0500"
         when 10  # 98
            win32_winnt = "0x0410"
      end 
end
# So long as we''re not on Windows 3.51 or earlier, this should be
defined
if win32_winnt
   $CPPFLAGS += " -D_WIN32_WINNT=#{win32_winnt}"
end
# END
I realize there are possible scenarios where this won''t quite work (see
the example they discuss near the bottom of the link I provided).  In
such cases, it would be up to the extension writer to set $CPPFLAGS
accordingly.
Optionally, the WMI + OLE code co...
2005 Jul 09
0
[LLVMdev] Configure failed for Stacker with --enable-targets=x86
...s error:
configure: configuring in projects/Stacker
configure: running /bin/sh 
'/C/projects/src/llvm-1/llvm/projects/Stacker/configure' 
--prefix=/C/MinGW/msys/home/Administrator/llvm  
'--prefix=/C/MinGW/msys/home/Administrator/llvm' '--enable-targets=x86' 
'CPPFLAGS=-D_WIN32_WINNT=0x0500 -DLLVM_ON_WIN32=1' --cache-file=/dev/null 
--srcdir=/C/projects/src/llvm-1/llvm/projects/Stacker
configure: error: invalid feature name: targets
configure: error: /bin/sh 
'/C/projects/src/llvm-1/llvm/projects/Stacker/configure' failed for 
projects/Stacker
Henrik.
==========...
2005 Feb 04
7
FW: Bug fix
Forwarded, because I don''t think he''s subscribed and I''m not getting an
email notification in my Yahoo account.
Dan
-----Original Message-----
From: CT [mailto:demerzel@gmail.com] 
Sent: Friday, February 04, 2005 4:17 PM
To: Berger, Daniel
Cc: win32utils-devel@rubyforge.org
Subject: Re: Bug fix
On Fri, 4 Feb 2005 16:53:17 -0600, Berger, Daniel
2017 Mar 10
2
Need nutdrv_atcl_usb for Windows port
UPDATE: I managed to build the windows port using a guide a user posted a while ago. I?ve also corrected a couple of variables like the SleepEx() function instead of the sleep() used in Linux. I?ve successfully compiled the EXE for nutdrv_atcl_usb but when I execute it via upsdrvctl it gives the following output:
C:\MinGW\msys\1.0\home\Administrator\nut-2.6.5-7\drivers>nutdrv_atcl_usb
2016 Mar 07
2
Windows port
Hi!
I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :)
Where are a lot of Windows-branches at GitHub. What is the most actual one?
The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6?
I couldn't find any info about proper environment to build Windows