Jump to content

TheFoxSwitch

Members
  • Posts

    3
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by TheFoxSwitch

  1. It was not about the link I had clearly found the right link otherwise I could not download scriptdev2. The problem was about how to patch after download. Using "git am" don't work , so instead I used the "patch" command and it worked, but i'am asking if this is a good method to patch scriptdev2 ??
  2. Well, I'am sure I didn't forget this command, I will try if I have to make a clean install. thanks for reply. EDIT: I have made a new clean install and did not forget the svn co https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2/ src/bindings/ScriptDev2 now when I try git apply, i see nothing happening and when i try git am .... the following error appears : error: configure.ac: does not match index error: src/bindings/.gitignore: already exists in working directory error: src/bindings/Makefile.am: does not match index error: src/mangosd/Makefile.am: does not match index Patch failed at 0001. EDIT2 : I found the way to patch MaNGOS with SD2 patch under Ubuntu : just in place of "#git-am src/bindings/../patches/M...-ScriptDev2.patch" use these command (you have to be in your mangos directory) "patch -p1 < src/bindings/ScriptDev2/patches/MaNGOS-2008-12-22-ScriptDev2.patch" patching file src/bindings/.gitignore patching file src/bindings/Makefile.am patching file src/mangosd/Makefile.am OK !! EDIT 3 : For those who have the following error message: when launching "../mangos/bin/mangos-worldd" Check existing of map file './maps/0004331.map': not exist! Fix : Edit the mangosd.conf and put at Datadir= "." the full path to your mangos directory if you have put DBC,MAPS and VMAPS folder into mangos directory. example : Datadir="/home/wowsvr/mangos"
  3. Hi everyone, I tried to read everything to solve my problem but I didn't found anything. So, my problem is follow : when I'am enter the following command : #git am src/bindings/ScriptDev2/patches/MaNGOS-2008-12-22-ScriptDev2.patch I get the following error : previous dotest directory .dotest still exists but mbox given. And when I try this command : #git apply src/bindings/ScriptDev2/patches/MaNGOS-2008-12-22-ScriptDev2.patch I get the folowing error : error: patch failed: configure.ac:312 error: configure.ac:Patch does not apply error: src/bindings/.gitignore: already exists in working directory error: patch failed: src/bindings/Makefile.am:14 error: src/bindings/Makefile.am: patch does not apply error: patch failed: src/mangosd/Makefile.am:33 error: src/mangos/mangosd/Makefile.am: patch does not apply Anyone an idea??? Also I had a question about the following : what does it mean "You must enter the digit wich match with /usr/bin/git-scm" ???? I didn't understand all. If someone has an answer it will be nice. Thanks for your tuto, it's very usefull , very nice job!!!
×
×
  • Create New...

Important Information

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