Jump to content
TrinityCore

matt1309

Members
  • Posts

    70
  • Joined

  • Last visited

Posts posted by matt1309

  1. Sorry, haven't used the issue tracker before. I'm not quite sure where I should be reporting this error. I was curious to see if anyone else was struggling with the same issue, especially unix users compiling with gcc. You're right if the error isn't obvious I definitely won't spot it as I'm not experienced enough. I was just hoping someone else had a similar issue and the developers of 4.3.4 might be able to find it if people with less knowledge couldn't. Apologies about the multiple threads I'd forgotten I'd already asked.

  2. I have compiled trinitycore 4.3.4 on mac os x. I recently attempted to compile it again but since Movementstructures.cpp has been added i havent been able to. I get various errors about opcodes and more (i can post them if anyone wants to read them)

    Im compiling using gcc 4.4 my knowledge of .c isnt good enough to understand whats causing the issue. Im not sure if any linux users have suffered the same error. I understand I'm not meant to be asking about 4.3.4 source but im struggling.

  3. I have managed to compile it on os x but failed to repeat it more than once. I know for definite that to get it to compile on os x the define.h file has to be edited. in src/server/shared/

     

    you have to change line that says typedef ACE_UINT64 uint64

    to

    typedef uint64_t uint64 uint64

     

    You also have to edit many other files which can be done a lot quicker using the patches on this website http://www.jeremymeile.ch/jeremymeile.ch/TrinityCore_%28Mac_OSX_10.6_-_10.8%29.html

    These patches make you use GCC rather than xcode (seems to work better) 

    unfortunately i seem to be getting errors relating to movementstructures.h i was convinced it was to do with the source rather than the way i was compiling and patching. 

    Now im uncertain because i cant find any sign of that file being changed recently. Any ideas what i may be doing wrong?

  4. ok so, how do new users learn this knowledge. Personally as a new user trying to understand these errors i would attempt to compile the source and work on each error i ran into, improving my knowledge each time. Of course id normally look to forums for help but this project you just get told that if you're not good enough leave. Well where am i meant to learn?? 

    How do you know if you're developing is working if you dont compile and test it???? :S 

    Here's a real good question. If 4.3.4 is for people with knowledge then why haven't they found a fix for this error and updated the files??

    I may sound arrogant telling others they should be fixing it, but when ever i try and ask for advise on an error like this one i get shot down and told not to bother. 

  5. So does this mean that there's an sql file missing from the update folders?

     

    I understand this isn't being reported in the correct area im just trying to understand so i can attempt to try and fix it. Im also getting the same error :)

     

    I would have started a new topic but people rip your head off when you're trying to learn about the 4.3.4 source and ask a question they consider stupid. 

     

    It's not exactly encouraging people to help with the trinitycore project when everytime someone attempts to compile the source to see how it can be improved and get errors and then ask for advise on these errors they get called stupid. 

     

    You say that 4.3.4 is unsupported for people who are struggling with an error that may be easily solved, but how are we meant to learn and not be that person if we're not told or at least given advise on how to fix the issue.

  6. I'd also like to point out that the tutorial that stalkyrealm post also has the same issue as janckerchen is struggling with. As its an issue with the source on Mac OS X mountain lion and apparently lion as well. The line

    typedef uint64_t uint64

    In DetourNavMesh.h seems to be causing the issue, I'm sorry I have very basic knowledge and don't know how to fix this or why it is happening.

  7. i get this error 

     

     

    CMake Error at cmake/macros/FindMySQL.cmake:175 (message):
      Could not find the MySQL libraries! Please install the development
      libraries and headers
    Call Stack (most recent call first):
      CMakeLists.txt:51 (find_package)
     

    im running mountain lion but kept configs to say snow leopard that might have something to do with it? but im too much of a noob at this to understand it :/



    on first cmake command

×
×
  • Create New...