Athena Posted April 6, 2011 Report Share Posted April 6, 2011 A more detailed log output would help! Link to comment Share on other sites More sharing options...
Krad Posted April 6, 2011 Report Share Posted April 6, 2011 A more detailed log output would help! Well, what else do you need? I can post the entire compile log if you'd like. Link to comment Share on other sites More sharing options...
Krad Posted April 6, 2011 Report Share Posted April 6, 2011 Athena where'd you go? Link to comment Share on other sites More sharing options...
Athena Posted April 6, 2011 Report Share Posted April 6, 2011 Just put the last 25-30 lines. Link to comment Share on other sites More sharing options...
Paradox Posted April 7, 2011 Report Share Posted April 7, 2011 That "error" is caused by the real error somewhere in the log before it gets that far, look carefully through the log file and find the actual error that caused that one. Link to comment Share on other sites More sharing options...
blackcat2 Posted April 7, 2011 Report Share Posted April 7, 2011 Try reinstalling mySQL, make sure you download + install the complete package. After that, destroy your build directory, and re-run CMake to rebuild it again from zero.. Link to comment Share on other sites More sharing options...
Krad Posted April 8, 2011 Report Share Posted April 8, 2011 That didn't work, and I'm not sure what to post of my output. From what I can see, it has a lot of errors. Link to comment Share on other sites More sharing options...
Nay Posted April 8, 2011 Report Share Posted April 8, 2011 I'm not sure what to post of my output. From what I can see, it has a lot of errors. Well, post something. Link to comment Share on other sites More sharing options...
Krad Posted April 9, 2011 Report Share Posted April 9, 2011 (edited) Sorry about that guys. Did some tinkering and got it almost to succeed. 13>------ Build started: Project: worldserver, Configuration: Release Win32 ------ 13> Building Custom Rule C:/Trinity/src/server/worldserver/CMakeLists.txt 13> CMake does not need to re-run because C:\Build\src\server\worldserver\CMakeFiles\generate.stamp is up-to-date. 13> worldPCH.cpp 13>cl : Command line error D8030: INTERNAL COMPILER ERROR in '诌嗿赑桐哨A痿䀑謀쒃줌诃嗿噑㺃琀贊ц䀐匀庋地纍謗ᑃ쮋䖉ꨑṥ' 13> Please choose the Technical Support command on the Visual C++ 13> Help menu, or open the Technical Support help file for more information 14>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------ 14> Building Custom Rule C:/Trinity/CMakeLists.txt 14> CMake does not need to re-run because C:\Build\CMakeFiles\generate.stamp is up-to-date. ========== Build: 13 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Edit: I have no idea why my compiler is outputing something in ... whatever language that is. Edited April 9, 2011 by Krad Link to comment Share on other sites More sharing options...
Elkaintmoose Posted April 9, 2011 Report Share Posted April 9, 2011 Hi! Just starting to mess with this, on Ubuntu 10.04. Cmake output looks good, as far as I can tell. When I run a make, though, I'm getting this: . . . . [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/extent.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/chunk_swap.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/jemalloc.c.o /tmp/ccVjwrWD.s: Assembler messages: /tmp/ccVjwrWD.s:1329: Error: Unrecognized opcode: `pause' make[2]: *** [dep/jemalloc/CMakeFiles/jemalloc.dir/src/jemalloc.c.o] Error 1 make[1]: *** [dep/jemalloc/CMakeFiles/jemalloc.dir/all] Error 2 make: *** [all] Error 2 I'm stumped...any ideas? Thanks! Link to comment Share on other sites More sharing options...
Soir Posted April 9, 2011 Report Share Posted April 9, 2011 Have you updated the OS? sudo aptitude install g++ gcc make cmake libmysql++-dev subversion mercurial openssl libssl-dev zlib1g-dev libtool libmysqlclient15-dev patch build-essential mysql-client libreadline5-dev And... test run with sudo make sudo make install Update your git repo. Link to comment Share on other sites More sharing options...
Krad Posted April 9, 2011 Report Share Posted April 9, 2011 Any thoughts? Link to comment Share on other sites More sharing options...
Krad Posted April 9, 2011 Report Share Posted April 9, 2011 Didn't know if I was supposed to be make a new topic, but seeing as how it's a different issue I thought I might. 13>------ Build started: Project: worldserver, Configuration: Release Win32 ------ 13> Building Custom Rule C:/Trinity/src/server/worldserver/CMakeLists.txt 13> CMake does not need to re-run because C:\Build\src\server\worldserver\CMakeFiles\generate.stamp is up-to-date. 13> worldPCH.cpp 13>cl : Command line error D8030: INTERNAL COMPILER ERROR in '诌嗿赑桐哨A痿䀑謀쒃줌诃嗿噑㺃琀贊ц䀐匀庋地纍謗ᑃ쮋䖉ꨑṥ' 13> Please choose the Technical Support command on the Visual C++ 13> Help menu, or open the Technical Support help file for more information 14>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------ 14> Building Custom Rule C:/Trinity/CMakeLists.txt 14> CMake does not need to re-run because C:\Build\CMakeFiles\generate.stamp is up-to-date. ========== Build: 13 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== No, I have no idea why my debug output printed something in ... whatever language that is. Link to comment Share on other sites More sharing options...
Paradox Posted April 9, 2011 Report Share Posted April 9, 2011 How is this different from your other topic? Spammer Also, Google is your friend http://connect.microsoft.com/VisualStudio/feedback/details/543068/internal-compiler-error-d8030-with-evidence-of-memory-corruption-during-parallel-build Link to comment Share on other sites More sharing options...
Krad Posted April 9, 2011 Report Share Posted April 9, 2011 (edited) Dunno, figured someone may see the topic title of my other one, and figure they can't fix it due to the improperly named topic. Seeing as how I have a different error now. *shrug* Edit: Interestingly enough, there is no solution or workaround on that fantastic link you posted. Edited April 9, 2011 by Krad Link to comment Share on other sites More sharing options...
Krad Posted April 9, 2011 Report Share Posted April 9, 2011 Solved. Thanks. Link to comment Share on other sites More sharing options...
Nay Posted April 9, 2011 Report Share Posted April 9, 2011 --- Canned message startIt appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread.--- Canned message end --- Link to comment Share on other sites More sharing options...
Elkaintmoose Posted April 10, 2011 Report Share Posted April 10, 2011 Seems like everything's up-to-date, but still no luck. Same error. Link to comment Share on other sites More sharing options...
Marty Posted April 11, 2011 Report Share Posted April 11, 2011 ___________________________________________ Edit: i see where is my problem Link to comment Share on other sites More sharing options...
Athena Posted April 11, 2011 Report Share Posted April 11, 2011 -- WARNING - Missing or outdated git - did you forget to install a recent version? -- WARNING - Observe that for revision ID/hash to work you need at least version 1.7 -- WARNING - Continuing anyway, but setting the revision-ID and hash to Rev:0 Hash: Archive This means something, doesn't it? Link to comment Share on other sites More sharing options...
Marty Posted April 11, 2011 Report Share Posted April 11, 2011 (edited) Edit i see where is my problem Edited April 11, 2011 by Marty Link to comment Share on other sites More sharing options...
niksad Posted April 11, 2011 Report Share Posted April 11, 2011 i am having the same problem anyone know how to solve this? Link to comment Share on other sites More sharing options...
Athena Posted April 11, 2011 Report Share Posted April 11, 2011 Is it the same problem? Sure? Read the entire thread. Link to comment Share on other sites More sharing options...
niksad Posted April 13, 2011 Report Share Posted April 13, 2011 i would like to give a heads up i solved this problem. Look at the error message C:\Users\Steven\Desktop\Trinity\Build\src\server\authserver\Release\authserver.lib the Release folder at the end is not there you need to go manually and create it, its the same for authserver and worldserver. once you create the release folders it works fine. I just compiled my core Link to comment Share on other sites More sharing options...
Athena Posted April 13, 2011 Report Share Posted April 13, 2011 --- Canned message startIt appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread.--- Canned message end --- Link to comment Share on other sites More sharing options...
Recommended Posts