Jump to content

Errors in build


Recommended Posts

Hey!

Im getting alot of build errors like cannot find revision.h fatal error and stuff..

How can i fix this?

System OS: Windows 7 x86

Compiler: Microsoft Visual C++ 2010 Express

Revision: 10100

errors:

0>..\\..\\src\\game\\Level0.cpp(29): fatal error C1083: Cannot open include file: 'revision.h': No such file or directory

8>C:\\Users\\å\\Desktop\\MaNGOS\\dep\\ACE_wrappers\\ace/OS_NS_stdlib.inl(310): warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.

8> C:\\Program Files\\Microsoft Visual Studio 10.0\\VC\\include\\stdlib.h(869) : see declaration of 'putenv'

8>C:\\Users\\å\\Desktop\\MaNGOS\\dep\\ACE_wrappers\\ace/OS_NS_unistd.inl(59): warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.

8> C:\\Program Files\\Microsoft Visual Studio 10.0\\VC\\include\\io.h(299) : see declaration of 'access'

8>C:\\Users\\å\\Desktop\\MaNGOS\\dep\\ACE_wrappers\\ace/OS_NS_unistd.inl(131): warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.

6>cl : Command line warning D9035: option 'nologo-' has been deprecated and will be removed in a future release

6>cl : Command line warning D9025: overriding '/Oy-' with '/Oy'

12>LINK : fatal error LNK1181: cannot open input file 'mangosd.lib'

Link to comment
Share on other sites

I'm also getting a compile failure now. Just re-pulled from the mangos.git to rev 10121 and compiled with no addons (ahbot/sd2). Nice clean build.

9>------ Build started: Project: realmd, Configuration: Release Win32 ------

10>------ Build started: Project: game, Configuration: Release Win32 ------

9>Build started 29/06/2010 13:00:56.

10>Build started 29/06/2010 13:00:56.

9>InitializeBuildStatus:

9> Touching ".\\realmd__Win32_Release\\realmd.unsuccessfulbuild".

10>InitializeBuildStatus:

10> Creating ".\\game__Win32_Release\\game.unsuccessfulbuild" because "AlwaysCreate" was specified.

9>ClCompile:

9> AuthSocket.cpp

9> BufferedSocket.cpp

9> Main.cpp

9> PatchHandler.cpp

10>ClCompile:

10> pchdef.cpp

9> RealmList.cpp

9> WheatyExceptionReport.cpp

9>Link:

9> Creating library ..\\..\\bin\\Win32_Release\\realmd.lib and object ..\\..\\bin\\Win32_Release\\realmd.exp

9> realmd.vcxproj -> C:\\core files\\win\\VC100\\..\\..\\bin\\Win32_Release\\realmd.exe

9>C:\\Program Files\\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.CppCommon.targets(562,5): error MSB6006: "mt.exe" exited with code 31.

9>

9>Build FAILED.

12>Time Elapsed 00:00:18.03

========== Build: 11 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

But I see realmd.exe in the release folder....hmmmmmm.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use