Jump to content
TrinityCore

Themeron

Plebs
  • Posts

    6
  • Joined

  • Last visited

Themeron's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Actually had wrong ones in there, took them from wamp by accident lol. Replaced them with right ones Still getting the same Error when debugging. Going to play around for a bit and try to figure it out.
  2. When I run debug I get; ------------------------------------------------------------------------ These projects are out of date: ZERO_CHECK - Release Win32 revision.h - Release Win32 ALL_BUILD - Release Win32 Would you like to build them? ------------------------------------------------------------------------ I hit yes then and get; Unable to start program 'C:buildReleaseALL_BUILD'. The system cannot find the file specified
  3. Ya, I just finished compiling a new core I'm doing everything from scratch for the first time. No patches just followed the front page guide. Is it possible I messed something up while compiling even though I got no errors?
  4. So ive been following the guide provided (http://collab.kpsn.org/display/tc/How-to_Win) and just finished everything and when i try to run worldserver.exe i get The ordinal 4333 could not be located in the dynamic link library. I tried to google this problem and I found someone elses post about the same problem, I tried what they said which was moving the release folder out of the bin folder, and also tried recompliling. I'm running windows 8.1, downloaded all the programs from the list provided in the guide and should be the correct ones. I'm not to great with these things so help would be much appretiated, also sorry in advance if this is a simple problem and I'm missing something obvious.
  5. Yeah sorry, I figured it out it was the wrong version of CMake not sure why it was giving me path error though lol. I was using 2.6 instead of 2.8.
  6. I have seen many other people are having similar problems to me but ive tried everything I red and its still now working, I am completly new to this so I could be missing something completly obvious some help would be much appretiated. ATM I'm getting this error: The C compiler identification is unknown The CXX compiler identification is unknown Check for working C compiler: bcc32 CMake Error: your C compiler: "bcc32" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. CMake Error: Internal CMake error, TryCompile configure of cmake failed Check for working C compiler: bcc32 -- broken CMake Error at C:/Program Files (x86)/CMake 2.6/share/cmake-2.6/Modules/CMakeTestCCompiler.cmake:32 (MESSAGE): The C compiler "bcc32" is not able to compile a simple test program. It fails with the following output: CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:12 (project) CMake Error: your C compiler: "bcc32" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. CMake Error: your CXX compiler: "bcc32" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. Configuring incomplete, errors occurred! ---------------------------------------------------------------------------------------------------------------------------------------- I'm following http://collab.kpsn.org/display/tc/How-to_Win and I'm on configuring and generating visual C++ solutions with CMake; Step 3 I have all the programs in the list installed and have installed 3 different versions of Visual C++ Express, It seems like this might be the problem from what I've red but I don't know which other versions to install at this point... I have 2010 installed which I've red no longer works, one that was commented at the bottom of the guide (Visual C++ Express 2013 for Windows) and the last one I forget. Again I am compltetly new when it comes to this stuff sorry for wasting your time if this is a simple problem but I just cant get it to work for the life of me.
×
×
  • Create New...