Jump to content
TrinityCore

matt1309

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by matt1309

  1. if anyone else gets this error and fixes it please let me know
  2. 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.
  3. 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.
  4. 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?
  5. Thanks for the help so it shouldn't be long before its fine then? What's the filename, would it work if I just copied it across to the other updates folder I'm using from the DB at GitHub?
  6. And the issue for me isn't understanding the error. I knew that it meant there was a missing SQL. I can't find where it is and why it happened?
  7. Hahaa it's definitely not my first error, I've compiled on osx so I've seen plenty of errors, and finally managed to make patches that worked. I was convinced I'd managed 434 but then I get this error for DB. Btw can someone edit wiki if I post how to? Someone let me know if this gets fixed before I find the solution
  8. I get no errors compiling master branch, I do however with, 4.3.4. Can you at least attempt to explain what the error is and where you personally would look first to attempt to fix it, so that i can have a look. Or dont you know whats causing the error?
  9. 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.
  10. 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.
  11. I new trinitycore mac support was depreciating but when did the osx folder get removed from /TrinityCore/cmake/platform/ I can compile skyfireemu and the only big difference i can find is that fact that trinitycore doesnt have that osx folder??
  12. I wanted to check others agreed that compiling on mac was as difficult as I thought. I will edit it when I get home if no one else has. Does anyone now how to fix the errors related to the unit64 in the DetourNavMesh.h??
  13. 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.
  14. Could you update the wiki to warn people to use this new tutorial rather that get multiple errors trying it the wiki way
  15. i get this error 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
  16. Been stuck on this for ages (I'm a noob) thanks so much
×
×
  • Create New...