Jump to content

Source compiling errors


Recommended Posts

Hi everybody,

I got stuck with a source, I just got it from the internet and I am not as expert to debug this:

Spoiler

				
			compile BattleArena.cpp
		compile FSM.cpp
		compile MarkConvert.cpp
		compile MarkImage.cpp
		compile MarkManager.cpp
		compile OXEvent.cpp
		compile TrafficProfiler.cpp
		compile ani.cpp
		compile arena.cpp
		compile banword.cpp
		compile battle.cpp
		compile blend_item.cpp
		compile block_country.cpp
		compile buffer_manager.cpp
		compile building.cpp
		compile castle.cpp
		compile char.cpp
		compile char_affect.cpp
		compile char_change_empire.cpp
		compile char_battle.cpp
		compile char_horse.cpp
		compile char_item.cpp
		compile char_manager.cpp
		compile char_quickslot.cpp
		compile char_resist.cpp
		compile char_skill.cpp
		compile char_state.cpp
		compile PetSystem.cpp
		compile cmd.cpp
		compile cmd_emotion.cpp
		compile cmd_general.cpp
		compile cmd_gm.cpp
		compile cmd_oxevent.cpp
		compile config.cpp
		compile constants.cpp
		compile crc32.cpp
		compile cube.cpp
		compile acce.cpp
		compile db.cpp
		cmd_gm.cpp:2121:9: warning: multi-character character constant
		compile desc.cpp
		compile desc_client.cpp
		compile desc_manager.cpp
		PetSystem.cpp: In member function 'virtual bool CPetActor::_UpdateFollowAI()':
		PetSystem.cpp:246: warning: unused variable 'bDoMoveAlone'
		PetSystem.cpp: In member function 'CPetActor* CPetSystem::Summon(DWORD, CItem*, const char*, bool, DWORD)':
		PetSystem.cpp:552: warning: unused variable 'petVID'
		{standard input}: Assembler messages:
		{standard input}:18925: Warning: end of file not at end of a line; newline inserted
		{standard input}:19926: Error: unbalanced parenthesis in operand 2.
		g++: Internal error: Killed: 9 (program cc1plus)
		Please submit a full bug report.
		See <URL:http://gcc.gnu.org/bugs.html> for instructions.
		gmake: *** [Makefile:131: OBJDIR/char_battle.o] Error 1
		gmake: *** Waiting for unfinished jobs....
		config.cpp: In function 'void config_init(const std::string&)':
		config.cpp:434: warning: NULL used in arithmetic
		config.cpp:458: warning: NULL used in arithmetic
		config.cpp:482: warning: NULL used in arithmetic
		config.cpp:504: warning: unused variable 'line'
		g++: Internal error: Killed: 9 (program cc1plus)
		Please submit a full bug report.
		See <URL:http://gcc.gnu.org/bugs.html> for instructions.
		gmake: *** [Makefile:131: OBJDIR/char.o] Error 1
		db.cpp: In member function 'void DBManager::Query(const char*, ...)':
		db.cpp:94: warning: comparison between signed and unsigned integer expressions
		db.cpp: In member function 'SQLMsg* DBManager::DirectQuery(const char*, ...)':
		db.cpp:105: warning: comparison between signed and unsigned integer expressions
		{standard input}: Assembler messages:
		{standard input}:9458: Warning: end of file not at end of a line; newline inserted
		{standard input}:9989: Error: suffix or operands invalid for `mov'
		g++: Internal error: Killed: 9 (program cc1plus)
		Please submit a full bug report.
		See <URL:http://gcc.gnu.org/bugs.html> for instructions.
		gmake: *** [Makefile:131: OBJDIR/char_item.o] Error 1
		acce.cpp: In function 'void FN_remove_material(CItem**, DWORD, int, int)':
		acce.cpp:87: warning: unused variable 'count'
		acce.cpp: In function 'bool Acce_InformationInitialize()':
		acce.cpp:943: warning: comparison between signed and unsigned integer expressions
		{standard input}: Assembler messages:
		{standard input}:0: Warning: end of file not at end of a line; newline inserted
		{standard input}:935: Error: suffix or operands invalid for `mov'
		g++: Internal error: Killed: 9 (program cc1plus)
		Please submit a full bug report.
		See <URL:http://gcc.gnu.org/bugs.html> for instructions.
		gmake: *** [Makefile:131: OBJDIR/char_state.o] Error 1				
			

{standard input}:19926: Error: unbalanced parenthesis in operand 2.
g++: Internal error: Killed: 9 (program cc1plus)

Is here someone to tell me what means this, please? Because 19926 from standard input tells nothing to me...

 

Kind regards,

Dimmi

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.