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 from AUR #178

Open
SlideShowGames opened this issue Sep 5, 2024 · 0 comments
Open

Build Error from AUR #178

SlideShowGames opened this issue Sep 5, 2024 · 0 comments

Comments

@SlideShowGames
Copy link

./../x11/main.c: In function ‘main’:
./../x11/main.c:208:26: error: implicit declaration of function ‘dirname’; did you mean ‘g_dirname’? [-Wimplicit-function-declaration]
208 | locate = dirname(argv[0]);
| ^~~~~~~
| g_dirname
./../x11/main.c:208:24: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
208 | locate = dirname(argv[0]);
| ^
./../x11/main.c:318:9: error: implicit declaration of function ‘hostdrv_readini’ [-Wimplicit-function-declaration]
318 | hostdrv_readini();
| ^~~~~~~~~~~~~~~
./../x11/main.c:482:9: error: implicit declaration of function ‘hostdrv_writeini’ [-Wimplicit-function-declaration]
482 | hostdrv_writeini();
| ^~~~~~~~~~~~~~~~
make[1]: *** [Makefile:5362: ../x11/xnp21kai-main.o] Error 1

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

1 participant