Jump to content
  • Building Develop21 under Linux


    Chucksta
    • Status: Completed
      Main Category: Core / Mangos Daemon
      Sub-Category: Show Stopper
      Version: 0.21 Milestone: 21 Priority: Normal
      Implemented Version: 21.0

    error on build

    At 39% into the building process, it comes up with the following error:

    ../server/src/shared/LockedQueue.h:32:20: fatal error: Errors.h: No such file or directory


    This is on an Ubuntu Linux server.


    User Feedback

    Recommended Comments

    Changing the following solved that problem:

    LockedQueue.h
    #include "Errors.h"

    to

    #include "Utilities/Errors.h"

    This is how it appears in other files.

    Problem has now shown up in DatabaseEnv.h:30:20
    Errors.h: No such file or directory

    ----------------------------------------
    FIXED and now working on Linux :-)

    Altered the following files and paths:

    [B]LockedQueue.h[/B]
    #include "Utilities/Errors.h"

    [B]DatabaseEnv.h[/B]
    #include "Utilities/Errors.h"

    [B]QueryResultMysql.cpp[/B]
    #include "Utilities/Errors.h"

    [B]PosixDaemon.h[/B]
    #include "Common/Common.h"
    #include "Log/Log.h"

    I now need to make sure it will still build under VS.

    VS likes the changes :)

    ----------------------------------

    I'll now get these changes okeyed, before I PR it.

    Link to comment
    Share on other sites

    [B][COLOR="#008000"][SIZE=3]Fix has now been PR'd:[/SIZE][/COLOR][/B]

    [url]https://github.com/mangostwo/server/pull/109[/url]

    I'll close this thread once the above has been merged with the core :)

    Link to comment
    Share on other sites


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use