Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using the module, compiling it into a dynamic link library version failed. #19053

Closed
xengine-qyt opened this issue Jun 12, 2024 · 2 comments
Labels
Invalid-Missing Information The issue report doesn't follow the guide lines established by the template

Comments

@xengine-qyt
Copy link

Current Behaviour

According to the compilation documentation, I configured the environment and compiled. When there is no module, the dynamic library compilation passes normally, but when a module is used, it fails. The modules are the latest cloned from the AzerothCore organization.

Expected Blizzlike Behaviour

build pass with module

Source

No response

Steps to reproduce the problem

cmake configure
cmake generator
cmake open project
relwithdebuginfo and x64
vs2022

Extra Notes

No response

AC rev. hash/commit

da8d42cda8d42cda8d42c

Operating system

win11 x64

Custom changes or Modules

  • Modules config list:
    |
    +- mod-arena-3v3-solo-queue
    | * arena_3v3_solo_queue.conf.dist
    +- mod-boss-announcer
    | * mod_boss_announcer.conf.dist
    +- mod-breaking-news-override
    | * breakingnews.conf.dist
    +- mod-eluna
    | * mod_LuaEngine.conf.dist
    +- mod-guildhouse
    | * mod_guildhouse.conf.dist
    +- mod-learn-spells
    | * mod_learnspells.conf.dist
    +- mod-money-for-kills
    | * mod_moneyforkills.conf.dist
    +- mod-npc-all-mounts
    | * npc_allmounts.conf.dist
    +- mod-npc-gambler
    | * npc_gambler.conf.dist
    +- mod-progression-system
    | * progression_system.conf.dist
    +- mod-top-arena
    | * modarenatop.conf.dist
    +- mod-transmog
    | * transmog.conf.dist
    +- mod-weekend-xp
    | * mod-double-xp-weekend.conf.dist
    +- mod-world-chat
    | * WorldChat.conf.dist
@Nyeriah
Copy link
Member

Nyeriah commented Jun 12, 2024

What error it gives? You are not really providing any information so it’s impossible to tell what your issue is

@xengine-qyt
Copy link
Author

There were many warnings and errors, with the warnings mainly related to symbol import linking. The errors were primarily linking errors and some precompiled header (PCH) errors. There were too many errors, and I don't know why they occurred. I'm sorry, I deleted them. Using static library linking, the compilation passed.

@Kitzunu Kitzunu added the Invalid-Missing Information The issue report doesn't follow the guide lines established by the template label Jun 14, 2024
@Kitzunu Kitzunu closed this as not planned Won't fix, can't repro, duplicate, stale Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invalid-Missing Information The issue report doesn't follow the guide lines established by the template
Projects
None yet
Development

No branches or pull requests

3 participants