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

make is not working src/conky-colors.c:15:10: fatal error: No such file or directory #68

Open
xthephreakx opened this issue Apr 8, 2020 · 2 comments

Comments

@xthephreakx
Copy link

xthephreakx commented Apr 8, 2020

did a cleaninstall of linux mint 19.3 today. updated the entire os then wanted to install conky colors again and followed the instructions.

when running:
apt-get install aptitude python-statgrab python-keyring ttf-ubuntu-font-family hddtemp curl lm-sensors conky-all
i get:
E: Unable to locate package python-statgrab

and when i run make from the terminal where i extracted the "conky_colors_by_helmuthdu_d41qrmk.zip" file. i get:

conky_colors-master$ make
cc -DDESTDIR="/usr/local" -Wall -std=c99 src/conky-colors.c src/conkycover.c src/conkyplayer.c src/conkyrc_cairo.c src/conkyrc_ring.c src/conkyrc_board.c src/conkyrc_default.c src/conkyrc_slim.c src/conkyrc_sls.c src/coverposition.c src/finddir.c src/help.c src/options.c src/photoposition.c src/themes.c src/translations.c src/variables.c src/confinstall.c src/utils.c src/initialize.c -o conky-colors
src/conky-colors.c:15:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkycover.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyplayer.c:1:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_cairo.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_ring.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_board.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_default.c:1:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_slim.c:4:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/conkyrc_sls.c:1:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/finddir.c:2:10: fatal error: unistd.h: No such file or directory
#include <unistd.h>
^~~~~~~~~~
compilation terminated.
src/help.c:1:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/options.c:2:10: fatal error: string.h: No such file or directory
#include <string.h>
^~~~~~~~~~
compilation terminated.
src/themes.c:2:10: fatal error: string.h: No such file or directory
#include <string.h>
^~~~~~~~~~
compilation terminated.
src/translations.c:2:10: fatal error: string.h: No such file or directory
#include <string.h>
^~~~~~~~~~
compilation terminated.
src/confinstall.c:2:10: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^~~~~~~~~~
compilation terminated.
src/utils.c:2:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
src/initialize.c:2:10: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^~~~~~~~~~
compilation terminated.
: recipe for target 'conky-colors' failed
make: *** [conky-colors] Error 1

@xthephreakx
Copy link
Author

funny thing is i tried installing it on my laptop i clean installed it today aswell with linux mint 19.3 everyting works fine exept for the:
apt-get install aptitude python-statgrab python-keyring ttf-ubuntu-font-family hddtemp curl lm-sensors conky-all
i get:
E: Unable to locate package python-statgrab

@xthephreakx
Copy link
Author

xthephreakx commented Apr 8, 2020

Ive solved my own issue.... guess apt install build-essential wassnt installed on my clean install... but it was somehow installed on my laptop which i installed with the same usb installation media....

after installing that i could run make without a problem

sorry for the unnecessary issue i made

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