Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Results 1 to 2 of 2
  1. #1
    Beginner

    Join Date
    Jul 2011
    Posts
    1
    Post Thanks / Like
    Rep Power
    13
    Reputation
    1

    Exclamation WTB fix 3 failed errors when building core


    Register to remove this ad
    Hi

    I really need 3 failed errors fixed when im building my core!


    My errors:

    Error 1 error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm115' or greater c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xmemory 164




    Error 2 fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xmemory 164


    Error 3 error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm135' or greater c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xmemory 164


    Error 4 fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xmemory 164


    Error 5 fatal error LNK1181: cannot open input file '..\game\Release\game.lib' worldserver



    › See More: WTB fix 3 failed errors when building core



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Graphics Guru

    Join Date
    Feb 2009
    Posts
    1,377
    Post Thanks / Like
    Rep Power
    22
    Reputation
    382

    Register to remove this ad
    go to
    cmake/compiler/msvc/settings.cmake

    FIND
    Code:
    string(REPLACE "/Zm1000" "/Zm500" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
    REPLACE WITH
    Code:
    string(REGEX REPLACE "/Zm[0-9]+ *" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zm500" CACHE STRING "" FORCE)

 

 

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 09:49 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org