Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] can't build new core?

[DiscordArchive] can't build new core?

[DiscordArchive] can't build new core?

Pages (3): 1 2 3 Next
rektbyfaith
Administrator
0
09-26-2019, 02:03 PM
#1
Archived author: Chaz • Posted: 2019-09-26T14:03:33.133000+00:00
Original source

can't build new core?
rektbyfaith
09-26-2019, 02:03 PM #1

Archived author: Chaz • Posted: 2019-09-26T14:03:33.133000+00:00
Original source

can't build new core?

rektbyfaith
Administrator
0
09-26-2019, 02:03 PM
#2
Archived author: Chaz • Posted: 2019-09-26T14:03:34.661000+00:00
Original source

` candidate constructor not viable: requires 0 arguments, but 3 were
provided
unordered_map() = default;
`
rektbyfaith
09-26-2019, 02:03 PM #2

Archived author: Chaz • Posted: 2019-09-26T14:03:34.661000+00:00
Original source

` candidate constructor not viable: requires 0 arguments, but 3 were
provided
unordered_map() = default;
`

rektbyfaith
Administrator
0
09-26-2019, 02:03 PM
#3
Archived author: Chaz • Posted: 2019-09-26T14:03:43.609000+00:00
Original source

`/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unordered_map.h:132:7: note:
`
rektbyfaith
09-26-2019, 02:03 PM #3

Archived author: Chaz • Posted: 2019-09-26T14:03:43.609000+00:00
Original source

`/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unordered_map.h:132:7: note:
`

rektbyfaith
Administrator
0
09-26-2019, 02:33 PM
#4
Archived author: Chaz • Posted: 2019-09-26T14:33:36.393000+00:00
Original source

` no matching constructor for initialization of 'const
std::unordered_map<uint32, std::tuple<uint32, Position> >' (aka 'const
unordered_map<unsigned int, tuple<unsigned int, Position> >')
std::unordered_map<uint32, std::tuple <uint32, Position>> const npcSummon =
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unordered_map.h:142:7: note:
candidate constructor not viable: cannot convert initializer list argument
to 'std::unordered_map<unsigned int, std::tuple<unsigned int, Position>,
std::hash<unsigned int>, std::equal_to<unsigned int>,
std::allocator<std::pair<const unsigned int, std::tuple<unsigned int,
Position> > > >:Confusedize_type' (aka 'unsigned long')
unordered_map(size_type __n,
`
rektbyfaith
09-26-2019, 02:33 PM #4

Archived author: Chaz • Posted: 2019-09-26T14:33:36.393000+00:00
Original source

` no matching constructor for initialization of 'const
std::unordered_map<uint32, std::tuple<uint32, Position> >' (aka 'const
unordered_map<unsigned int, tuple<unsigned int, Position> >')
std::unordered_map<uint32, std::tuple <uint32, Position>> const npcSummon =
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unordered_map.h:142:7: note:
candidate constructor not viable: cannot convert initializer list argument
to 'std::unordered_map<unsigned int, std::tuple<unsigned int, Position>,
std::hash<unsigned int>, std::equal_to<unsigned int>,
std::allocator<std::pair<const unsigned int, std::tuple<unsigned int,
Position> > > >:Confusedize_type' (aka 'unsigned long')
unordered_map(size_type __n,
`

rektbyfaith
Administrator
0
09-26-2019, 02:34 PM
#5
Archived author: Chaz • Posted: 2019-09-26T14:34:49.094000+00:00
Original source

`azerothcore-wotlk/src/server/scripts/Northrend/DraktharonKeep/boss_novos.cpp`
rektbyfaith
09-26-2019, 02:34 PM #5

Archived author: Chaz • Posted: 2019-09-26T14:34:49.094000+00:00
Original source

`azerothcore-wotlk/src/server/scripts/Northrend/DraktharonKeep/boss_novos.cpp`

rektbyfaith
Administrator
0
09-26-2019, 02:35 PM
#6
Archived author: Chaz • Posted: 2019-09-26T14:35:55.806000+00:00
Original source

https://github.com/azerothcore/azerothco...abe5fb8695
[Embed: fix(Core/Dungeon): Small corrections to Boss Novos encounter and s...]
… npcs wrong behavior (#2266)
https://github.com/azerothcore/azerothco...abe5fb8695
rektbyfaith
09-26-2019, 02:35 PM #6

Archived author: Chaz • Posted: 2019-09-26T14:35:55.806000+00:00
Original source

https://github.com/azerothcore/azerothco...abe5fb8695
[Embed: fix(Core/Dungeon): Small corrections to Boss Novos encounter and s...]
… npcs wrong behavior (#2266)
https://github.com/azerothcore/azerothco...abe5fb8695

rektbyfaith
Administrator
0
09-26-2019, 02:39 PM
#7
Archived author: Chaz • Posted: 2019-09-26T14:39:37.380000+00:00
Original source

why commiit something that fails travis?!?!
rektbyfaith
09-26-2019, 02:39 PM #7

Archived author: Chaz • Posted: 2019-09-26T14:39:37.380000+00:00
Original source

why commiit something that fails travis?!?!

rektbyfaith
Administrator
0
09-26-2019, 02:49 PM
#8
Archived author: Chaz • Posted: 2019-09-26T14:49:41.616000+00:00
Original source

reverted that commit and fixed
rektbyfaith
09-26-2019, 02:49 PM #8

Archived author: Chaz • Posted: 2019-09-26T14:49:41.616000+00:00
Original source

reverted that commit and fixed

rektbyfaith
Administrator
0
09-26-2019, 02:49 PM
#9
Archived author: Deleted User • Posted: 2019-09-26T14:49:51.409000+00:00
Original source

Travis had another error, not connected to this commit, as you can clearly see in the following Travis runs
rektbyfaith
09-26-2019, 02:49 PM #9

Archived author: Deleted User • Posted: 2019-09-26T14:49:51.409000+00:00
Original source

Travis had another error, not connected to this commit, as you can clearly see in the following Travis runs

rektbyfaith
Administrator
0
09-26-2019, 02:52 PM
#10
Archived author: Deleted User • Posted: 2019-09-26T14:52:11.896000+00:00
Original source

Travis failed on this commit because it could not download cmake.
rektbyfaith
09-26-2019, 02:52 PM #10

Archived author: Deleted User • Posted: 2019-09-26T14:52:11.896000+00:00
Original source

Travis failed on this commit because it could not download cmake.

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