Настройка и устновка серверов Mangos
Пятница, 30.07.2010, 12:07
Установка и настройка серверов
Главная Регистрация Вход
Приветствую Вас, Посетитель · RSS

[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
 
Страница 1 из 11
Модератор форума: DEFALSER, Likesun, Morgan152, Legion 
Настройка и устновка серверов Mangos » Документации » Раздел для полных НОВИЧКОВ! » Windows 7 & MaNGoS (проблема)
Windows 7 & MaNGoS
Naara Дата: Суббота, 06.03.2010, 21:22 | Сообщение # 1 | Страна: Российская Федерация
Рядовой
Сообщений: 4
Зарегистрирован: 03.03.2010
Страна: Российская Федерация
Город: г.Норильск р-н Кайеркан
Награды: 0
Rep: 0
:-(
Сделал все как надо. Скачал базу, скачал ядро через GIT.
Установил Visual Studio(пробовал версии 2008 и 2010) везде одинаковая проблема.
При старте компиляции выдает ряд ошибок и в конце когда компиляция завершилась.
Он по идее файлы в папку /bin должен кидать. Захожу директории есть x64_release , win32_release (подобное название) а в них пусто.
Подскажите что делать?
 
Splish Дата: Суббота, 06.03.2010, 22:29 | Сообщение # 2 | Страна: Российская Федерация
Подполковник
Сообщений: 113
Зарегистрирован: 09.11.2009
Страна: Российская Федерация
Город: Сарапул
Награды: 1
Rep: 11
:-(
Обновляй драйвера,у самого 7 стоит всё норм.

 
Naara Дата: Вторник, 09.03.2010, 17:19 | Сообщение # 3 | Страна: Российская Федерация
Рядовой
Сообщений: 4
Зарегистрирован: 03.03.2010
Страна: Российская Федерация
Город: г.Норильск р-н Кайеркан
Награды: 0
Rep: 0
:-(
хм...вопрос а какие драйвера то?
Комп пень 2 ядра, частота 2,66
4 гб оперативы, система х32
Вот что получается при компиляции на 2010 студии:

1>------ Build started: Project: tbb, Configuration: Release Win32 ------
2>------ Build started: Project: ACE_Wrappers, Configuration: Release Win32 ------
1> win32-tbb-export.def
1> generating tbb.def file
2> ACE.cpp
1> Assembling [Inputs]...
2> ACE_crc32.cpp
1> Assembling [Inputs]...
1>cl : Command line warning D9025: overriding '/Oy-' with '/Oy'
1>cl : Command line warning D9025: overriding '/W3' with '/W4'
1> concurrent_queue_v2.cpp
1> concurrent_vector_v2.cpp
2> ACE_crc_ccitt.cpp
2> ace_wchar.cpp
1> spin_rw_mutex_v2.cpp
1> rml_tbb.cpp
2> Activation_Queue.cpp
2> Active_Map_Manager.cpp
1> cache_aligned_allocator.cpp
1> concurrent_hash_map.cpp
2> Addr.cpp
1> concurrent_queue.cpp
2> Argv_Type_Converter.cpp
2> Assert.cpp
2> Asynch_IO.cpp
1> concurrent_vector.cpp
2> Asynch_IO_Impl.cpp
1> dynamic_link.cpp
1> itt_notify.cpp
1> mutex.cpp
1> pipeline.cpp
1> private_server.cpp
2> Asynch_Pseudo_Task.cpp
2> ATM_Acceptor.cpp
1> queuing_mutex.cpp
2> ATM_Addr.cpp
2> ATM_Connector.cpp
1> queuing_rw_mutex.cpp
1> recursive_mutex.cpp
2> ATM_Params.cpp
1> spin_mutex.cpp
2> ATM_QoS.cpp
1> spin_rw_mutex.cpp
1> task.cpp
2> ATM_Stream.cpp
2> Atomic_Op.cpp
1> tbb_misc.cpp
2> Auto_Event.cpp
1>e:\диск archiv\резерв\server wow\mangos\mangos\dep\tbb\src\tbb\tbb_version.h(36): fatal error C1083: Cannot open include file: '../../build/vsproject/version_string.tmp': No such file or directory
1> Compiling...
1> tbb_thread.cpp
2> Barrier.cpp
2> Based_Pointer_Repository.cpp
2> Base_Thread_Adapter.cpp
2> Basic_Stats.cpp
3>------ Build started: Project: tbbmalloc, Configuration: Release Win32 ------
2> Basic_Types.cpp
3> win32-tbbmalloc-export.def
3> generating tbbmalloc.def file
3> Assembling [Inputs]...
2> Capabilities.cpp
2> CDR_Base.cpp
3> Assembling [Inputs]...
3> Microsoft ® 32-bit C/C++ Optimizing Compiler Version 16.00.30128.01 for 80x86
3> Copyright © Microsoft Corporation. All rights reserved.
3>
3> cl /c /I..\..\dep\tbb\include /I..\..\dep\tbb\src /I..\..\dep\tbb\build /I..\..\dep\tbb\build\vsproject /Zi /nologo- /W3 /WX- /O2 /Oy- /GL /D _WINDLL /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo".\tbbmalloc__Win32_Release\\" /Fd".\tbbmalloc__Win32_Release\vc100.pdb" /Gd /TP /wd4244 /wd4267 /analyze- /errorReport:prompt ..\..\dep\tbb\src\tbbmalloc\MemoryAllocator.cpp ..\..\dep\tbb\src\tbbmalloc\tbbmalloc.cpp ..\..\dep\tbb\src\tbb\dynamic_link.cpp ..\..\dep\tbb\src\tbb\tbb_misc.cpp /c /MD /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /Oy /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc
3>cl : Command line warning D9035: option 'nologo-' has been deprecated and will be removed in a future release
3>cl : Command line warning D9025: overriding '/Oy-' with '/Oy'
3>
3> MemoryAllocator.cpp
2> CDR_Size.cpp
3> tbbmalloc.cpp
2> CDR_Stream.cpp
2> Cleanup.cpp
3> dynamic_link.cpp
2> Codecs.cpp
3> tbb_misc.cpp
3>e:\диск archiv\резерв\server wow\mangos\mangos\dep\tbb\src\tbb\tbb_version.h(36): fatal error C1083: Cannot open include file: '../../build/vsproject/version_string.tmp': No such file or directory
2> Codeset_IBM1047.cpp
2> Codeset_Registry.cpp
2> Codeset_Registry_db.cpp
2> Condition_Recursive_Thread_Mutex.cpp
2> Condition_Thread_Mutex.cpp
2> Configuration.cpp
2> Configuration_Import_Export.cpp
4>------ Build started: Project: genrevision, Configuration: Release Win32 ------
4> genrevision.cpp
2> Connection_Recycling_Strategy.cpp
2> Containers.cpp
2> Copy_Disabled.cpp
2> Countdown_Time.cpp
2> Date_Time.cpp
2> DEV.cpp
4> Generating code
2> DEV_Addr.cpp
4> Finished generating code
2> DEV_Connector.cpp
2> DEV_IO.cpp
4> genrevision.vcxproj -> E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\win\VC100\.\genrevision__Win32_Release\genrevision.exe
2> Dev_Poll_Reactor.cpp
2> Dirent.cpp
5>------ Build started: Project: zlib, Configuration: Release Win32 ------
2> Dirent_Selector.cpp
5> adler32.c
5> compress.c
5> crc32.c
5> deflate.c
5> example.c
2> DLL.cpp
2> DLL_Manager.cpp
5> gzio.c
5> infback.c
5> inffast.c
5> inflate.c
5> inftrees.c
5> trees.c
5> uncompr.c
5> zutil.c
5> zlib.vcxproj -> E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\win\VC100\.\zlib__Win32_Release\zlib.lib
6>------ Build started: Project: g3dlite, Configuration: Release Win32 ------
2> Dump.cpp
2> Dynamic.cpp
6> AABox.cpp
6> Box.cpp
2> Dynamic_Message_Strategy.cpp
2> Dynamic_Service_Base.cpp
6> Crypto.cpp
6> format.cpp
2> Dynamic_Service_Dependency.cpp
6> Matrix3.cpp
2> Encoding_Converter.cpp
2> Encoding_Converter_Factory.cpp
6> Plane.cpp
2> Event.cpp
6> System.cpp
2> Event_Handler.cpp
6> Triangle.cpp
2> FIFO.cpp
6> Vector3.cpp
2> FIFO_Recv.cpp
6> Vector4.cpp
2> FIFO_Recv_Msg.cpp
2> FIFO_Send.cpp
2> FIFO_Send_Msg.cpp
2> FILE.cpp
2> Filecache.cpp
6> g3dlite.vcxproj -> E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\win\VC100\.\g3dlite__Win32_Release\g3dlite.lib
7>------ Build started: Project: framework, Configuration: Release Win32 ------
7> MemoryManagement.cpp
7> ObjectLifeTime.cpp
2> FILE_Addr.cpp
7> EventProcessor.cpp
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(110): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(120): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(276) : see declaration of 'wcscat'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(178): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(188): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(283) : see declaration of 'wcscpy'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(222): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(266): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(175) : see declaration of 'strncat'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(279): warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(299) : see declaration of 'wcsncat'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(320): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(329): warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(306) : see declaration of 'wcsncpy'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(513): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(524): warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(311) : see declaration of 'wcstok'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(140): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(152): warning C4996: '_wgetenv': This function or variable may be unsafe. Consider using _wdupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(658) : see declaration of '_wgetenv'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(163): warning C4996: '_itoa': This function or variable may be unsafe. Consider using _itoa_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(451) : see declaration of '_itoa'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(176): warning C4996: '_itow': This function or variable may be unsafe. Consider using _itow_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(645) : see declaration of '_itow'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(242): warning C4996: '_mktemp': This function or variable may be unsafe. Consider using _mktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(202) : see declaration of '_mktemp'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(253): warning C4996: '_wmktemp': This function or variable may be unsafe. Consider using _wmktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\wchar.h(315) : see declaration of '_wmktemp'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(869) : see declaration of 'putenv'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(299) : see declaration of 'access'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(123) : see declaration of 'chdir'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(156): warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(125) : see declaration of 'rmdir'
2> FILE_Connector.cpp
2> FILE_IO.cpp
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(377): warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(117) : see declaration of 'getcwd'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983): warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(870) : see declaration of 'swab'
7>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(1127): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(299) : see declaration of 'unlink'
7> framework.vcxproj -> E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\win\VC100\.\framework__Win32_Release\framework.lib
2> File_Lock.cpp

Добавлено (09.03.2010, 17:19)
---------------------------------------------
8>------ Build started: Project: sockets, Configuration: Release Win32 ------
2> Flag_Manip.cpp
2> Framework_Component.cpp
8> Base64.cpp
8> Exception.cpp
2> Functor.cpp
8> Ipv4Address.cpp
8> Ipv6Address.cpp
8> Lock.cpp
2> Functor_String.cpp
8> Mutex.cpp
8> Parse.cpp
2> gethrtime.cpp
8> ResolvServer.cpp
2> Get_Opt.cpp
2> Handle_Ops.cpp
8> ResolvSocket.cpp
2> Handle_Set.cpp
2> Hashable.cpp
2> High_Res_Timer.cpp
2> ICMP_Socket.cpp
2> INET_Addr.cpp
2> Init_ACE.cpp
8> Socket.cpp
8> SocketHandler.cpp
2> IOStream.cpp
2> IO_Cntl_Msg.cpp
2> IO_SAP.cpp
8> socket_include.cpp
8> StdoutLog.cpp
2> IPC_SAP.cpp
2> Lib_Find.cpp
8> StreamSocket.cpp
2> Local_Memory_Pool.cpp
8> TcpSocket.cpp
2> Local_Name_Space.cpp
8> Thread.cpp
2> Local_Tokens.cpp
2> Lock.cpp
2> Logging_Strategy.cpp
8> UdpSocket.cpp
8> Utility.cpp
2> Log_Msg.cpp
2> Log_Msg_Backend.cpp
2> Log_Msg_Callback.cpp
8> sockets.vcxproj -> E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\win\VC100\.\sockets__Win32_Release\sockets.lib
2> Log_Msg_IPC.cpp
2> Log_Msg_NT_Event_Log.cpp
2> Log_Msg_UNIX_Syslog.cpp
2> Log_Record.cpp
2> LSOCK.cpp
2> LSOCK_Acceptor.cpp
2> LSOCK_CODgram.cpp
2> LSOCK_Connector.cpp
2> LSOCK_Dgram.cpp
2> LSOCK_Stream.cpp
2> Malloc.cpp
2> Malloc_Allocator.cpp
2> Manual_Event.cpp
2> MEM_Acceptor.cpp
2> MEM_Addr.cpp
2> MEM_Connector.cpp
2> MEM_IO.cpp
2> Mem_Map.cpp
2> MEM_SAP.cpp
2> MEM_Stream.cpp
2> Message_Block.cpp
2> Message_Queue.cpp
2> Message_Queue_NT.cpp
2> Message_Queue_Vx.cpp
2> Method_Request.cpp
2> MMAP_Memory_Pool.cpp
2> Monitor_Admin.cpp
2> Monitor_Admin_Manager.cpp
2> Monitor_Base.cpp
2> Monitor_Control_Action.cpp
2> Monitor_Control_Types.cpp
2> Monitor_Point_Registry.cpp
2> Monitor_Size.cpp
2> Msg_WFMO_Reactor.cpp
2> Multihomed_INET_Addr.cpp
2> Mutex.cpp
2> Name_Proxy.cpp
2> Name_Request_Reply.cpp
2> Name_Space.cpp
2> Naming_Context.cpp
2> Netlink_Addr.cpp
2> Notification_Queue.cpp
2> Notification_Strategy.cpp
2> NT_Service.cpp
2> Obchunk.cpp
2> Object_Manager.cpp
2> Object_Manager_Base.cpp
2> OS_Errno.cpp
2> OS_Log_Msg_Attributes.cpp
2> OS_main.cpp
2> OS_NS_arpa_inet.cpp
2> OS_NS_ctype.cpp
2> OS_NS_dirent.cpp
2> OS_NS_dlfcn.cpp
2> OS_NS_errno.cpp
2> OS_NS_fcntl.cpp
2> OS_NS_math.cpp
2> OS_NS_netdb.cpp
2> OS_NS_poll.cpp
2> OS_NS_pwd.cpp
2> OS_NS_regex.cpp
2> OS_NS_signal.cpp
2> OS_NS_stdio.cpp
2> OS_NS_stdlib.cpp
2> OS_NS_string.cpp
2> OS_NS_strings.cpp
2> OS_NS_stropts.cpp
2> OS_NS_sys_mman.cpp
2> OS_NS_sys_msg.cpp
2> OS_NS_sys_resource.cpp
2> OS_NS_sys_select.cpp
2> OS_NS_sys_sendfile.cpp
2> OS_NS_sys_shm.cpp
2> OS_NS_sys_socket.cpp
2> OS_NS_sys_stat.cpp
2> OS_NS_sys_time.cpp
2> OS_NS_sys_uio.cpp
2> OS_NS_sys_utsname.cpp
2> OS_NS_sys_wait.cpp
2> OS_NS_Thread.cpp
2> OS_NS_time.cpp
2> OS_NS_unistd.cpp
2> OS_NS_wchar.cpp
2> OS_QoS.cpp
2> OS_Thread_Adapter.cpp
2> OS_TLI.cpp
2> Pagefile_Memory_Pool.cpp
2> Parse_Node.cpp
2> Ping_Socket.cpp
2> Pipe.cpp
2> PI_Malloc.cpp
2> POSIX_Asynch_IO.cpp
2> POSIX_CB_Proactor.cpp
2> POSIX_Proactor.cpp
2> Priority_Reactor.cpp
2> Proactor.cpp
2> Proactor_Impl.cpp
2> Process.cpp
2> Process_Manager.cpp
2> Process_Mutex.cpp
2> Process_Semaphore.cpp
2> Profile_Timer.cpp
2> Reactor.cpp
2> Reactor_Impl.cpp
2> Reactor_Notification_Strategy.cpp
2> Reactor_Timer_Interface.cpp
2> Read_Buffer.cpp
2> Recursive_Thread_Mutex.cpp
2> Recyclable.cpp
2> Registry.cpp
2> Registry_Name_Space.cpp
2> Remote_Name_Space.cpp
2> Remote_Tokens.cpp
2> RW_Mutex.cpp
2> RW_Process_Mutex.cpp
2> RW_Thread_Mutex.cpp
2> Sample_History.cpp
2> Sbrk_Memory_Pool.cpp
2> Sched_Params.cpp
2> Select_Reactor_Base.cpp
2> Semaphore.cpp
2> Service_Config.cpp
2> Service_Gestalt.cpp
2> Service_Manager.cpp
2> Service_Object.cpp
2> Service_Repository.cpp
2> Service_Types.cpp
2> Shared_Memory.cpp
2> Shared_Memory_MM.cpp
2> Shared_Memory_Pool.cpp
2> Shared_Memory_SV.cpp
2> Shared_Object.cpp
2> Signal.cpp
2> Sig_Adapter.cpp
2> Sig_Handler.cpp
2> SOCK.cpp
2> SOCK_Acceptor.cpp
2> SOCK_CODgram.cpp
2> Sock_Connect.cpp
2> SOCK_Connector.cpp
2> SOCK_Dgram.cpp
2> SOCK_Dgram_Bcast.cpp
2> SOCK_Dgram_Mcast.cpp
2> SOCK_IO.cpp
2> SOCK_Netlink.cpp
2> SOCK_SEQPACK_Acceptor.cpp
2> SOCK_SEQPACK_Association.cpp
2> SOCK_SEQPACK_Connector.cpp
2> SOCK_Stream.cpp
2> SPIPE.cpp
2> SPIPE_Acceptor.cpp
2> SPIPE_Addr.cpp
2> SPIPE_Connector.cpp
2> SPIPE_Stream.cpp
2> SString.cpp
2> Stack_Trace.cpp
2> Stats.cpp
2> String_Base_Const.cpp
2> SUN_Proactor.cpp
2> Svc_Conf_Lexer.cpp
2> Svc_Conf_y.cpp
2> SV_Message.cpp
2> SV_Message_Queue.cpp
2> SV_Semaphore_Complex.cpp
2> SV_Semaphore_Simple.cpp
2> SV_Shared_Memory.cpp
2> Synch_Options.cpp
2> System_Time.cpp
2> Task.cpp
2> Thread.cpp
2> Thread_Adapter.cpp
2> Thread_Control.cpp
2> Thread_Exit.cpp
2> Thread_Hook.cpp
2> Thread_Manager.cpp
2> Thread_Mutex.cpp
2> Thread_Semaphore.cpp
2> Throughput_Stats.cpp
2> Timeprobe.cpp
2> Time_Value.cpp
2> TLI.cpp
2> TLI_Acceptor.cpp
2> TLI_Connector.cpp
2> TLI_Stream.cpp
2> Token.cpp
2> Token_Collection.cpp
2> Token_Invariants.cpp
2> Token_Manager.cpp
2> Token_Request_Reply.cpp
2> TP_Reactor.cpp
2> Trace.cpp
2> TSS_Adapter.cpp
2> TTY_IO.cpp
2> UNIX_Addr.cpp
2> UPIPE_Acceptor.cpp
2> UPIPE_Connector.cpp
2> UPIPE_Stream.cpp
2> UTF16_Encoding_Converter.cpp
2> UTF32_Encoding_Converter.cpp
2> UTF8_Encoding_Converter.cpp
2> UUID.cpp
2> WFMO_Reactor.cpp
2> WIN32_Asynch_IO.cpp
2> WIN32_Proactor.cpp
2> XML_Svc_Conf.cpp
2> XTI_ATM_Mcast.cpp
2> Atomic_Op_Sparc.c
2> Rtems_init.c
2> Creating library ..\..\dep\lib\Win32_Release\ACE.lib and object ..\..\dep\lib\Win32_Release\ACE.exp
2> ACE_vc10.vcxproj -> E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\win\VC100\..\..\dep\lib\Win32_Release\ACE.dll
9>------ Build started: Project: shared, Configuration: Release Win32 ------
9> Extract revision
9> Системе не удается найти указанный путь.
9> Системе не удается найти указанный путь.
9> Performing Build SystemConfig.h
9> Скопировано файлов: 1.
9> AuthCrypt.cpp
9> BigNumber.cpp
9> Hmac.cpp
9> SARC4.cpp
9> Sha1.cpp
9> Common.cpp
9> Config.cpp
9> dotconfpp.cpp
9> mempool.cpp
9> Database.cpp
9> DatabaseMysql.cpp
9> DBCFileLoader.cpp
9> Field.cpp

Добавлено (09.03.2010, 17:19)
---------------------------------------------
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(222): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(869) : see declaration of 'putenv'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(299) : see declaration of 'access'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(123) : see declaration of 'chdir'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(156): warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(125) : see declaration of 'rmdir'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(377): warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(117) : see declaration of 'getcwd'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983): warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(870) : see declaration of 'swab'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(1127): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(299) : see declaration of 'unlink'
9> QueryResultMysql.cpp
9> SqlDelayThread.cpp
9> SqlOperations.cpp
9> SQLStorage.cpp
9> Log.cpp
9> MemoryLeaks.cpp
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(222): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
9> ProgressBar.cpp
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(869) : see declaration of 'putenv'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(299) : see declaration of 'access'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(123) : see declaration of 'chdir'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(156): warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(125) : see declaration of 'rmdir'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(377): warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(117) : see declaration of 'getcwd'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983): warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(870) : see declaration of 'swab'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(1127): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(212) : see declaration of 'unlink'
9> ServiceWin32.cpp
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(222): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(869) : see declaration of 'putenv'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(299) : see declaration of 'access'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(123) : see declaration of 'chdir'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(156): warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(125) : see declaration of 'rmdir'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(377): warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(117) : see declaration of 'getcwd'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983): warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(870) : see declaration of 'swab'
9>E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(1127): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(299) : see declaration of 'unlink'
9> Threading.cpp
9> Util.cpp
9> BaseModel.cpp
9> CoordModelMapping.cpp
9> DebugCmdLogger.cpp
9> ManagedModelContainer.cpp
9> ModelContainer.cpp
9> SubModel.cpp
9> TileAssembler.cpp
9> TreeNode.cpp
9> VMapFactory.cpp
9> VMapManager.cpp
9> shared.vcxproj -> E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\win\VC100\.\shared__Win32_Release\shared.lib
10>------ Build started: Project: game, Configuration: Release Win32 ------
11>------ Build started: Project: realmd, Configuration: Release Win32 ------
10> pchdef.cpp
11> AuthSocket.cpp
11> Main.cpp
11> RealmList.cpp
11> WheatyExceptionReport.cpp
11>LINK : fatal error LNK1181: cannot open input file 'libmySQL.lib'
10> AccountMgr.cpp
10> AchievementMgr.cpp
10> AggressorAI.cpp
10> ArenaTeam.cpp
10> ArenaTeamHandler.cpp
10> AuctionHouseHandler.cpp
10> AuctionHouseMgr.cpp
10> Bag.cpp
10> BattleGround.cpp
10> BattleGroundAA.cpp
10> BattleGroundAB.cpp
10> BattleGroundABG.cpp
10> BattleGroundAV.cpp
10> BattleGroundBE.cpp
10> BattleGroundDS.cpp
10> BattleGroundEY.cpp
10> BattleGroundHandler.cpp
10> BattleGroundIC.cpp
10> BattleGroundMgr.cpp
10> BattleGroundNA.cpp
10> BattleGroundRL.cpp
10> BattleGroundRV.cpp
10> BattleGroundSA.cpp
10> BattleGroundWS.cpp
10> Calendar.cpp
10> CalendarHandler.cpp
10> Channel.cpp
10> ChannelHandler.cpp
10> ChannelMgr.cpp
10> CharacterHandler.cpp
10> Chat.cpp
10> ChatHandler.cpp
10> CombatHandler.cpp
10> ConfusedMovementGenerator.cpp
10> Corpse.cpp
10> Creature.cpp
10> CreatureAI.cpp
10> CreatureAIRegistry.cpp
10> CreatureAISelector.cpp
10> CreatureEventAI.cpp
10> CreatureEventAIMgr.cpp
10> DBCStores.cpp
10> debugcmds.cpp
10> DestinationHolder.cpp
10> DuelHandler.cpp
10> DynamicObject.cpp
10> FleeingMovementGenerator.cpp
10> FollowerReference.cpp
10> GameEventMgr.cpp
10> GameObject.cpp
10> GlobalEvents.cpp
10> GMTicketHandler.cpp
10> GMTicketMgr.cpp
10> GossipDef.cpp
10> GridNotifiers.cpp
10> GridStates.cpp
10> Group.cpp
10> GroupHandler.cpp
10> GroupReference.cpp
10> GuardAI.cpp
10> Guild.cpp
10> GuildHandler.cpp
10> HomeMovementGenerator.cpp
10> HostileRefManager.cpp
10> IdleMovementGenerator.cpp
10> InstanceData.cpp
10> InstanceSaveMgr.cpp
10> Item.cpp
10> ItemEnchantmentMgr.cpp
10> ItemHandler.cpp
10> Level0.cpp
10> Level1.cpp
10> Level2.cpp
10> Level3.cpp
10> LFGHandler.cpp
10> LootHandler.cpp
10> LootMgr.cpp
10> Mail.cpp
10> Map.cpp
10> MapInstanced.cpp
10> MapManager.cpp
10> MiscHandler.cpp
10> MotionMaster.cpp
10> MovementGenerator.cpp
10> MovementHandler.cpp
10> NPCHandler.cpp
10> NullCreatureAI.cpp
10> Object.cpp
10> ObjectAccessor.cpp
10> ObjectGridLoader.cpp
10> ObjectMgr.cpp
10> ObjectPosSelector.cpp
10> Opcodes.cpp
10> Pet.cpp
10> PetAI.cpp
10> PetHandler.cpp
10> PetitionsHandler.cpp
10> Player.cpp
10> PlayerDump.cpp
10> PointMovementGenerator.cpp
10> PoolManager.cpp
10> QueryHandler.cpp
10> QuestDef.cpp
10> QuestHandler.cpp
10> RandomMovementGenerator.cpp
10> ReactorAI.cpp
10> ReputationMgr.cpp
10> ScriptCalls.cpp
10> SkillDiscovery.cpp
10> SkillExtraItems.cpp
10> SkillHandler.cpp
10> SocialMgr.cpp
10> Spell.cpp
10> SpellAuras.cpp
10> SpellEffects.cpp
10> SpellHandler.cpp
10> SpellMgr.cpp
10> StatSystem.cpp
10> TargetedMovementGenerator.cpp
10> TaxiHandler.cpp
10> TemporarySummon.cpp
10> ThreatManager.cpp
10> Totem.cpp
10> TotemAI.cpp
10> TradeHandler.cpp
10> Transports.cpp
10> Unit.cpp
10> UpdateData.cpp
10> Vehicle.cpp
10> VoiceChatHandler.cpp
10> WaypointManager.cpp
10> WaypointMovementGenerator.cpp
10> Weather.cpp
10> World.cpp
10> WorldSession.cpp
10> WorldSocket.cpp
10> WorldSocketMgr.cpp
10> game.vcxproj -> E:\Диск Archiv\резерв\Server WoW\MaNGoS\mangos\win\VC100\.\game__Win32_Release\game.lib
12>------ Build started: Project: mangosd, Configuration: Release Win32 ------
13>------ Build started: Project: script, Configuration: Release Win32 ------
========== Build: 8 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========

