-
Notifications
You must be signed in to change notification settings - Fork 144
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
Compile Error: 18>LINK : fatal error LNK1181: cannot open input file 'lualib.lib' #215
Comments
You have to update your AzerothCore source -> azerothcore/azerothcore-wotlk#21123 |
The core and eluna is updated, literally the first pointed out. This is the commit I'm running azerothcore/azerothcore-wotlk@995eed8 |
You run on Linux or Windows ? I'm going to test |
Windows |
Do you have the dependency installed? If yes remove it and disable eluna in cmake and try to compile |
There is no dependancy required for mod-eluna, the missing .dll is fixed by this commit : https://github.com/azerothcore/mod-eluna/commits/master/ I have edited my message, when i'm disable mod-eluna, there is no error :-/ |
I would have to test again then with the most recent version of eluna which at the time didn't the the commit you mentioned, when I get home later on the day I will check it |
I was just unlucky to compile a few hours before your PRs. The issue is no more. |
In the morning (7-8am GMT+0) i updated my core and lua to the latest commits. And I saw someone sharing a lua zip file in
eluna-ac
channel. refering to missing libs before.I assume it's either missing from the module and/or not being added / updated automatically to the module.
At the same time I wasn't with no time to go find whatever lua lib i need so i disabled
mod-eluna
in the cmake, doesn't work, which used to work. Disabling it in cmake would skip it from being compiled (i think) and/or stop giving errors e which currently doesn't. I had to physically remove the file out of my modules folder to be able to compile.The text was updated successfully, but these errors were encountered: