Jump to content
TrinityCore

mrblue

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by mrblue

  1. first I tried on win7 64bit after deleting all programs and reinstalling them, and doing as suggested, just from C:, but still some errors happened. I then tried again on win xp pro 32bit, delete all programs and reinstalled all and this time it worked right. now I'm switching back to win7, to check if I did miss something! next time I'll post my final results.
  2. tried with VS2010, now with VS2012, new CMake and old CMake. as administrator and not, compatibility mode and not, win7 64bit and win xp 32bit, both clean install... all the same... errors and errors and errors, everytime different ones though! now I'm trying to uninstall everything and install back again all the stuff... EDIT: after uninstall VS 2010 and left only VS2012 with CMake 2.8.12.1 this is the NEW error --- CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 12". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: Could not find cmake module file: D:/TRINITYCORE/build/CMakeFiles/2.8.12.1/CMakeCCompiler.cmake CMake Error: Could not find cmake module file: D:/TRINITYCORE/build/CMakeFiles/2.8.12.1/CMakeCXXCompiler.cmake Configuring incomplete, errors occurred! ---
  3. tried with older version of CMake... no luck at all! downloading now VS2012 hoping for a better ending. "tricky", that's why I don't want to use the 64bit version! what upset me, is that it's a clean win7-64, and I also tried with a clean xp-pro 32 system, with exactly same results!
  4. - 32bit - no special reason, just never had any troubles with it, so I wanted to avoid a new 64bit road. - compiling and plan to run on the same system. - VS2010 express - webdownload - I didn't try the older CMake yet... later I'll check this thank you!
  5. hello to everyone and thank you in advance. I have never had any troubles compiling a trinitycore server until today. what has changed is the os, which now is win 7 64bit, but today I also tried to check if it was working on xp 32bit with no luck at all! the message I get is this one -- Build started 18/12/2013 00:39:19. Project "D:buildCMakeFiles2.8.12.1CompilerIdCCompilerIdC.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "Debug". InitializeBuildStatus: Creating "DebugCompilerIdC.unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: C:Program Files (x86)Microsoft Visual Studio 10.0VCbinCL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug" /Fd"Debugvc100.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c CMakeCCompilerId.c CMakeCCompilerId.c : fatal error C1074: 'IDB' is illegal extension for PDB file: [D:buildCMakeFiles2.8.12.1CompilerIdCCompilerIdC.vcxproj] Done Building Project "D:buildCMakeFiles2.8.12.1CompilerIdCCompilerIdC.vcxproj" (default targets) -- FAILED. Build FAILED. "D:buildCMakeFiles2.8.12.1CompilerIdCCompilerIdC.vcxproj" (default target) (1) -> (ClCompile target) -> CMakeCCompilerId.c : fatal error C1074: 'IDB' is illegal extension for PDB file: [D:buildCMakeFiles2.8.12.1CompilerIdCCompilerIdC.vcxproj] -- I already tried switching to compatibility mode, but nothing happened. the generator is visual studio 2010, and all the programs have been installed for 32bit system. this message comes from running CMake in compatibily mode for XP sp3. all the other modes result in many more errors! is there anyone out there who can lead me back to the right path? thank you! EDIT: actually it is my first post here, but it's long time I check your forum and for some unknown reasons my previous ID has been deleted...
×
×
  • Create New...