Сообщение отредактировал Naara - Вторник, 09.03.2010, 17:18
 
smails Дата: Среда, 10.03.2010, 06:37 | Сообщение # 4 | Страна: Украина
Подполковник
Сообщений: 102
Зарегистрирован: 14.12.2009
Страна: Украина
Город: Алушта
Награды: 1
Rep: 6
:-(
я чето не пойму ты ядро скачал или сорци?

и папки с русским названием поуберай
E:\Диск Archiv\РЕЗЕРВ\Server WoW\MaNGoS\mangos\win\VC100\.\game__Win32_Release\game.lib

 
Naara Дата: Среда, 10.03.2010, 10:45 | Сообщение # 5 | Страна: Российская Федерация
Рядовой
Сообщений: 4
Зарегистрирован: 03.03.2010
Страна: Российская Федерация
Город: г.Норильск р-н Кайеркан
Награды: 0
Rep: 0
:-(
Исходники скачал через Git
Поменял пути с русских на аглийские
Обновил драйвера из сборки
Quote
Название: Windows 7 Drivers
В оригинале: Drivers for Windows 7
Разработчик: green.ag
Тип: Драйверы
Версия: 25.01.2010
Год выпуска: 2010

ну и вот что получилось - улучшений мало.

1>------ Build started: Project: tbb, Configuration: Release Win32 ------
2>------ Build started: Project: ACE_Wrappers, Configuration: Release Win32 ------
1>cl : Command line warning D9025: overriding '/Oy-' with '/Oy'
1>cl : Command line warning D9025: overriding '/W3' with '/W4'
1> concurrent_queue_v2.cpp
2> Asynch_Pseudo_Task.cpp
2> Barrier.cpp
1> concurrent_vector_v2.cpp
1> spin_rw_mutex_v2.cpp
1> rml_tbb.cpp
2> Base_Thread_Adapter.cpp
1> cache_aligned_allocator.cpp
1> concurrent_hash_map.cpp
2> Based_Pointer_Repository.cpp
1> concurrent_queue.cpp
2> Basic_Stats.cpp
1> concurrent_vector.cpp
2> Basic_Types.cpp
2> CDR_Base.cpp
1> dynamic_link.cpp
1> itt_notify.cpp
1> mutex.cpp
2> CDR_Size.cpp
2> CDR_Stream.cpp
1> pipeline.cpp
1> private_server.cpp
1> queuing_mutex.cpp
2> Capabilities.cpp
1> queuing_rw_mutex.cpp
1> recursive_mutex.cpp
2> Cleanup.cpp
1> spin_mutex.cpp
1> spin_rw_mutex.cpp
1> task.cpp
2> Codecs.cpp
2> Codeset_IBM1047.cpp
2> Codeset_Registry.cpp
2> Codeset_Registry_db.cpp
1> tbb_misc.cpp
2> Condition_Recursive_Thread_Mutex.cpp
1>c:\mangos\dep\tbb\src\tbb\tbb_version.h(36): fatal error C1083: Cannot open include file: '../../build/vsproject/version_string.tmp': No such file or directory
1> Compiling...
1> tbb_thread.cpp
2> Condition_Thread_Mutex.cpp
2> Configuration.cpp
2> Configuration_Import_Export.cpp
3>------ Build started: Project: tbbmalloc, Configuration: Release Win32 ------
3> win32-tbbmalloc-export.def
3> generating tbbmalloc.def file
3> Assembling [Inputs]...
2> Connection_Recycling_Strategy.cpp
2> Containers.cpp
2> Copy_Disabled.cpp
2> Countdown_Time.cpp
2> DEV.cpp
2> DEV_Addr.cpp
2> DEV_Connector.cpp
2> DEV_IO.cpp
3> Assembling [Inputs]...
2> DLL.cpp
2> DLL_Manager.cpp
3> Microsoft ® 32-bit C/C++ Optimizing Compiler Version 16.00.30128.01 for 80x86
3> Copyright © Microsoft Corporation. All rights reserved.
3>
3> cl /c /I..\..\dep\tbb\include /I..\..\dep\tbb\src /I..\..\dep\tbb\build /I..\..\dep\tbb\build\vsproject /Zi /nologo- /W3 /WX- /O2 /Oy- /GL /D _WINDLL /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo".\tbbmalloc__Win32_Release\\" /Fd".\tbbmalloc__Win32_Release\vc100.pdb" /Gd /TP /wd4244 /wd4267 /analyze- /errorReport:prompt ..\..\dep\tbb\src\tbbmalloc\MemoryAllocator.cpp ..\..\dep\tbb\src\tbbmalloc\tbbmalloc.cpp ..\..\dep\tbb\src\tbb\dynamic_link.cpp ..\..\dep\tbb\src\tbb\tbb_misc.cpp /c /MD /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /Oy /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBB_BUILD=1 /I../../src /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc
3>cl : Command line warning D9035: option 'nologo-' has been deprecated and will be removed in a future release
3>cl : Command line warning D9025: overriding '/Oy-' with '/Oy'
3>
3> MemoryAllocator.cpp
2> Date_Time.cpp
3> tbbmalloc.cpp
2> Dev_Poll_Reactor.cpp
3> dynamic_link.cpp
3> tbb_misc.cpp
2> Dirent.cpp
2> Dirent_Selector.cpp
3>c:\mangos\dep\tbb\src\tbb\tbb_version.h(36): fatal error C1083: Cannot open include file: '../../build/vsproject/version_string.tmp': No such file or directory
2> Dump.cpp
2> Dynamic.cpp
2> Dynamic_Message_Strategy.cpp
2> Dynamic_Service_Base.cpp
2> Dynamic_Service_Dependency.cpp
2> Encoding_Converter.cpp
2> Encoding_Converter_Factory.cpp
2> Event.cpp
2> Event_Handler.cpp
4>------ Build started: Project: genrevision, Configuration: Release Win32 ------
4> genrevision.cpp
2> FIFO.cpp
2> FIFO_Recv.cpp
2> FIFO_Recv_Msg.cpp
2> FIFO_Send.cpp
2> FIFO_Send_Msg.cpp
2> FILE.cpp
4> Generating code
4> Finished generating code
4> genrevision.vcxproj -> C:\mangos\win\VC100\.\genrevision__Win32_Release\genrevision.exe
2> FILE_Addr.cpp
2> FILE_Connector.cpp
2> FILE_IO.cpp
2> File_Lock.cpp
5>------ Build started: Project: zlib, Configuration: Release Win32 ------
5> adler32.c
2> Filecache.cpp
5> compress.c
5> crc32.c
5> deflate.c
5> example.c
2> Flag_Manip.cpp
5> gzio.c
5> infback.c
5> inffast.c
5> inflate.c
5> inftrees.c
2> Framework_Component.cpp
5> trees.c
5> uncompr.c
5> zutil.c
5> zlib.vcxproj -> C:\mangos\win\VC100\.\zlib__Win32_Release\zlib.lib
2> Functor.cpp
2> Functor_String.cpp

Добавлено (10.03.2010, 10:45)
---------------------------------------------
6>------ Build started: Project: g3dlite, Configuration: Release Win32 ------
2> Get_Opt.cpp
2> Handle_Ops.cpp
2> Handle_Set.cpp
6> AABox.cpp
6> Box.cpp
6> Crypto.cpp
6> format.cpp
2> Hashable.cpp
2> High_Res_Timer.cpp
6> Matrix3.cpp
6> Plane.cpp
2> ICMP_Socket.cpp
2> INET_Addr.cpp
2> IOStream.cpp
6> System.cpp
6> Triangle.cpp
2> IO_Cntl_Msg.cpp
2> IO_SAP.cpp
2> IPC_SAP.cpp
6> Vector3.cpp
6> Vector4.cpp
2> Init_ACE.cpp
2> LSOCK.cpp
2> LSOCK_Acceptor.cpp
2> LSOCK_CODgram.cpp
2> LSOCK_Connector.cpp
2> LSOCK_Dgram.cpp
2> LSOCK_Stream.cpp
2> Lib_Find.cpp
2> Local_Memory_Pool.cpp
6> g3dlite.vcxproj -> C:\mangos\win\VC100\.\g3dlite__Win32_Release\g3dlite.lib
7>------ Build started: Project: framework, Configuration: Release Win32 ------
2> Local_Name_Space.cpp
7> MemoryManagement.cpp
7> ObjectLifeTime.cpp
7> EventProcessor.cpp
2> Local_Tokens.cpp
2> Lock.cpp
2> Log_Msg.cpp
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(110): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(120): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(276) : see declaration of 'wcscat'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(178): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(188): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(283) : see declaration of 'wcscpy'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(222): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(266): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(175) : see declaration of 'strncat'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(279): warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(299) : see declaration of 'wcsncat'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(320): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(329): warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(306) : see declaration of 'wcsncpy'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(513): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(524): warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(311) : see declaration of 'wcstok'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(140): 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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(152): warning C4996: '_wgetenv': This function or variable may be unsafe. Consider using _wdupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(658) : see declaration of '_wgetenv'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(163): warning C4996: '_itoa': This function or variable may be unsafe. Consider using _itoa_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(451) : see declaration of '_itoa'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(176): warning C4996: '_itow': This function or variable may be unsafe. Consider using _itow_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(645) : see declaration of '_itow'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(242): warning C4996: '_mktemp': This function or variable may be unsafe. Consider using _mktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(202) : see declaration of '_mktemp'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(253): warning C4996: '_wmktemp': This function or variable may be unsafe. Consider using _wmktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\wchar.h(315) : see declaration of '_wmktemp'
7>C:\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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(869) : see declaration of 'putenv'
7>C:\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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(299) : see declaration of 'access'
7>C:\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.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(123) : see declaration of 'chdir'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(156): warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(125) : see declaration of 'rmdir'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(377): warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(117) : see declaration of 'getcwd'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983): warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(870) : see declaration of 'swab'
7>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(1127): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
7> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(299) : see declaration of 'unlink'
7> framework.vcxproj -> C:\mangos\win\VC100\.\framework__Win32_Release\framework.lib
8>------ Build started: Project: sockets, Configuration: Release Win32 ------
2> Log_Msg_Backend.cpp
2> Log_Msg_Callback.cpp
2> Log_Msg_IPC.cpp
2> Log_Msg_NT_Event_Log.cpp
2> Log_Msg_UNIX_Syslog.cpp
2> Log_Record.cpp
2> Logging_Strategy.cpp
2> MEM_Acceptor.cpp
2> MEM_Addr.cpp
2> MEM_Connector.cpp
2> MEM_IO.cpp
8> Base64.cpp
8> Exception.cpp
8> Ipv4Address.cpp
8> Ipv6Address.cpp
8> Lock.cpp
8> Mutex.cpp
8> Parse.cpp
8> ResolvServer.cpp
8> ResolvSocket.cpp
8> Socket.cpp
8> SocketHandler.cpp
8> socket_include.cpp
8> StdoutLog.cpp
8> StreamSocket.cpp
8> TcpSocket.cpp
8> Thread.cpp
8> UdpSocket.cpp
8> Utility.cpp
2> MEM_SAP.cpp
2> MEM_Stream.cpp
2> MMAP_Memory_Pool.cpp
8> sockets.vcxproj -> C:\mangos\win\VC100\.\sockets__Win32_Release\sockets.lib
2> Malloc.cpp
2> Malloc_Allocator.cpp
2> Manual_Event.cpp
2> Mem_Map.cpp
2> Message_Block.cpp
2> Message_Queue.cpp
2> Message_Queue_NT.cpp
2> Message_Queue_Vx.cpp
2> Method_Request.cpp
2> Monitor_Admin.cpp
2> Monitor_Admin_Manager.cpp
2> Monitor_Base.cpp
2> Monitor_Control_Action.cpp
2> Monitor_Control_Types.cpp
2> Monitor_Point_Registry.cpp
2> Monitor_Size.cpp
2> Msg_WFMO_Reactor.cpp
2> Multihomed_INET_Addr.cpp
2> Mutex.cpp
2> NT_Service.cpp
2> Name_Proxy.cpp
2> Name_Request_Reply.cpp
2> Name_Space.cpp
2> Naming_Context.cpp
2> Netlink_Addr.cpp
2> Notification_Queue.cpp
2> Notification_Strategy.cpp
2> OS_Errno.cpp
2> OS_Log_Msg_Attributes.cpp
2> OS_NS_Thread.cpp
2> OS_NS_arpa_inet.cpp
2> OS_NS_ctype.cpp
2> OS_NS_dirent.cpp
2> OS_NS_dlfcn.cpp
2> OS_NS_errno.cpp
2> OS_NS_fcntl.cpp
2> OS_NS_math.cpp
2> OS_NS_netdb.cpp
2> OS_NS_poll.cpp
2> OS_NS_pwd.cpp
2> OS_NS_regex.cpp
2> OS_NS_signal.cpp
2> OS_NS_stdio.cpp
2> OS_NS_stdlib.cpp
2> OS_NS_string.cpp
2> OS_NS_strings.cpp
2> OS_NS_stropts.cpp
2> OS_NS_sys_mman.cpp
2> OS_NS_sys_msg.cpp
2> OS_NS_sys_resource.cpp
2> OS_NS_sys_select.cpp
2> OS_NS_sys_sendfile.cpp
2> OS_NS_sys_shm.cpp
2> OS_NS_sys_socket.cpp
2> OS_NS_sys_stat.cpp
2> OS_NS_sys_time.cpp
2> OS_NS_sys_uio.cpp
2> OS_NS_sys_utsname.cpp
2> OS_NS_sys_wait.cpp
2> OS_NS_time.cpp
2> OS_NS_unistd.cpp
2> OS_NS_wchar.cpp
2> OS_QoS.cpp
2> OS_TLI.cpp
2> OS_Thread_Adapter.cpp
2> OS_main.cpp
2> Obchunk.cpp
2> Object_Manager.cpp
2> Object_Manager_Base.cpp
2> PI_Malloc.cpp
2> POSIX_Asynch_IO.cpp
2> POSIX_CB_Proactor.cpp
2> POSIX_Proactor.cpp
2> Pagefile_Memory_Pool.cpp
2> Parse_Node.cpp
2> Ping_Socket.cpp
2> Pipe.cpp
2> Priority_Reactor.cpp
2> Proactor.cpp
2> Proactor_Impl.cpp
2> Process.cpp
2> Process_Manager.cpp
2> Process_Mutex.cpp
2> Process_Semaphore.cpp
2> Profile_Timer.cpp
2> RW_Mutex.cpp
2> RW_Process_Mutex.cpp
2> RW_Thread_Mutex.cpp
2> Reactor.cpp
2> Reactor_Impl.cpp
2> Reactor_Notification_Strategy.cpp
2> Reactor_Timer_Interface.cpp
2> Read_Buffer.cpp
2> Recursive_Thread_Mutex.cpp
2> Recyclable.cpp
2> Registry.cpp
2> Registry_Name_Space.cpp
2> Remote_Name_Space.cpp
2> Remote_Tokens.cpp
2> SOCK.cpp
2> SOCK_Acceptor.cpp
2> SOCK_CODgram.cpp
2> SOCK_Connector.cpp
2> SOCK_Dgram.cpp
2> SOCK_Dgram_Bcast.cpp
2> SOCK_Dgram_Mcast.cpp
2> SOCK_IO.cpp
2> SOCK_Netlink.cpp
2> SOCK_SEQPACK_Acceptor.cpp
2> SOCK_SEQPACK_Association.cpp
2> SOCK_SEQPACK_Connector.cpp
2> SOCK_Stream.cpp
2> SPIPE.cpp
2> SPIPE_Acceptor.cpp
2> SPIPE_Addr.cpp
2> SPIPE_Connector.cpp
2> SPIPE_Stream.cpp
2> SString.cpp
2> SUN_Proactor.cpp
2> SV_Message.cpp
2> SV_Message_Queue.cpp
2> SV_Semaphore_Complex.cpp
2> SV_Semaphore_Simple.cpp
2> SV_Shared_Memory.cpp
2> Sample_History.cpp
2> Sbrk_Memory_Pool.cpp
2> Sched_Params.cpp
2> Select_Reactor_Base.cpp
2> Semaphore.cpp
2> Service_Config.cpp
2> Service_Gestalt.cpp
2> Service_Manager.cpp
2> Service_Object.cpp
2> Service_Repository.cpp
2> Service_Types.cpp
2> Shared_Memory.cpp
2> Shared_Memory_MM.cpp
2> Shared_Memory_Pool.cpp
2> Shared_Memory_SV.cpp
2> Shared_Object.cpp
2> Sig_Adapter.cpp
2> Sig_Handler.cpp
2> Signal.cpp
2> Sock_Connect.cpp
2> Stack_Trace.cpp
2> Stats.cpp
2> String_Base_Const.cpp
2> Svc_Conf_Lexer.cpp
2> Svc_Conf_y.cpp
2> Synch_Options.cpp
2> System_Time.cpp
2> TLI.cpp
2> TLI_Acceptor.cpp
2> TLI_Connector.cpp
2> TLI_Stream.cpp
2> TP_Reactor.cpp
2> TSS_Adapter.cpp
2> TTY_IO.cpp
2> Task.cpp
2> Thread.cpp
2> Thread_Adapter.cpp
2> Thread_Control.cpp
2> Thread_Exit.cpp
2> Thread_Hook.cpp
2> Thread_Manager.cpp
2> Thread_Mutex.cpp
2> Thread_Semaphore.cpp
2> Throughput_Stats.cpp
2> Time_Value.cpp
2> Timeprobe.cpp
2> Token.cpp
2> Token_Collection.cpp
2> Token_Invariants.cpp
2> Token_Manager.cpp
2> Token_Request_Reply.cpp
2> Trace.cpp
2> UNIX_Addr.cpp
2> UPIPE_Acceptor.cpp
2> UPIPE_Connector.cpp
2> UPIPE_Stream.cpp
2> UTF16_Encoding_Converter.cpp
2> UTF32_Encoding_Converter.cpp
2> UTF8_Encoding_Converter.cpp
2> UUID.cpp
2> WFMO_Reactor.cpp
2> WIN32_Asynch_IO.cpp
2> WIN32_Proactor.cpp
2> XML_Svc_Conf.cpp
2> XTI_ATM_Mcast.cpp
2> gethrtime.cpp
2> Atomic_Op_Sparc.c
2> Rtems_init.c
2> Creating library ..\..\dep\lib\Win32_Release\ACE.lib and object ..\..\dep\lib\Win32_Release\ACE.exp
2> ACE_vc10.vcxproj -> C:\mangos\win\VC100\..\..\dep\lib\Win32_Release\ACE.dll

Добавлено (10.03.2010, 10:45)
---------------------------------------------
9>------ Build started: Project: shared, Configuration: Release Win32 ------
9> Extract revision
9> Performing Build SystemConfig.h
9> Скопировано файлов: 1.
9> AuthCrypt.cpp
9> BigNumber.cpp
9> Hmac.cpp
9> SARC4.cpp
9> Sha1.cpp
9> Common.cpp
9> Config.cpp
9> dotconfpp.cpp
9> mempool.cpp
9> Database.cpp
9> DatabaseMysql.cpp
9> DBCFileLoader.cpp
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(222): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
9>C:\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(869) : see declaration of 'putenv'
9>C:\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(299) : see declaration of 'access'
9>C:\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(123) : see declaration of 'chdir'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(156): warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(125) : see declaration of 'rmdir'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(377): warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(117) : see declaration of 'getcwd'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983): warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(870) : see declaration of 'swab'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(1127): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(299) : see declaration of 'unlink'
9> Field.cpp
9> QueryResultMysql.cpp
9> SqlDelayThread.cpp
9> SqlOperations.cpp
9> SQLStorage.cpp
9> Log.cpp
9> MemoryLeaks.cpp
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(222): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
9>C:\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(869) : see declaration of 'putenv'
9>C:\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(299) : see declaration of 'access'
9>C:\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(123) : see declaration of 'chdir'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(156): warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(125) : see declaration of 'rmdir'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(377): warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(117) : see declaration of 'getcwd'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983): warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(870) : see declaration of 'swab'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(1127): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(212) : see declaration of 'unlink'
9> ProgressBar.cpp
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_string.inl(222): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
9>C:\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(869) : see declaration of 'putenv'
9>C:\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(299) : see declaration of 'access'
9>C:\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.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(123) : see declaration of 'chdir'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(156): warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(125) : see declaration of 'rmdir'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(377): warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(117) : see declaration of 'getcwd'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983): warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(870) : see declaration of 'swab'
9>C:\mangos\dep\ACE_wrappers\ace/OS_NS_unistd.inl(1127): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
9> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(299) : see declaration of 'unlink'
9> ServiceWin32.cpp
9> Threading.cpp
9> Util.cpp
9> BaseModel.cpp
9> CoordModelMapping.cpp
9> DebugCmdLogger.cpp
9> ManagedModelContainer.cpp
9> ModelContainer.cpp
9> SubModel.cpp
9> TileAssembler.cpp
9> TreeNode.cpp
9> VMapFactory.cpp
9> VMapManager.cpp
9> shared.vcxproj -> C:\mangos\win\VC100\.\shared__Win32_Release\shared.lib
10>------ Build started: Project: game, Configuration: Release Win32 ------
11>------ Build started: Project: realmd, Configuration: Release Win32 ------
11> AuthSocket.cpp
10> pchdef.cpp
11> Main.cpp
11> RealmList.cpp
11> WheatyExceptionReport.cpp
11>LINK : fatal error LNK1181: cannot open input file 'libmySQL.lib'
10> AccountMgr.cpp
10> AchievementMgr.cpp
10> AggressorAI.cpp
10> ArenaTeam.cpp
10> ArenaTeamHandler.cpp
10> AuctionHouseHandler.cpp
10> AuctionHouseMgr.cpp
10> Bag.cpp
10> BattleGround.cpp
10> BattleGroundAA.cpp
10> BattleGroundAB.cpp
10> BattleGroundABG.cpp
10> BattleGroundAV.cpp
10> BattleGroundBE.cpp
10> BattleGroundDS.cpp
10> BattleGroundEY.cpp
10> BattleGroundHandler.cpp
10> BattleGroundIC.cpp
10> BattleGroundMgr.cpp
10> BattleGroundNA.cpp
10> BattleGroundRL.cpp
10> BattleGroundRV.cpp
10> BattleGroundSA.cpp
10> BattleGroundWS.cpp
10> Calendar.cpp
10> CalendarHandler.cpp
10> Channel.cpp
10> ChannelHandler.cpp
10> ChannelMgr.cpp
10> CharacterHandler.cpp
10> Chat.cpp
10> ChatHandler.cpp
10> CombatHandler.cpp
10> ConfusedMovementGenerator.cpp
10> Corpse.cpp
10> Creature.cpp
10> CreatureAI.cpp
10> CreatureAIRegistry.cpp
10> CreatureAISelector.cpp
10> CreatureEventAI.cpp
10> CreatureEventAIMgr.cpp
10> DBCStores.cpp
10> debugcmds.cpp
10> DestinationHolder.cpp
10> DuelHandler.cpp
10> DynamicObject.cpp
10> FleeingMovementGenerator.cpp
10> FollowerReference.cpp
10> GameEventMgr.cpp
10> GameObject.cpp
10> GlobalEvents.cpp
10> GMTicketHandler.cpp
10> GMTicketMgr.cpp
10> GossipDef.cpp
10> GridNotifiers.cpp
10> GridStates.cpp
10> Group.cpp
10> GroupHandler.cpp
10> GroupReference.cpp
10> GuardAI.cpp
10> Guild.cpp
10> GuildHandler.cpp
10> HomeMovementGenerator.cpp
10> HostileRefManager.cpp
10> IdleMovementGenerator.cpp
10> InstanceData.cpp
10> InstanceSaveMgr.cpp
10> Item.cpp
10> ItemEnchantmentMgr.cpp
10> ItemHandler.cpp
10> Level0.cpp
10> Level1.cpp
10> Level2.cpp
10> Level3.cpp
10> LFGHandler.cpp
10> LootHandler.cpp
10> LootMgr.cpp
10> Mail.cpp
10> Map.cpp
10> MapInstanced.cpp
10> MapManager.cpp
10> MiscHandler.cpp
10> MotionMaster.cpp
10> MovementGenerator.cpp
10> MovementHandler.cpp
10> NPCHandler.cpp
10> NullCreatureAI.cpp
10> Object.cpp
10> ObjectAccessor.cpp
10> ObjectGridLoader.cpp
10> ObjectMgr.cpp
10> ObjectPosSelector.cpp
10> Opcodes.cpp
10> Pet.cpp
10> PetAI.cpp
10> PetHandler.cpp
10> PetitionsHandler.cpp
10> Player.cpp
10> PlayerDump.cpp
10> PointMovementGenerator.cpp
10> PoolManager.cpp
10> QueryHandler.cpp
10> QuestDef.cpp
10> QuestHandler.cpp
10> RandomMovementGenerator.cpp
10> ReactorAI.cpp
10> ReputationMgr.cpp
10> ScriptCalls.cpp
10> SkillDiscovery.cpp
10> SkillExtraItems.cpp
10> SkillHandler.cpp
10> SocialMgr.cpp
10> Spell.cpp
10> SpellAuras.cpp
10> SpellEffects.cpp
10> SpellHandler.cpp
10> SpellMgr.cpp
10> StatSystem.cpp
10> TargetedMovementGenerator.cpp
10> TaxiHandler.cpp
10> TemporarySummon.cpp
10> ThreatManager.cpp
10> Totem.cpp
10> TotemAI.cpp
10> TradeHandler.cpp
10> Transports.cpp
10> Unit.cpp
10> UpdateData.cpp
10> Vehicle.cpp
10> VoiceChatHandler.cpp
10> WaypointManager.cpp
10> WaypointMovementGenerator.cpp
10> Weather.cpp
10> World.cpp
10> WorldSession.cpp
10> WorldSocket.cpp
10> WorldSocketMgr.cpp
10> game.vcxproj -> C:\mangos\win\VC100\.\game__Win32_Release\game.lib
12>------ Build started: Project: mangosd, Configuration: Release Win32 ------
13>------ Build started: Project: script, Configuration: Release Win32 ------
========== Build: 8 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========

 
smails Дата: Среда, 10.03.2010, 12:33 | Сообщение # 6 | Страна: Украина
Подполковник
Сообщений: 102
Зарегистрирован: 14.12.2009
Страна: Украина
Город: Алушта
Награды: 1
Rep: 6
:-(
10> game.vcxproj -> C:\mangos\win\VC100\.\game__Win32_Release\game.lib

по моему VC90 нада если мя память ненаепывает

10> game.vcxproj -> C:\mangos\win\VC90\.\game__Win32_Release\game.lib

вообще я на sp2 кампилил сначала у мя тож вылетало куча ошибок..... потом прорсто переустановил винду ещж sp2 и норм скамилиось...
а что ты там накомпилил я хз)) и как вообще ты это делаешь..

и посатри что у тя заа винда 32 или 64

Сообщение отредактировал smails - Среда, 10.03.2010, 12:37
 
Naara Дата: Среда, 10.03.2010, 13:38 | Сообщение # 7 | Страна: Российская Федерация
Рядовой
Сообщений: 4
Зарегистрирован: 03.03.2010
Страна: Российская Федерация
Город: г.Норильск р-н Кайеркан
Награды: 0
Rep: 0
:-(
хм...ну а разве есть много методов?)
Скачал исходники, любезно здесь ---> http://github.com/mangos/mangos предоставленные.
В общем сделал все как написано в 1-ом посте тут --> url=http://mangos.org.ru/forum/3-591-1.
Во 2 посте говорил, что система х32. Хм...думал о переустановке, но пока это крайность х) Ищу другие способы.
в 2010 VC90 тупо не открывается
в 2008 не компилит

Сообщение отредактировал Naara - Среда, 10.03.2010, 13:43
 
smails Дата: Среда, 10.03.2010, 13:59 | Сообщение # 8 | Страна: Украина
Подполковник
Сообщений: 102
Зарегистрирован: 14.12.2009
Страна: Украина
Город: Алушта
Награды: 1
Rep: 6
:-(
я 2007 компили...
он самый норм на мой взгляд

Добавлено (10.03.2010, 13:59)
---------------------------------------------
чтотб у нас небыло сомнений что ты чтото не так делаешь вот http://mangos.org.ru/forum/28-918-1

 
Neverfate Дата: Воскресенье, 18.07.2010, 02:04 | Сообщение # 9 | Страна: Российская Федерация
Рядовой
Сообщений: 3
Зарегистрирован: 11.07.2010
Страна: Российская Федерация
Город: Санкт-Петербург
Награды: 0
Rep: 0
:-(
Code
1>e:\диск archiv\резерв\server wow\mangos\mangos\dep\tbb\src\tbb\tbb_version.h(36): fatal error C1083: Cannot open include file: '../../build/vsproject/version_string.tmp': No such file or directory
- глянь, внимательно, на это сообщение, судя по всему при компиляции исходников он не может найти заголовочный файл. Надо проверить присутствует ли он.
 
Настройка и устновка серверов Mangos » Документации » Раздел для полных НОВИЧКОВ! » Windows 7 & MaNGoS (проблема)
Страница 1 из 11
Поиск:



MaNGOS - это объект-ориентированный Massively Multiplayer Online Role-Playing Game Server (MMORPGS).
MaNGOS проект с открытым исходным кодом, оригиналом которого является код проекта WoWD.
ManNGoS распространяется по GNU GENERAL PUBLIC LICENSE, по которой, распространение сервера и его исходников не нарушает авторские права Blizzard Entertainment.
World of Warcraft - торговая марка зарегистрированная Blizzard Entertainment. Copyright © Blizzard Entertainment.
Хостинг от uCoz