Skip to content
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

🐛 [Bug] Compile error #57

Open
Err0r1 opened this issue May 11, 2022 · 9 comments
Open

🐛 [Bug] Compile error #57

Err0r1 opened this issue May 11, 2022 · 9 comments
Labels
bug Something isn't working

Comments

@Err0r1
Copy link
Contributor

Err0r1 commented May 11, 2022

🐛 Bug report

  • No information
    screenshot 3199

Expected behavior

  • No error..

Steps to reproduce

  1. Install debian 11
  2. Try to compile
  3. ...
  4. ...
  5. Profit.

Version

Client Version:

  • No information
@Err0r1 Err0r1 added the bug Something isn't working label May 11, 2022
@Err0r1 Err0r1 changed the title 🐛 [Bug] 🐛 [Bug] Compile error May 11, 2022
@Steyfix
Copy link

Steyfix commented Jun 15, 2022

hello a solution to the problem because I also find it under ubuntu 20.04 thank you ?

@pangolp
Copy link

pangolp commented Jun 15, 2022

hello a solution to the problem because I also find it under ubuntu 20.04 thank you ?

In this case, the error is easy to correct. I give you a clue to the solution. It turns out that the data type is uint32, that is, it is an integer, which cannot have negative numbers. However, in the case, it evaluates the possibility that it is -1. You have 2 alternatives, or you change the data type to int32 so that it admits positive and negative or analyzing the case, you can delete the option of -1, and replace it by a default. But it all depends on what the switch does, and the type of data you have to return.

@Steyfix
Copy link

Steyfix commented Jun 15, 2022

Hello and thank you for your answer with a nice explanation. So I changed the default value and the compilation passed. thanks again

@davidwow1024
Copy link
Contributor

Could you upload the commit so that everyone who uses Linux can compile and thanks in advance

@Steyfix
Copy link

Steyfix commented Jun 15, 2022

yes I'm going to place the commit once I'm sure that with a make install the server launches well ^^

@davidwow1024
Copy link
Contributor

Thanks @Steyfix and @pangolp

@Steyfix
Copy link

Steyfix commented Jun 15, 2022

hello someone would have a relase of the bdd world because the one provided in the sources has a table generation error on the locales_quest thank you?

@Steyfix
Copy link

Steyfix commented Jun 15, 2022

Fix value to change so that the compilation passes under ubuntu

image

@Mistixx
Copy link

Mistixx commented Jul 4, 2022

Steyfix why don't you answer my messages to your discord unblock me

freadblangks referenced this issue in freadblangks/pandaria_5.4.8 Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants