PDA

View Full Version : TaskMaster compile errors


Rocker8956
10-22-2008, 06:47 PM
First thank you for the great tool. I am using the 1.04 version downloaded from http://code.google.com/p/projecteqemu/downloads/list and it makes writing tasks a lot easier.

However, when I try to compile the TaskMaster included in rev126 I get the following errors.

>------ Build started: Project: EQEmuWxProject, Configuration: Release Win32 ------
1>Compiling...
1>utility.cpp
1>.\utility.cpp(25) : 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.
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
1>tasks.cpp
1>.\tasks.cpp(1) : fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory
1>proximity.cpp
1>.\proximity.cpp(1) : fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory
1>goals.cpp
1>.\goals.cpp(1) : fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory
1>ErrorLog.cpp
1>.\ErrorLog.cpp(10) : 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.
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
1>.\ErrorLog.cpp(18) : 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.
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
1>.\ErrorLog.cpp(43) : 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.
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
1>.\ErrorLog.cpp(49) : 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.
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
1>base_utility.cpp
1>.\base_utility.cpp(1) : fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory
1>base.cpp
1>.\base.cpp(1) : fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory
1>activities.cpp
1>.\activities.cpp(1) : fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory
1>Generating Code...
1>Build log was saved at "file://c:\EQ Server\r126\utils\TaskMaster\Release\BuildLog.htm"
1>EQEmuWxProject - 6 error(s), 5 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

This is on a Windows XP box using Visual C++ 2005.
Not a big deal, I am just looking to test out the newer version.
(I think it is a newer version than what I have downloaded.)

KLS
10-22-2008, 06:57 PM
it needs wxWidgets 2.8

edit: Also, no, the version I have up there should be latest. Ima add a few features soonish though. But when I do I'll also put a new binary up.