Jump to content
TrinityCore

LaBlazer

Plebs
  • Posts

    3
  • Joined

  • Last visited

Everything posted by LaBlazer

  1. Ok, i tried to update to gcc 4.7.3, i done this: 1. I reinstalled my vps to Ubuntu 12.04 x64 2. Installed all needed apps with sudo apt-get install build-essential autoconf libtool gcc g++ make cmake git-core patch wget links zip unzip unrar sudo apt-get install openssl libssl-dev mysql-server mysql-client libmysqlclient15-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev and also updated libncurses5-dev sudo apt-get install libncurses5-dev ...and libace-dev sudo apt-get install libace-dev 3. Downloaded test build of gcc4.7 sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.7 g++-4.7 first the command "sudo add-apt-repository" didnt work, but i find somewhere, that this sudo apt-get install python-software-properties fixes it, so i downloaded it and it worked... 4. Then i updated alternatives of gcc ane set gcc4.7 as default compiler sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.6 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.7 sudo update-alternatives --config gcc (in that little interface i selected gcc4.7) 5. Now, when i type "gcc -v" it returns this: "gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-2ubuntu1~12.04)", so i think the update was successful. But when i download ACE 6.0.3 (as it is in wiki), configure it and use command "make", mysterious errors show again... it is compiling +/- 25 minutes and then error shows up... I tried it also with "make -j 4" (i have 4 cores) or "make -j4" but again that same problem... I would be very grateful if someone with linux knowledge updated the linux tutorial on wiki or posted it on forum... P.S: Sorry for mistakes
  2. Ok, thanks i will try to update...
  3. I tried to compile TrinityCore on my VPS, but everytime i end on compiling ACE. Everything works fine, but when i configure and make ACE error shows up. The funny thing is, that everytime is error on different file. I really dont know, what can cause this. I tried to compile on Debian 6.0 32bit, Debian 7.0 32bit, Debian 7.0 64bit, Ubuntu 12.04 64bit and no success so far. My version of gcc is 4.4.5, so it should be ok. I hope my problem gets solved, because i really want to play with my friends on my private server. P.S.: English isnt my first language, so sorry if i have mistakes in my text P.P.S: I had to put my error in quotes, because code didnt work...
×
×
  • Create New...