1>------ Rebuild All started: Project: luabitop, Configuration: Release Win32 ------
2>------ Rebuild All started: Project: luazlib, Configuration: Release Win32 ------
2>cl : Command line warning D9002: ignoring unknown option '-O3'
2> lgzip.c
1>cl : Command line warning D9002: ignoring unknown option '-O3'
1> bit.c
2>..\src\lzlib\lgzip.c(55): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
2>..\src\lzlib\lgzip.c(57): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
2>..\src\lzlib\lgzip.c(120): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>..\src\lzlib\lgzip.c(122): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
2>..\src\lzlib\lgzip.c(159): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
2> lzlib.c
2>..\src\lzlib\lzlib.c(111): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
2>..\src\lzlib\lzlib.c(113): warning C4013: 'snprintf' undefined; assuming extern returning int
1> luabitop.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\luabitop.lib
2> luazlib.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\luazlib.lib
3>------ Rebuild All started: Project: luamd5, Configuration: Release Win32 ------
4>------ Rebuild All started: Project: lxp, Configuration: Release Win32 ------
4>cl : Command line warning D9002: ignoring unknown option '-O3'
4> lxplib.c
3>cl : Command line warning D9002: ignoring unknown option '-O3'
3> des56.c
3> ldes56.c
3> md5.c
3> md5lib.c
4> lxp.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\lxp.lib
5>------ Rebuild All started: Project: expatstatic, Configuration: Release Win32 ------
3> luamd5.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\luamd5.lib
5>cl : Command line warning D9002: ignoring unknown option '-O3'
5> xmlparse.c
5> xmlrole.c
5> xmltok.c
5> xmltok_impl.c
6>------ Rebuild All started: Project: tcodimport, Configuration: Release Win32 ------
5> xmltok_ns.c
6>cl : Command line warning D9002: ignoring unknown option '-O3'
6> noise_c.c
6>..\src\libtcod_import\noise_c.c(97): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\src\libtcod_import\noise_c.c(680): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
5> expatstatic.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\expatstatic.lib
6> tcodimport.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\tcodimport.lib
7>------ Rebuild All started: Project: lualanes, Configuration: Release Win32 ------
8>------ Rebuild All started: Project: luaprofiler, Configuration: Release Win32 ------
7>cl : Command line warning D9002: ignoring unknown option '-O3'
7> lanes.c
8>cl : Command line warning D9002: ignoring unknown option '-O3'
8> clocks.c
7>..\src\lualanes\lanes.c(1): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
7> threading.c
8> core_profiler.c
8>..\src\luaprofiler\core_profiler.c(134): warning C4996: 'tmpnam': This function or variable may be unsafe. Consider using tmpnam_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
8> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(344) : see declaration of 'tmpnam'
8>..\src\luaprofiler\core_profiler.c(135): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
8> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
8>..\src\luaprofiler\core_profiler.c(142): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
8> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
8>..\src\luaprofiler\core_profiler.c(143): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
8> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
8> function_meter.c
8>..\src\luaprofiler\function_meter.c(157): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
8> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
8>..\src\luaprofiler\function_meter.c(161): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
8> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
8> lua50_profiler.c
8> stack.c
7> tools.c
8> luaprofiler.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\luaprofiler.lib
9>------ Rebuild All started: Project: lpeg, Configuration: Release Win32 ------
9>cl : Command line warning D9002: ignoring unknown option '-O3'
9> lpeg.c
9>..\src\lpeg\lpeg.c(1101): warning C4244: '=' : conversion from 'lua_Number' to 'int', possible loss of data
10>------ Rebuild All started: Project: fov, Configuration: Release Win32 ------
9> lpeg.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\lpeg.lib
10>cl : Command line warning D9002: ignoring unknown option '-O3'
10> fov.c
10>d:\engines\t-engine4-src-1.0.0beta24\src\fov\fov.h(33): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
11>------ Rebuild All started: Project: luasocket, Configuration: Release Win32 ------
12>------ Rebuild All started: Project: luadefault, Configuration: Release Win32 ------
11>cl : Command line warning D9002: ignoring unknown option '-O3'
11> auxiliar.c
11>..\src\luasocket\auxiliar.c(59): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
11> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
11>..\src\luasocket\auxiliar.c(96): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
11> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
11>..\src\luasocket\auxiliar.c(110): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
11> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
11> buffer.c
11> except.c
12>cl : Command line warning D9002: ignoring unknown option '-O3'
12> lapi.c
11> inet.c
12> lauxlib.c
12>..\src\lua\lauxlib.c(546): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
12> lbaselib.c
12> lcode.c
12> ldblib.c
12> ldebug.c
12> ldo.c
11>..\src\luasocket\inet.c(265): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
11> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
11> io.c
11> luasocket.c
12> ldump.c
12> lfunc.c
12> lgc.c
12> linit.c
12> liolib.c
12>..\src\lua\liolib.c(39): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
11> options.c
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
12>..\src\lua\liolib.c(41): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
12>..\src\lua\liolib.c(49): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
12>..\src\lua\liolib.c(165): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
12>..\src\lua\liolib.c(185): warning C4996: 'tmpfile': This function or variable may be unsafe. Consider using tmpfile_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(338) : see declaration of 'tmpfile'
12>..\src\lua\liolib.c(205): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
12>..\src\lua\liolib.c(257): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
12>..\src\lua\liolib.c(275): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(253) : see declaration of 'fscanf'
12>..\src\lua\liolib.c(395): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
12> llex.c
12> lmathlib.c
12> lmem.c
12> loadlib.c
11>..\src\luasocket\options.c(37): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
11> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
11> select.c
12>..\src\lua\loadlib.c(334): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
11> tcp.c
12>..\src\lua\loadlib.c(391): warning C4013: 'snprintf' undefined; assuming extern returning int
12>..\src\lua\loadlib.c(612): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
12> lobject.c
12>..\src\lua\lobject.c(145): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
12>..\src\lua\lobject.c(184): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
12>..\src\lua\lobject.c(193): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12>..\src\lua\lobject.c(196): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12>..\src\lua\lobject.c(198): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12>..\src\lua\lobject.c(204): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12>..\src\lua\lobject.c(206): warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(175) : see declaration of 'strncat'
12>..\src\lua\lobject.c(207): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12>..\src\lua\lobject.c(210): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12>..\src\lua\lobject.c(211): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> lopcodes.c
12> loslib.c
12>..\src\lua\loslib.c(31): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
12>..\src\lua\loslib.c(60): warning C4996: 'tmpnam': This function or variable may be unsafe. Consider using tmpnam_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(344) : see declaration of 'tmpnam'
12>..\src\lua\loslib.c(69): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
12>..\src\lua\loslib.c(129): warning C4996: 'gmtime': This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\time.inl(99) : see declaration of 'gmtime'
12>..\src\lua\loslib.c(133): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
12> lparser.c
11>..\src\luasocket\tcp.c(343): warning C4244: 'initializing' : conversion from 'lua_Number' to 'int', possible loss of data
11> timeout.c
11> udp.c
11> wsocket.c
12> Compiling...
12> lstate.c
12> lstring.c
12> lstrlib.c
12>..\src\lua\lstrlib.c(740): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
12>..\src\lua\lstrlib.c(750): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12>..\src\lua\lstrlib.c(775): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
12>..\src\lua\lstrlib.c(780): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
12>..\src\lua\lstrlib.c(785): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
12>..\src\lua\lstrlib.c(790): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
12>..\src\lua\lstrlib.c(808): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
12> ltable.c
11> mime.c
12> ltablib.c
12> ltm.c
12> lundump.c
12> lvm.c
12>..\src\lua\lvm.c(53): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
12> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
12> lzio.c
12> print.c
11> luasocket.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\luasocket.lib
13>------ Rebuild All started: Project: physfs, Configuration: Release Win32 ------
12>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\luadefault.lib) does not match the Library's OutputFile property value (D:\engines\t-engine4-src-1.0.0beta24\bin\Release\lua.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
12>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1153,5): warning MSB8012: TargetName(luadefault) does not match the Library's OutputFile property value (lua). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
12> luadefault.vcxproj -> D:\engines\t-engine4-src-1.0.0beta24\build\..\bin\Release\luadefault.lib
13>cl : Command line warning D9002: ignoring unknown option '-O3'
13> adler32.c
13> compress.c
13> crc32.c
13> deflate.c
13> gzio.c
13>..\src\physfs\zlib123\gzio.c(131): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\zlib123\gzio.c(181): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
13>..\src\physfs\zlib123\gzio.c(226): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
13>..\src\physfs\zlib123\gzio.c(627): warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(363) : see declaration of '_vsnprintf'
13>..\src\physfs\zlib123\gzio.c(1001): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
13>..\src\physfs\zlib123\gzio.c(1008): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\zlib123\gzio.c(1009): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\zlib123\gzio.c(1010): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> infback.c
13> inffast.c
13> inflate.c
13> inftrees.c
13> ioapi.c
13>..\src\physfs\zlib123\ioapi.c(100): warning C4244: '=' : conversion from 'PHYSFS_sint64' to 'long', possible loss of data
13> mzip.c
13> trees.c
13> uncompr.c
13> zutil.c
13> dir.c
13>..\src\physfs\archivers\dir.c(94): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\archivers\dir.c(96): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> zip.c
13>..\src\physfs\archivers\zip.c(151): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(157) : see declaration of 'strerror'
13>..\src\physfs\archivers\zip.c(1086): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> windows.c
13>..\src\physfs\platform\windows.c(228): error C2143: syntax error : missing ';' before 'const'
13>..\src\physfs\platform\windows.c(229): error C2143: syntax error : missing ';' before 'type'
13>..\src\physfs\platform\windows.c(230): error C2065: 'buflen2' : undeclared identifier
13>..\src\physfs\platform\windows.c(230): error C2065: 'cpstr2' : undeclared identifier
13>..\src\physfs\platform\windows.c(230): warning C4047: 'function' : 'LPSTR' differs in levels of indirection from 'int'
13>..\src\physfs\platform\windows.c(230): warning C4024: 'WideCharToMultiByte' : different types for formal and actual parameter 5
13>..\src\physfs\platform\windows.c(230): error C2065: 'buflen2' : undeclared identifier
13>..\src\physfs\platform\windows.c(232): error C2065: 'cpstr2' : undeclared identifier
13>..\src\physfs\platform\windows.c(232): warning C4047: 'function' : 'LPCSTR' differs in levels of indirection from 'int'
13>..\src\physfs\platform\windows.c(232): warning C4024: 'MoveFileA' : different types for formal and actual parameter 2
13>..\src\physfs\platform\windows.c(235): error C2065: 'cpstr2' : undeclared identifier
13>..\src\physfs\platform\windows.c(235): warning C4022: '__PHYSFS_smallFree' : pointer mismatch for actual parameter 1
13>..\src\physfs\platform\windows.c(239): error C2143: syntax error : missing '{' before '__stdcall'
13>..\src\physfs\platform\windows.c(578): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(677): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(681): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(684): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(714): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(724): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(845): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(864): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(869): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(870): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(878): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(889): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(893): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(894): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\platform\windows.c(1009): warning C4047: 'return' : 'int' differs in levels of indirection from 'void *'
13>..\src\physfs\platform\windows.c(1012): warning C4047: 'return' : 'int' differs in levels of indirection from 'void *'
13>..\src\physfs\platform\windows.c(1014): error C2275: 'BOOL' : illegal use of this type as an expression
13> C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\windef.h(153) : see declaration of 'BOOL'
13>..\src\physfs\platform\windows.c(1014): error C2146: syntax error : missing ';' before identifier 'ret'
13>..\src\physfs\platform\windows.c(1014): error C2065: 'ret' : undeclared identifier
13>..\src\physfs\platform\windows.c(1019): error C2065: 'ret' : undeclared identifier
13> physfs.c
13>..\src\physfs\physfs.c(177): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(327): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
13>..\src\physfs\physfs.c(560): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(566): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(567): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(626): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
13>..\src\physfs\physfs.c(650): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(1075): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
13>..\src\physfs\physfs.c(1101): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
13>..\src\physfs\physfs.c(1106): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
13>..\src\physfs\physfs.c(1110): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
13>..\src\physfs\physfs.c(1226): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(1227): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(1234): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(1246): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(1247): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(1559): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>..\src\physfs\physfs.c(1600): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13> physfsrwops.c
13> physfs_byteorder.c
13> Compiling...
13> physfs_unicode.c
14>------ Rebuild All started: Project: TEngine, Configuration: Release Win32 ------
14>cl : Command line warning D9002: ignoring unknown option '-O3'
14> auxiliar.c
14>..\src\auxiliar.c(59): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
14> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
14>..\src\auxiliar.c(96): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
14> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
14>..\src\auxiliar.c(110): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
14> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
14> core_lua.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> display_sdl.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> dmnd_square.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> fov.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> getself.c
14> glew.c
14> main.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> map.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> music.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> noise.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> particles.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> particles_gas.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> physfs.c
14>..\src\physfs.c(86): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
14>..\src\physfs.c(87): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
14>..\src\physfs.c(88): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
14>..\src\physfs.c(122): error C2143: syntax error : missing ';' before 'const'
14>..\src\physfs.c(123): error C2065: 'error' : undeclared identifier
14>..\src\physfs.c(123): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
14>..\src\physfs.c(123): warning C4024: 'lua_pushstring' : different types for formal and actual parameter 2
14>..\src\physfs.c(141): warning C4018: '>' : signed/unsigned mismatch
14>..\src\physfs.c(142): warning C4244: '=' : conversion from 'PHYSFS_sint64' to 'size_t', possible loss of data
14>..\src\physfs.c(235): warning C4244: 'initializing' : conversion from 'lua_Number' to 'int', possible loss of data
14>..\src\physfs.c(311): warning C4013: 'free' undefined; assuming extern returning int
14>..\src\physfs.c(345): error C2015: too many characters in constant
14> profile.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> sdnoise1234.c
14>..\src\sdnoise1234.c(202): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(203): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(205): error C2065: 't1' : undeclared identifier
14>..\src\sdnoise1234.c(205): error C2065: 't1' : undeclared identifier
14>..\src\sdnoise1234.c(205): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
14>..\src\sdnoise1234.c(215): error C2065: 't1' : undeclared identifier
14>..\src\sdnoise1234.c(215): error C2065: 'x21' : undeclared identifier
14>..\src\sdnoise1234.c(248): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
14>..\src\sdnoise1234.c(254): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
14>..\src\sdnoise1234.c(269): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(270): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(271): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(272): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(275): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(276): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(279): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(280): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(281): error C2065: 't0' : undeclared identifier
14>..\src\sdnoise1234.c(281): error C2065: 't40' : undeclared identifier
14>..\src\sdnoise1234.c(281): error C2065: 't20' : undeclared identifier
14>..\src\sdnoise1234.c(281): error C2065: 't0' : undeclared identifier
14>..\src\sdnoise1234.c(281): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
14>..\src\sdnoise1234.c(283): error C2065: 'ii' : undeclared identifier
14>..\src\sdnoise1234.c(283): error C2065: 'jj' : undeclared identifier
14>..\src\sdnoise1234.c(284): error C2065: 't20' : undeclared identifier
14>..\src\sdnoise1234.c(284): error C2065: 't0' : undeclared identifier
14>..\src\sdnoise1234.c(284): error C2065: 't0' : undeclared identifier
14>..\src\sdnoise1234.c(285): error C2065: 't40' : undeclared identifier
14>..\src\sdnoise1234.c(285): error C2065: 't20' : undeclared identifier
14>..\src\sdnoise1234.c(285): error C2065: 't20' : undeclared identifier
14>..\src\sdnoise1234.c(286): error C2065: 't40' : undeclared identifier
14>..\src\sdnoise1234.c(289): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(290): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(291): error C2065: 't1' : undeclared identifier
14>..\src\sdnoise1234.c(291): error C2065: 't21' : undeclared identifier
14>..\src\sdnoise1234.c(291): error C2065: 't41' : undeclared identifier
14>..\src\sdnoise1234.c(291): error C2065: 't1' : undeclared identifier
14>..\src\sdnoise1234.c(291): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
14>..\src\sdnoise1234.c(293): error C2065: 'ii' : undeclared identifier
14>..\src\sdnoise1234.c(293): error C2065: 'jj' : undeclared identifier
14>..\src\sdnoise1234.c(294): error C2065: 't21' : undeclared identifier
14>..\src\sdnoise1234.c(294): error C2065: 't1' : undeclared identifier
14>..\src\sdnoise1234.c(294): error C2065: 't1' : undeclared identifier
14>..\src\sdnoise1234.c(295): error C2065: 't41' : undeclared identifier
14>..\src\sdnoise1234.c(295): error C2065: 't21' : undeclared identifier
14>..\src\sdnoise1234.c(295): error C2065: 't21' : undeclared identifier
14>..\src\sdnoise1234.c(296): error C2065: 't41' : undeclared identifier
14>..\src\sdnoise1234.c(296): error C2065: 'x1' : undeclared identifier
14>..\src\sdnoise1234.c(296): error C2297: '*' : illegal, right operand has type 'double (__cdecl *)(double)'
14>..\src\sdnoise1234.c(299): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(300): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(301): error C2065: 't2' : undeclared identifier
14>..\src\sdnoise1234.c(301): error C2065: 't42' : undeclared identifier
14>..\src\sdnoise1234.c(301): error C2065: 't22' : undeclared identifier
14>..\src\sdnoise1234.c(301): error C2065: 't2' : undeclared identifier
14>..\src\sdnoise1234.c(301): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
14>..\src\sdnoise1234.c(303): error C2065: 'ii' : undeclared identifier
14>..\src\sdnoise1234.c(303): error C2065: 'jj' : undeclared identifier
14>..\src\sdnoise1234.c(304): error C2065: 't22' : undeclared identifier
14>..\src\sdnoise1234.c(304): error C2065: 't2' : undeclared identifier
14>..\src\sdnoise1234.c(304): error C2065: 't2' : undeclared identifier
14>..\src\sdnoise1234.c(305): error C2065: 't42' : undeclared identifier
14>..\src\sdnoise1234.c(305): error C2065: 't22' : undeclared identifier
14>..\src\sdnoise1234.c(305): error C2065: 't22' : undeclared identifier
14>..\src\sdnoise1234.c(306): error C2065: 't42' : undeclared identifier
14>..\src\sdnoise1234.c(306): error C2065: 'x2' : undeclared identifier
14>..\src\sdnoise1234.c(306): error C2065: 'y2' : undeclared identifier
14>..\src\sdnoise1234.c(311): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(325): error C2065: 't20' : undeclared identifier
14>..\src\sdnoise1234.c(325): error C2065: 't0' : undeclared identifier
14>..\src\sdnoise1234.c(328): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(329): error C2065: 'temp1' : undeclared identifier
14>..\src\sdnoise1234.c(329): error C2065: 'x1' : undeclared identifier
14>..\src\sdnoise1234.c(330): error C2065: 'temp1' : undeclared identifier
14>..\src\sdnoise1234.c(330): error C2297: '*' : illegal, right operand has type 'double (__cdecl *)(double)'
14>..\src\sdnoise1234.c(331): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(332): error C2065: 'temp2' : undeclared identifier
14>..\src\sdnoise1234.c(332): error C2065: 'x2' : undeclared identifier
14>..\src\sdnoise1234.c(333): error C2065: 'temp2' : undeclared identifier
14>..\src\sdnoise1234.c(333): error C2065: 'y2' : undeclared identifier
14>..\src\sdnoise1234.c(336): error C2065: 't40' : undeclared identifier
14>..\src\sdnoise1234.c(336): error C2065: 't41' : undeclared identifier
14>..\src\sdnoise1234.c(336): error C2065: 't42' : undeclared identifier
14>..\src\sdnoise1234.c(337): error C2065: 't40' : undeclared identifier
14>..\src\sdnoise1234.c(337): error C2065: 't41' : undeclared identifier
14>..\src\sdnoise1234.c(337): error C2065: 't42' : undeclared identifier
14>..\src\sdnoise1234.c(341): error C2065: 'noise' : undeclared identifier
14>..\src\sdnoise1234.c(341): warning C4244: 'return' : conversion from 'int' to 'float', possible loss of data
14>..\src\sdnoise1234.c(369): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
14>..\src\sdnoise1234.c(377): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
14>..\src\sdnoise1234.c(408): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(409): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(410): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(411): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(412): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(413): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(414): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(415): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(416): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(419): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(420): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(421): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(424): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(425): error C2143: syntax error : missing ';' before 'type'
14>..\src\sdnoise1234.c(426): error C2065: 't0' : undeclared identifier
14>..\src\sdnoise1234.c(426): error C2065: 't0' : undeclared identifier
14>..\src\sdnoise1234.c(426): error C2065: 't20' : undeclared identifier
14>..\src\sdnoise1234.c(426): error C2065: 't40' : undeclared identifier
14>..\src\sdnoise1234.c(426): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
14>..\src\sdnoise1234.c(426): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
14>..\src\sdnoise1234.c(428): error C2065: 'ii' : undeclared identifier
14>..\src\sdnoise1234.c(428): error C2065: 'jj' : undeclared identifier
14>..\src\sdnoise1234.c(428): fatal error C1003: error count exceeds 100; stopping compilation
14> serial.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> SFMT.c
14>..\src\SFMT.c(601): error C2275: 'uint32_t' : illegal use of this type as an expression
14> d:\engines\t-engine4-src-1.0.0beta24\src\SFMT.h(39) : see declaration of 'uint32_t'
14>..\src\SFMT.c(601): error C2146: syntax error : missing ';' before identifier 'used'
14>..\src\SFMT.c(601): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(602): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(602): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(603): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(603): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(604): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(604): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(605): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(605): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(606): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(606): error C2065: 'used' : undeclared identifier
14>..\src\SFMT.c(609): error C2065: 'used' : undeclared identifier
14> shaders.c
14>d:\engines\t-engine4-src-1.0.0beta24\src\tSDL.h(8): fatal error C1083: Cannot open include file: 'SDL_ttf.h': No such file or directory
14> struct.c
14>..\src\struct.c(291): warning C4244: '=' : conversion from 'lua_Number' to 'size_t', possible loss of data
========== Rebuild All: 10 succeeded, 4 failed, 0 skipped ==========
Currently trying to compile Tome/T-engine with MSVS
Moderator: Moderator
-
- Archmage
- Posts: 362
- Joined: Tue Nov 09, 2010 7:43 pm
Currently trying to compile Tome/T-engine with MSVS
Ive been attempting to compile the T-engine with MSVS. So far I've managed to compiled 10/14 of the solutions. Here is my current debug log.