You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: