We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Arch wiki hasciicam issue ERROR
make[1]: Entering directory '/build/hasciicam/src/hasciicam_1.3/src' CC hasciicam.o hasciicam.c:183:3: error: initialization of ‘const char * const*’ from incompatible pointer type ‘char **’ [-Wincompatible-pointer-types] 183 | html_escapes | ^~~~~~~~~~~~ hasciicam.c:183:3: note: (near initialization for ‘hascii_format.conversions’)
I am not an coder, but with some help i used this code for hasciicam.c /scr
remove .txt to replace hasciicam.c in /src
.txt
hasciicam.c
hasciicam.c.txt
The changes in the hasciicam.c
Ensure html_escapes is defined correctly:
const char * const html_escapes[] = { "string1", "string2", //... other strings };
Include the necessary header for setgroups:
#include <unistd.h> // Add this line at the top
make && sudo make install
Use on your own risk.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Arch wiki hasciicam issue
ERROR
I am not an coder, but with some help i used this code for hasciicam.c /scr
How to use file
remove
.txt
to replacehasciicam.c
in /srchasciicam.c.txt
The changes in the hasciicam.c
Ensure html_escapes is defined correctly:
Include the necessary header for setgroups:
Use on your own risk.
The text was updated successfully, but these errors were encountered: