Показать сообщение отдельно
Старый 07.05.2010, 15:03   #34
CyberMan
Гость
 
Сообщений: n/a
По умолчанию

У меня такая трабла:
Код:
make[3]: Entering directory `/server/Mangos-Sources/compile/compile-9825-/objdir/src/game'
  CXX    AccountMgr.o
In file included from ../../../src/game/BattleGround.h:24,
                 from ../../../src/game/Group.h:24,
                 from ../../../src/game/Player.h:30,
                 from ../../../src/game/ObjectAccessor.h:32,
                 from ../../../src/game/AccountMgr.cpp:21:
../../../src/game/Map.h:1:7: error: too many decimal points in number
In file included from ../../../src/game/MapReference.h:23,
                 from ../../../src/game/Player.h:34,
                 from ../../../src/game/ObjectAccessor.h:32,
                 from ../../../src/game/AccountMgr.cpp:21:
../../../src/game/Map.h:1:7: error: too many decimal points in number
In file included from ../../../src/game/Player.h:25,
                 from ../../../src/game/ObjectAccessor.h:32,
                 from ../../../src/game/AccountMgr.cpp:21:
../../../src/game/Item.h:335: error: ‘unit32’ has not been declared
In file included from ../../../src/game/BattleGround.h:24,
                 from ../../../src/game/Group.h:24,
                 from ../../../src/game/Player.h:30,
                 from ../../../src/game/ObjectAccessor.h:32,
                 from ../../../src/game/AccountMgr.cpp:21:
../../../src/game/Map.h:1: error: expected unqualified-id before numeric constant
In file included from ../../../src/game/MapReference.h:23,
                 from ../../../src/game/Player.h:34,
                 from ../../../src/game/ObjectAccessor.h:32,
                 from ../../../src/game/AccountMgr.cpp:21:
../../../src/game/Map.h:1: error: expected unqualified-id before numeric constant
make[3]: *** [AccountMgr.o] Error 1
make[3]: Leaving directory `/server/Mangos-Sources/compile/compile-9825-/objdir/src/game'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/server/Mangos-Sources/compile/compile-9825-/objdir/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/server/Mangos-Sources/compile/compile-9825-/objdir'
make: *** [all] Error 2
Использую систему Ubuntu 9.10 x32, использовал все скрипты из скрипта установки. Качал через него же.

Последний раз редактировалось CyberMan; 07.05.2010 в 15:52.
  Ответить с цитированием