Forums WoW Modding Support Archives Azerothcore Discord Archives [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

[DiscordArchive] I'm following the linux-core-installation guide from the wiki. I just finished compiling from sourc

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
10-07-2022, 07:15 PM
#1
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?
rektbyfaith
10-07-2022, 07:15 PM #1

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?

rektbyfaith
Administrator
0
10-07-2022, 07:16 PM
#2
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.
rektbyfaith
10-07-2022, 07:16 PM #2

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.

rektbyfaith
Administrator
0
10-07-2022, 07:25 PM
#3
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 ==========```
rektbyfaith
10-07-2022, 07:25 PM #3

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 ==========```

rektbyfaith
Administrator
0
10-07-2022, 07:27 PM
#4
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
rektbyfaith
10-07-2022, 07:27 PM #4

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

rektbyfaith
Administrator
0
10-07-2022, 07:28 PM
#5
Archived author: Bench • Posted: 2022-10-07T19:28:18.901000+00:00
Original source

There should be more errors above that LNK1181 one
rektbyfaith
10-07-2022, 07:28 PM #5

Archived author: Bench • Posted: 2022-10-07T19:28:18.901000+00:00
Original source

There should be more errors above that LNK1181 one

rektbyfaith
Administrator
0
10-07-2022, 07:28 PM
#6
Archived author: Bench • Posted: 2022-10-07T19:28:26.573000+00:00
Original source

And I don't believe this is causing it
rektbyfaith
10-07-2022, 07:28 PM #6

Archived author: Bench • Posted: 2022-10-07T19:28:26.573000+00:00
Original source

And I don't believe this is causing it

rektbyfaith
Administrator
0
10-07-2022, 07:29 PM
#7
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
rektbyfaith
10-07-2022, 07:29 PM #7

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

rektbyfaith
Administrator
0
10-07-2022, 07:29 PM
#8
Archived author: Bench • Posted: 2022-10-07T19:29:43.513000+00:00
Original source

Can probably just do a search/ctrl+f for error
rektbyfaith
10-07-2022, 07:29 PM #8

Archived author: Bench • Posted: 2022-10-07T19:29:43.513000+00:00
Original source

Can probably just do a search/ctrl+f for error

rektbyfaith
Administrator
0
10-07-2022, 07:29 PM
#9
Archived author: Wariox • Posted: 2022-10-07T19:29:53.824000+00:00
Original source

Great idea
rektbyfaith
10-07-2022, 07:29 PM #9

Archived author: Wariox • Posted: 2022-10-07T19:29:53.824000+00:00
Original source

Great idea

rektbyfaith
Administrator
0
10-07-2022, 07:33 PM
#10
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'```
rektbyfaith
10-07-2022, 07:33 PM #10

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'```

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)