|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support::Linux Servers Support forum for Linux EQEMu users. |
03-28-2011, 05:32 PM
|
Banned
|
|
Join Date: Sep 2006
Posts: 841
|
|
SOF bug
For some reason anyone with SOF can't log on to my server.. I have no clue why. I have the .conf file in the directory. Can anyone tell me how to figure this out possibly ? Seems a lot of the players want to be able to log on but they can not due to this bug so I need to get it fixed ASAP would really appreciate any help anyone can give
Thanks in advance
Morty
|
03-28-2011, 09:12 PM
|
|
Developer
|
|
Join Date: Aug 2006
Location: USA
Posts: 5,946
|
|
I can only imagine it is your custom code to blame for it. All compatible clients work fine and have worked fine for a long time now.
|
03-28-2011, 09:26 PM
|
Dragon
|
|
Join Date: May 2009
Location: Milky Way
Posts: 539
|
|
Mort just download a clean source and start fresh(source wise). Ive seen your 'custom' code and there is nothing you are losing and everything to gain(especially since you have goons disabled).
A server op really shouldn't run custom code if they don't know how to code as it just leads this type of situation where your fall hundreds of revisions behind just to save alittle bit of morally grey code(like charging for a free feature, coded by others).
|
|
|
|
03-28-2011, 09:55 PM
|
Banned
|
|
Join Date: Sep 2006
Posts: 841
|
|
There is no custom code lol.. I run stock binary's the only thing that was custom was i changed #bot commands to #goon..
Anyway when i attempted to compile the latest build without any of that put in this is the error i got.. No clue how to fix this , anyone able to help ?
Quote:
TS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE ../common/EmuTCPConnection.cpp -o ../common/EmuTCPConnection.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE ../common/EmuTCPServer.cpp -o ../common/EmuTCPServer.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE ../common/TCPServer.cpp -o ../common/TCPServer.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE ../common/guild_base.cpp -o ../common/guild_base.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE guild_mgr.cpp -o guild_mgr.o
guild_mgr.cpp: In member function âvoid ZoneGuildManager::ProcessWorldPacket(ServerPacket* )â:
guild_mgr.cpp:479: warning: comparison between signed and unsigned integer expressions
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE tasks.cpp -o tasks.o
In file included from masterentity.h:17,
from tasks.cpp:31:
bot.h:46: warning: âtypedefâ was ignored in this declaration
bot.h:51: warning: âtypedefâ was ignored in this declaration
bot.h:57: warning: âtypedefâ was ignored in this declaration
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE raids.cpp -o raids.o
In file included from masterentity.h:17,
from raids.cpp:19:
bot.h:46: warning: âtypedefâ was ignored in this declaration
bot.h:51: warning: âtypedefâ was ignored in this declaration
bot.h:57: warning: âtypedefâ was ignored in this declaration
raids.cpp: In member function âint32 Raid::GetFreeGroup()â:
raids.cpp:287: warning: comparison between signed and unsigned integer expressions
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE perl_hateentry.cpp -o perl_hateentry.o
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE perl_object.cpp -o perl_object.o
perl_object.cpp: In function âvoid XS_Object_Repop(PerlInterpreter*, CV*)â:
perl_object.cpp:790: warning: unused variable âRETVALâ
perl_object.cpp:791: warning: unused variable âtargâ
perl_object.cpp: In function âvoid XS_Object_Depop(PerlInterpreter*, CV*)â:
perl_object.cpp:814: warning: unused variable âRETVALâ
perl_object.cpp:815: warning: unused variable âtargâ
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE QGlobals.cpp -o QGlobals.o
gcc -o zone .obj/EQPacket.o .obj/EQStream.o .obj/EQStreamFactory.o .obj/CRC16.o ../common/timer.o ../common/packet_dump.o ../common/packet_functions.o ../common/unix.o ../common/packet_dump_file.o ../common/Mutex.o ../common/MiscFunctions.o zone.o entity.o mob.o client.o client_process.o npc.o net.o spawn2.o attack.o hate_list.o ../common/serverinfo.o ../common/moremath.o worldserver.o spells.o spawngroup.o loottables.o faction.o Map.o watermap.o PlayerCorpse.o petitions.o MobAI.o Object.o ../common/eqtime.o groups.o ../common/classes.o ../common/races.o ../common/TCPConnection.o forage.o ../common/crc32.o ../common/guilds.o ../common/md5.o ../common/dbcore.o ../common/dbasync.o zonedbasync.o parser.o embperl.o embparser.o ../common/EMuShareMem.o ../common/EQEMuError.o ../common/ptimer.o .obj/debug.o .obj/database.o .obj/Item.o .obj/misc.o tribute.o doors.o command.o beacon.o embxs.o AA.o trap.o client_packet.o bonuses.o trading.o spdat.o spell_effects.o aggro.o guild.o inventory.o client_mods.o tradeskills.o waypoints.o pets.o zone_profile.o effects.o perl_client.o perl_entity.o perl_mob.o perl_questitem.o perl_npc.o perl_PlayerCorpse.o perl_groups.o perl_raids.o questmgr.o client_logs.o perlparser.o ../common/rdtsc.o ../common/extprofile.o horse.o exp.o pathing.o fearpath.o special_attacks.o ../common/timeoutmgr.o ../common/Condition.o .obj/opcodemgr.o .obj/emu_opcodes.o ../common/SharedLibrary.o zoning.o titles.o perlpacket.o perl_perlpacket.o zonedb.o ../common/shareddb.o ../common/logsys.o .obj/rulesys.o ../common/logsys_eqemu.o ../common/EQEmuConfig.o ZoneConfig.o ../common/XMLParser.o ../common/tinyxml/tinystr.o ../common/tinyxml/tinyxml.o ../common/tinyxml/tinyxmlerror.o ../common/tinyxml/tinyxmlparser.o ../common/EQStreamProxy.o ../common/patches/patches.o ../common/patches/Client62.o ../common/patches/Titanium.o ../common/patches/Anniversary.o ../common/patches/SoF.o ../common/patches/SoD.o ../common/StructStrategy.o ../common/EQStreamIdent.o ../common/patches/Underfoot.o ../common/patches/HoT.o zone_logsys.o ../common/BasePacket.o ../common/worldconn.o ../common/EmuTCPConnection.o ../common/EmuTCPServer.o ../common/TCPServer.o ../common/guild_base.o guild_mgr.o tasks.o raids.o perl_hateentry.o perl_object.o QGlobals.o -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.10/CORE -rdynamic -L. -lstdc++ -ldl -L/usr/lib/mysql -lmysqlclient -Wl,-E -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -lperl -ldl -lm -lpthread -lc -lcrypt
entity.o: In function `EntityList::MobProcess()':
/home/eqemu/March2011/trunk/EQEmuServer/zone/entity.cpp:493: undefined reference to `EntityList::RemoveBot(unsigned short)'
entity.o: In function `EntityList::RemoveEntity(unsigned short)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/entity.cpp:2472: undefined reference to `EntityList::RemoveBot(unsigned short)'
client.o: In function `~Client':
/home/eqemu/March2011/trunk/EQEmuServer/zone/client.cpp:325: undefined reference to `Bot::ProcessBotOwnerRefDelete(Mob*)'
/home/eqemu/March2011/trunk/EQEmuServer/zone/client.cpp:325: undefined reference to `Bot::ProcessBotOwnerRefDelete(Mob*)'
/home/eqemu/March2011/trunk/EQEmuServer/zone/client.cpp:325: undefined reference to `Bot::ProcessBotOwnerRefDelete(Mob*)'
spells.o: In function `Mob::SpellFinished(unsigned short, Mob*, unsigned short, unsigned short, unsigned int, short)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/spells.cpp:1702: undefined reference to `Bot:oFinishedSpellSingleTarget(unsigned short, Mob*, unsigned short, bool&)'
/home/eqemu/March2011/trunk/EQEmuServer/zone/spells.cpp:1733: undefined reference to `Bot:oFinishedSpellAETarget(unsigned short, Mob*, unsigned short, bool&)'
/home/eqemu/March2011/trunk/EQEmuServer/zone/spells.cpp:1767: undefined reference to `Bot:oFinishedSpellGroupTarget(unsigned short, Mob*, unsigned short, bool&)'
command.o: In function `command_bot(Client*, Seperator const*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/command.cpp:10834: undefined reference to `Bot::ProcessBotCommands(Client*, Seperator const*)'
client_packet.o: In function `Client::Handle_OP_InspectRequest(EQApplicationPac ket const*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:6303: undefined reference to `Bot::ProcessBotInspectionRequest(Bot*, Client*)'
client_packet.o: In function `Client::Handle_OP_GroupDisband(EQApplicationPacke t const*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:6218: undefined reference to `Bot::GroupHasBot(Group*)'
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:6221: undefined reference to `Bot::ProcessBotGroupDisband(Client*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:6226: undefined reference to `Bot::ProcessBotGroupDisband(Client*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
client_packet.o: In function `Client::Handle_OP_GroupInvite2(EQApplicationPacke t const*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:5939: undefined reference to `Bot::ProcessBotGroupInvite(Client*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
client_packet.o: In function `Client::Handle_OP_Camp(EQApplicationPacket const*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:3207: undefined reference to `Bot::BotOrderCampAll(Client*)'
client_packet.o: In function `Client::FinishConnState2(DBAsyncWork*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:8530: undefined reference to `Bot::LoadAndSpawnAllZonedBots(Client*)'
client_packet.o: In function `Client::Handle_OP_TradeAcceptClick(EQApplicationP acket const*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:4771: undefined reference to `Bot::FinishTrade(Client*, Bot::BotTradeType)'
client_packet.o: In function `Client::Handle_OP_GuildInvite(EQApplicationPacket const*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:4180: undefined reference to `Bot::ProcessGuildInvite(Client*, Bot*)'
client_packet.o: In function `Client::Handle_OP_GuildRemove(EQApplicationPacket const*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/client_packet.cpp:4207: undefined reference to `Bot::ProcessGuildRemoval(Client*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
aggro.o: In function `Mob::IsAttackAllowed(Mob*, bool)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/aggro.cpp:674: undefined reference to `Bot::IsBotAttackAllowed(Mob*, Mob*, bool&)'
questmgr.o: In function `QuestManager::createBot(char const*, char const*, unsigned char, unsigned short, unsigned char, unsigned char)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/questmgr.cpp:1767: undefined reference to `Bot::SpawnedBotCount(unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)'
/home/eqemu/March2011/trunk/EQEmuServer/zone/questmgr.cpp:1779: undefined reference to `Bot::CreateDefaultNPCTypeStructForBot(std::basic_ string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned char, unsigned short, unsigned char, unsigned char)'
/home/eqemu/March2011/trunk/EQEmuServer/zone/questmgr.cpp:1780: undefined reference to `Bot::Bot(NPCType, Client*)'
/home/eqemu/March2011/trunk/EQEmuServer/zone/questmgr.cpp:1784: undefined reference to `Bot::IsValidRaceClassCombo()'
/home/eqemu/March2011/trunk/EQEmuServer/zone/questmgr.cpp:1789: undefined reference to `Bot::IsValidName()'
/home/eqemu/March2011/trunk/EQEmuServer/zone/questmgr.cpp:1794: undefined reference to `Bot::IsBotNameAvailable(std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)'
zoning.o: In function `Client::Handle_OP_ZoneChange(EQApplicationPacket const*)':
/home/eqemu/March2011/trunk/EQEmuServer/zone/zoning.cpp:38: undefined reference to `Bot::ProcessClientZoneChange(Client*)'
collect2: ld returned 1 exit status
make: *** [zone] Error 1
colo:/home/eqemu/March2011/trunk/EQEmuServer/zone#
|
|
|
|
|
03-28-2011, 11:58 PM
|
|
Developer
|
|
Join Date: Aug 2006
Location: USA
Posts: 5,946
|
|
Where is the error?
|
03-29-2011, 12:28 AM
|
Banned
|
|
Join Date: Sep 2006
Posts: 841
|
|
I'm assuming it's this line
Code:
undefined reference to `Bot::ProcessClientZoneChange(Client*)'
Could it be something of an issue where it's been in the past "Case Sensative Issues" where one thing will say maybe `bot::rocessClientZoneChange` instead of Bot::ProcessCLientZoneChange` , Linux is very touchy about Case Sensative letters..
Not sure , any thoughts ?
|
03-29-2011, 01:02 AM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
Well, C++ is case sensitive on all platforms.
Did you maybe build once without bots and then build again with bots without cleaning in between?
Try typing 'make clean' and then rebuild again.
|
03-29-2011, 02:18 AM
|
Banned
|
|
Join Date: Sep 2006
Posts: 841
|
|
Yeah I made sure to make clean before the make and no dice :(
still comes up with the same error.
|
03-29-2011, 02:39 AM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
Well, you have several errors when linking all seemingly related to bot functions, and I don't see bot.o in your link command which is where they would be.
|
03-29-2011, 03:00 AM
|
Banned
|
|
Join Date: Sep 2006
Posts: 841
|
|
Well i ran the SVN direct to this DIR what am i doing wrong ?
I first ran a "Make Clean"
then "Make"
and this was the error i got is it something to do with my Makefiles or ?
Only thing i changed was I386 to Native ..
|
04-02-2011, 09:36 AM
|
Banned
|
|
Join Date: Sep 2006
Posts: 841
|
|
Any help on this , can some one help me ? I really need to get these compiled because of the amount of crazy bugs that are in my current build.
|
04-02-2011, 02:39 PM
|
|
Discordant
|
|
Join Date: Mar 2009
Location: Ottawa
Posts: 495
|
|
Can you post your zone/makefile ?
|
04-02-2011, 03:34 PM
|
Sarnak
|
|
Join Date: Jul 2010
Posts: 35
|
|
Last i heard no one with SoD could log in either. You know it would be real painless and alot better on yourself and the few people who still play there if you just switched to windows.
|
|
|
|
04-02-2011, 09:08 PM
|
Banned
|
|
Join Date: Sep 2006
Posts: 841
|
|
Windows is not an option for me.
Here is my Makefile
Code:
HCC=$(shell ccache -V 2>/dev/null)
ifneq (,$(findstring version,$(HCC)))
CC=ccache gcc
else
CC=gcc
endif
OUT=-o
LINKOUT=-o
NOLINK=-c
LINKER=gcc
MYSQL_FLAGS=$(shell mysql_config --cflags)
MYSQL_LIB=$(shell mysql_config --libs)
DFLAGS=-DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2
#try commenting out the following three lines to disable embedded perl
PERL_FLAGS=$(shell perl -MExtUtils::Embed -e ccopts)
PERL_LIB=$(shell perl -MExtUtils::Embed -e ldopts)
DFLAGS+=-DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -DBOTS
WFLAGS=-Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align
COPTS=$(WFLAGS) -O -g -march=native -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE $(DFLAGS) $(MYSQL_FLAGS) $(PERL_FLAGS)
LINKOPTS=$(COPTS) -rdynamic -L. -lstdc++ -ldl $(MYSQL_LIB) $(PERL_LIB)
all: zone
include .depend
include makefile.common
.depend depend:
for f in $(SF); \
do \
i=`echo $$f | sed -e 's#.obj/#../common/#g' -e 's/\.o/.cpp/g' `; \
gcc -MM $(COPTS) $$i | sed "s#^[^ ]*:#$$f:#g"; \
done >.depend
wine:
$(MAKE) -f makefile.wine
|
|
|
|
04-02-2011, 09:50 PM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
Try adding bot.o and botspellsai.o to makefile.common in the zone directory where the rest of the .o files are listed.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 01:38 AM.
|
|
|
|
|
|
|
|
|
|
|
|
|