Build Log
  

Build started: Project: ndbmgmapi, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi\ndbmgmapi.dir\Debug\BAT00004637362164.bat" with contents
[
@echo off

"C:\Program Files\CMake 2.4\bin\cmake.exe" -HC:/cygwin/home/Administrator/mysql-5.0.50 -BC:/cygwin/home/Administrator/mysql-5.0.50



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Building Custom Rule C:/cygwin/home/Administrator/mysql-5.0.50/ndb/src/mgmapi/CMakeLists.txt"

exit 1

:VCEnd
]
Creating command line """c:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi\ndbmgmapi.dir\Debug\BAT00004637362164.bat"""
Creating temporary file "c:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi\ndbmgmapi.dir\Debug\RSP00004737362164.rsp" with contents
[
/Od /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi" /I "C:\cygwin\home\Administrator\mysql-5.0.50\include" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include" /I "C:\cygwin\home\Administrator\mysql-5.0.50\mysys" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\util" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\portlib" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\logger" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\mgmapi" /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "FORCE_INIT_OF_VARS" /D "CMAKE_BUILD" /D "HAVE_YASSL" /D "HAVE_NDBCLUSTER_DB" /D "WITH_NDBCLUSTER_STORAGE_ENGINE" /D "__NT__" /D "__WIN__" /D "_CRT_SECURE_NO_DEPRECATE" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Fo"ndbmgmapi.dir\Debug\\" /Fd"C:/cygwin/home/Administrator/mysql-5.0.50/ndb/src/mgmapi/Debug/ndbmgmapi.pdb" /W3 /c /Zi /TP   /Zm1000 /wd4996

".\LocalConfig.cpp"

".\mgmapi_configuration.cpp"

".\ndb_logevent.cpp"

".\mgmapi.cpp"
]
Creating command line "cl.exe @"c:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi\ndbmgmapi.dir\Debug\RSP00004737362164.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi\ndbmgmapi.dir\Debug\RSP00004837362164.rsp" with contents
[
/Od /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi" /I "C:\cygwin\home\Administrator\mysql-5.0.50\include" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include" /I "C:\cygwin\home\Administrator\mysql-5.0.50\mysys" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\util" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\portlib" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\logger" /I "C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\mgmapi" /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "FORCE_INIT_OF_VARS" /D "CMAKE_BUILD" /D "HAVE_YASSL" /D "HAVE_NDBCLUSTER_DB" /D "WITH_NDBCLUSTER_STORAGE_ENGINE" /D "__NT__" /D "__WIN__" /D "_CRT_SECURE_NO_DEPRECATE" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Fo"ndbmgmapi.dir\Debug\\" /Fd"C:/cygwin/home/Administrator/mysql-5.0.50/ndb/src/mgmapi/Debug/ndbmgmapi.pdb" /W3 /c /Zi /TC   /Zm1000 /wd4996

"..\kernel\error\ndbd_exit_codes.c"
]
Creating command line "cl.exe @"c:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi\ndbmgmapi.dir\Debug\RSP00004837362164.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi\ndbmgmapi.dir\Debug\RSP00004937362164.rsp" with contents
[
/OUT:"Debug\ndbmgmapi.lib" ".\ndbmgmapi.dir\debug\mgmapi.obj"

".\ndbmgmapi.dir\debug\ndb_logevent.obj"

".\ndbmgmapi.dir\debug\mgmapi_configuration.obj"

".\ndbmgmapi.dir\debug\LocalConfig.obj"

".\ndbmgmapi.dir\debug\ndbd_exit_codes.obj"
]
Creating command line "lib.exe @"c:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi\ndbmgmapi.dir\Debug\RSP00004937362164.rsp" /NOLOGO"
Output Window
  
Building Custom Rule C:/cygwin/home/Administrator/mysql-5.0.50/ndb/src/mgmapi/CMakeLists.txt
-- Configuring done
-- Generating done
-- Build files have been written to: C:/cygwin/home/Administrator/mysql-5.0.50
Compiling...
LocalConfig.cpp
.\LocalConfig.cpp(212) : warning C4101: 'for_strtok' : unreferenced local variable
.\LocalConfig.cpp(318) : warning C4099: 'Vector' : type name first seen using 'struct' now seen using 'class'
        with
        [
            T=MgmtSrvrId
        ]
mgmapi_configuration.cpp
.\mgmapi_configuration.cpp(116) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
        C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
ndb_logevent.cpp
.\ndb_logevent.cpp(437) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
        C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
mgmapi.cpp
.\mgmapi.cpp(171) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
        C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
.\mgmapi.cpp(201) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
        C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
.\mgmapi.cpp(206) : warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
        C:\cygwin\home\Administrator\mysql-5.0.50\ndb\include\ndb_global.h(118) : see declaration of 'operator new'
.\mgmapi.cpp(1931) : warning C4244: '=' : conversion from 'Uint64' to 'int', possible loss of data
.\mgmapi.cpp(2243) : warning C4244: 'argument' : conversion from 'unsigned __int64' to 'Uint32', possible loss of data
.\mgmapi.cpp(2632) : warning C4099: 'Vector' : type name first seen using 'struct' now seen using 'class'
        with
        [
            T=const ParserRow *
        ]
Generating Code...
Compiling...
ndbd_exit_codes.c
Creating library...
Results
  
Build log was saved at "file://c:\cygwin\home\Administrator\mysql-5.0.50\ndb\src\mgmapi\ndbmgmapi.dir\Debug\BuildLog.htm"
ndbmgmapi - 0 error(s), 10 warning(s)