[DiscordArchive] I'm following the linux-core-installation guide from the wiki. I just finished compiling from sourc
[DiscordArchive] I'm following the linux-core-installation guide from the wiki. I just finished compiling from sourc
Archived author: Sixfour • Posted: 2022-10-07T19:15:22.900000+00:00
Original source
I'm following the linux-core-installation guide from the wiki. I just finished compiling from source and despite changing $HOME/azeroth-server to my desired output location, there are no binaries in that dir. Any ideas?
Archived author: Sixfour • Posted: 2022-10-07T19:16:33.037000+00:00
Original source
I verified the output directory exists and is writeable by the user compiling.
Archived author: Wariox • Posted: 2022-10-07T19:25:15.198000+00:00
Original source
```18>LINK : fatal error LNK1181: cannot open input file '..\..\..\modules\RelWithDebInfo\modules.lib'
18>Done building project "worldserver.vcxproj" -- FAILED.
19>------ Build started: Project: ALL_BUILD, Configuration: RelWithDebInfo x64 ------
19>Building Custom Rule C:/Repacks/AzerothCore-Solo/Source/CMakeLists.txt
========== Build: 16 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========```
Archived author: Wariox • Posted: 2022-10-07T19:27:55.430000+00:00
Original source
```> Module (mod-solo-lfg) using deprecated loader api
> Module (mod-weapon-visual) using deprecated loader api```
Don't know if this is whats making it break, this is in cmake.. Used git to import them
Archived author: Bench • Posted: 2022-10-07T19:28:18.901000+00:00
Original source
There should be more errors above that LNK1181 one
Archived author: Bench • Posted: 2022-10-07T19:28:26.573000+00:00
Original source
And I don't believe this is causing it
Archived author: Wariox • Posted: 2022-10-07T19:29:18.023000+00:00
Original source
Seems like i have to dig through the whole console then. Errors isn't printed out at the bottom unfortunately
Archived author: Bench • Posted: 2022-10-07T19:29:43.513000+00:00
Original source
Can probably just do a search/ctrl+f for error
Archived author: Wariox • Posted: 2022-10-07T19:29:53.824000+00:00
Original source
Great idea
Archived author: Wariox • Posted: 2022-10-07T19:33:40.681000+00:00
Original source
```17>LINK : fatal error LNK1104: cannot open file 'libboost_program_options-vc143-mt-x64-1_78.lib'```
```15>C:\Repacks\AzerothCore-Solo\Source\modules\mod-weapon-visual\src\Npc_VisualWeapon.cpp(119,27): error C2039: 'PExecute': is not a member of 'DatabaseWorkerPool<CharacterDatabaseConnection>'
16>Formulas.cpp
15>C:\Repacks\AzerothCore-Solo\Source\src\server\database\Database\DatabaseEnv.h(37): message : see declaration of 'DatabaseWorkerPool<CharacterDatabaseConnection>'
15>C:\Repacks\AzerothCore-Solo\Source\modules\mod-weapon-visual\src\Npc_VisualWeapon.cpp(204,48): error C2039: 'PQuery': is not a member of 'DatabaseWorkerPool<CharacterDatabaseConnection>'
15>C:\Repacks\AzerothCore-Solo\Source\src\server\database\Database\DatabaseEnv.h(37): message : see declaration of 'DatabaseWorkerPool<CharacterDatabaseConnection>'
15>C:\Repacks\AzerothCore-Solo\Source\modules\mod-weapon-visual\src\Npc_VisualWeapon.cpp(213,42): error C2039: 'GetUInt32': is not a member of 'Field'
15>C:\Repacks\AzerothCore-Solo\Source\src\server\database\Database\Field.h(98): message : see declaration of 'Field'
15>C:\Repacks\AzerothCore-Solo\Source\modules\mod-weapon-visual\src\Npc_VisualWeapon.cpp(214,39): error C2039: 'GetUInt32': is not a member of 'Field'
15>C:\Repacks\AzerothCore-Solo\Source\src\server\database\Database\Field.h(98): message : see declaration of 'Field'
16>ModuleMgr.cpp```
```18>LINK : fatal error LNK1181: cannot open input file '..\..\..\modules\RelWithDebInfo\modules.lib'```