Jump to content
TrinityCore

granthill

Plebs
  • Posts

    8
  • Joined

  • Last visited

Posts posted by granthill

  1.  TDB335.59  Quest_template  question!

     

    Today to get the TDB335.59 version of the code to complete
    Found some problems
    Quest_template in the original “PrevQuestId” field, “NextQuestId” field, “SpecialFlags” field is gone.
    How to set up the task before and after the relationship, should be how to solve?
    In addition, how to set up the task can be repeated?

  2. ubuntu14.04

     

     

    sudo apt-get install build-essential autoconf libtool gcc g++ make cmake git-core

    sudo apt-get install patch wget links zip unzip unrar libncurses5-dev
    sudo apt-get install openssl libssl-dev mysql-server mysql-client libmysqlclient15-dev
    sudo apt-get install libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev
    sudo apt-get install libboost-dev libboost-thread-dev libboost-system-dev
    sudo apt-get install libboost-program-options-dev 

     

     
    No ACE to normal operation?Do not install the ACE will cause the make process of 13% errors。
    But I found that even if the ACE is installed, the 35% error at compile time follow the installation steps described in wiki.
     
     

     

    [ 35%] Built target generate_ScriptPCH.cpp

    [ 35%] Building CXX object src/server/scripts/CMakeFiles/scripts.dir/Spells/spell_shaman.cpp.o
     
    c++: internal compiler error: Segmentation fault (program cc1plus)
    Please submit a full bug report,
    with preprocessed source if appropriate.
    make[2]: *** [src/server/scripts/CMakeFiles/scripts.dir/Spells/spell_shaman.cpp.o] Error 4
    make[1]: *** [src/server/scripts/CMakeFiles/scripts.dir/all] Error 2
    make: *** [all] Error 2
    mayaren@ubuntu1404:/TrinityCore/build$ 
     

     

    Early versions of the wiki does not have this problem, is this what is the problem?

×
×
  • Create New...