[DiscordArchive] Hey, i rebuild the Core many times now every time i added a module. Today i wanted to add the ELUNA
[DiscordArchive] Hey, i rebuild the Core many times now every time i added a module. Today i wanted to add the ELUNA
Archived author: tedris • Posted: 2025-01-13T14:53:50.991000+00:00
Original source
Hey, i rebuild the Core many times now every time i added a module. Today i wanted to add the ELUNA Module to give that a shot. As usual i put the rep in my Azerothcore modules folder, reran cmake configure and generate. cleaned up the build in visual studio and ran "build" from there. However i get some errors on building: ```29>LINK : fatal error LNK1181: cannot open input file '..\..\..\modules\RelWithDebInfo\modules.lib'
29>Done building project "worldserver.vcxproj" -- FAILED.
30>------ Build started: Project: ALL_BUILD, Configuration: RelWithDebInfo x64 ------
30>Building Custom Rule C:/Azerothcore/CMakeLists.txt
========== Build: 27 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 15:50 and took 03:57,901 minutes ==========```
```Cannot open include file: 'lua.h': No such file or directory
'VER_COMPANYNAME_STR': macro redefinition
'VER_PRODUCTVERSION': macro redefinition
'VER_PRODUCTVERSION_STR': macro redefinition
Cannot open include file: 'lua.h': No such file or directory
cannot open input file '..\..\modules\RelWithDebInfo\modules.lib'
cannot open input file '..\..\..\modules\RelWithDebInfo\modules.lib'```
Any ideas?