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

build error #87

Open
strikersix23 opened this issue Aug 5, 2022 · 3 comments
Open

build error #87

strikersix23 opened this issue Aug 5, 2022 · 3 comments

Comments

@strikersix23
Copy link

strikersix23 commented Aug 5, 2022

I have this error while compiling with clang and msvc

/data/data/com.termux/files/home/Classic-RBDOOM-3-BFG/neo/idlib/./StrStatic.h:149:20: error: cannot cast from type 'float' to pointer type 'const char '
idStr::operator=((const char
)f);

@MadDeCoDeR
Copy link
Owner

Have you done any edits to the code? Have you edited the cmake configurations you are using? And which cmake configurations you are using? Finally error in that line on msvc is impossible since that line shouldn't exist on Windows

@MadDeCoDeR
Copy link
Owner

If you are compiling on linux better use GCC and on Windows better use the actual MSVC

@MadDeCoDeR
Copy link
Owner

Linux is Done. See 4162e96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants