-
Notifications
You must be signed in to change notification settings - Fork 22
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
Comments
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 |
If you are compiling on linux better use GCC and on Windows better use the actual MSVC |
Linux is Done. See 4162e96 |
MadDeCoDeR
added a commit
that referenced
this issue
Jun 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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);
The text was updated successfully, but these errors were encountered: