Hi All:

I am not sure how much of an issue this is but I get the following warnings
on Windows 7 64-bit and Microsoft Visual Studio 10.0:

  cd src\native\windows\apps
  cd prunsrv
  nmake CPU=X64

        cl -c -nologo -DWIN32 -D_WIN32 -D_WINDOWS -D_WINNT
-D_WIN32_WINNT=0x0501 -DWINVER=0x0501 -D_WIN32_IE=0x0600 -W3 -D_CONSOLE
-EHsc -D_UNICODE -DUNICODE -D
_AMD64_=1 -DWIN64 -D_WIN64 -O2 -Ob2 -Zi -DNDEBUG -D_MT -MD
-I.\..\..\include -I.\..\..\src -I "C:\Program
Files\Java\jdk1.6.0_29\include" -I "C:\Program Files\J
ava\jdk1.6.0_29\include\win32" -FoWINXP_X64_EXE_RELEASE\
-FdWINXP_X64_EXE_RELEASE\prunsrv-src .\..\..\apps\prunsrv\prunsrv.c
prunsrv.c
.\..\..\apps\prunsrv\prunsrv.c(317) : *warning *C4996: '_wfopen': This
function or variable may be unsafe. Consider using _wfopen_s instead. To
disable deprecatio
n, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\INCLUDE\stdio.h(601) : see declaration of '_wfopen'
.\..\..\apps\prunsrv\prunsrv.c(341) : *warning *C4996: '_wfopen': This
function or variable may be unsafe. Consider using _wfopen_s instead. To
disable deprecatio
n, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\INCLUDE\stdio.h(601) : see declaration of '_wfopen'
.\..\..\apps\prunsrv\prunsrv.c(1231) : *warning *C4996: '_snprintf': This
function or variable may be unsafe. Consider using _snprintf_s instead. To
disable depre
cation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\INCLUDE\stdio.h(363) : see declaration of '_snprintf'
.\..\..\apps\prunsrv\prunsrv.c(1233) : *warning *C4996: '_snprintf': This
function or variable may be unsafe. Consider using _snprintf_s instead. To
disable depre
cation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\INCLUDE\stdio.h(363) : see declaration of '_snprintf'
        rc /l 0x409 /d "NDEBUG" /i ".\..\..\include" /fo
WINXP_X64_EXE_RELEASE\prunsrv.res .\..\../apps/prunsrv/prunsrv.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation.  All rights reserved.

c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(54)
: *warning *RC4011: identifier truncated to
'_CRT_SECURE_CPP_OVERLOAD_STANDA'
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\string.h(76)
: *warning *RC4011: identifier truncated to
'_CRT_SECURE_CPP_OVERLOAD_SECURE'
        link.exe /NOLOGO /SUBSYSTEM:CONSOLE /MACHINE:AMD64 /OPT:REF
/version:1.0 WINXP_X64_EXE_RELEASE\cmdline.obj
WINXP_X64_EXE_RELEASE\console.obj  WINXP_X64
_EXE_RELEASE\gui.obj  WINXP_X64_EXE_RELEASE\handles.obj
WINXP_X64_EXE_RELEASE\javajni.obj  WINXP_X64_EXE_RELEASE\log.obj
WINXP_X64_EXE_RELEASE\mclib.obj  WINX
P_X64_EXE_RELEASE\registry.obj  WINXP_X64_EXE_RELEASE\rprocess.obj
WINXP_X64_EXE_RELEASE\service.obj  WINXP_X64_EXE_RELEASE\utils.obj
WINXP_X64_EXE_RELEASE\pr
unsrv.obj WINXP_X64_EXE_RELEASE\prunsrv.res kernel32.lib advapi32.lib
ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib user32.lib
gdi32.lib winspool.lib
comdlg32.lib comctl32.lib shlwapi.lib netapi32.lib
/pdb:WINXP_X64_EXE_RELEASE\prunsrv.pdb
/out:WINXP_X64_EXE_RELEASE\prunsrv.exe
        IF EXIST WINXP_X64_EXE_RELEASE\prunsrv.exe.manifest  mt -nologo
-manifest WINXP_X64_EXE_RELEASE\prunsrv.exe.manifest
-outputresource:WINXP_X64_EXE_RELEA
SE\prunsrv.exe;1

Gary

On Tue, Feb 7, 2012 at 7:52 AM, Mladen Turk <mt...@apache.org> wrote:

> Hi,
>
> Version 1.0.9 is bug fix release.
>
> Daemon 1.0.9 RC1 is available for review at:
> http://people.apache.org/~**mturk/daemon-1.0.9/<http://people.apache.org/%7Emturk/daemon-1.0.9/>
> It is based on the svn tag
> https://svn.apache.org/repos/**asf/commons/proper/daemon/**
> tags/COMMONS_DAEMON_1_0_9_RC1<https://svn.apache.org/repos/asf/commons/proper/daemon/tags/COMMONS_DAEMON_1_0_9_RC1>
> which if voted will be renamed to
> https://svn.apache.org/repos/**asf/commons/proper/daemon/**
> tags/COMMONS_DAEMON_1_0_9<https://svn.apache.org/repos/asf/commons/proper/daemon/tags/COMMONS_DAEMON_1_0_9>
>
> Maven arifacts are at:
> http://people.apache.org/~**mturk/daemon-1.0.9/maven/<http://people.apache.org/%7Emturk/daemon-1.0.9/maven/>
> note that starting with this release, the windows binaries
> are in the maven repo, finally :)
>
> Generated site is at:
> http://people.apache.org/~**mturk/daemon-1.0.9-site/<http://people.apache.org/%7Emturk/daemon-1.0.9-site/>
>
>
> Votes, please. This vote will close in 72 hours
>
>  [ ] +1 Release Daemon 1.0.9
>  [ ] +0 OK, but...
>  [ ] -0 OK, but really should fix...
>  [ ] -1 I oppose this release because...
>
>
> Regards
> --
> ^TM
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> dev-unsubscribe@commons.**apache.org<dev-unsubscr...@commons.apache.org>
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to