Discuss Conky on OS X at the Using Leopard - Hackint0sh.org; Ok, for the last day I have been trying to compile Conky 7.1.1 sorce on ...
-
Conky on OS X
Ok, for the last day I have been trying to compile Conky 7.1.1 sorce on my iATKOS v7 10.5.7 hackint0sh.
I resolved all the dependese.
Now when I try to "make" i get this error and I'm stuck here.
Code:
d-fs-mac-pro:conky-1.7.1.1 df$ sudo make
Password:
Making all in src
sh ../text2c.sh ../data/conky.conf defconfig.h defconfig
make all-am
gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/usr/local/etc/conky/conky.conf\" -I/usr/local/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include/freetype2 -Wall -W -MT conf_cookie.o -MD -MP -MF .deps/conf_cookie.Tpo -c -o conf_cookie.o conf_cookie.c
mv -f .deps/conf_cookie.Tpo .deps/conf_cookie.Po
gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/usr/local/etc/conky/conky.conf\" -I/usr/local/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include/freetype2 -Wall -W -MT colours.o -MD -MP -MF .deps/colours.Tpo -c -o colours.o colours.c
mv -f .deps/colours.Tpo .deps/colours.Po
gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/usr/local/etc/conky/conky.conf\" -I/usr/local/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include/freetype2 -Wall -W -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c
mv -f .deps/common.Tpo .deps/common.Po
gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/usr/local/etc/conky/conky.conf\" -I/usr/local/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include/freetype2 -Wall -W -MT conky.o -MD -MP -MF .deps/conky.Tpo -c -o conky.o conky.c
conky.c: In function ‘open_config_file’:
conky.c:7399: warning: control reaches end of non-void function
mv -f .deps/conky.Tpo .deps/conky.Po
gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/usr/local/etc/conky/conky.conf\" -I/usr/local/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include/freetype2 -Wall -W -MT fs.o -MD -MP -MF .deps/fs.Tpo -c -o fs.o fs.c
fs.c:50:20: error: mntent.h: No such file or directory
fs.c: In function ‘get_fs_type’:
fs.c:142: warning: implicit declaration of function ‘setmntent’
fs.c:142: warning: initialization makes pointer from integer without a cast
fs.c:153: warning: implicit declaration of function ‘getmntent’
fs.c:153: warning: assignment makes pointer from integer without a cast
fs.c:158: error: dereferencing pointer to incomplete type
fs.c:175: warning: implicit declaration of function ‘endmntent’
fs.c:178: error: dereferencing pointer to incomplete type
make[2]: *** [fs.o] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks