Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > OSX and Hackint0sh/OSX86 > Hackint0sh Support > OSX86 Leopard > Using Leopard

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-28-2009, 08:54 PM
Dale407
Status: Offline
Junior Member
 
Join Date: Jun 2009
Posts: 17
Rep Power: 0
Dale407 is on a distinguished road
Post 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +2. The time now is 09:15 PM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105