Hi all, I am installing glib on solaris . It configure perfectly using the command: ./configure --prefix=/usr/local. But when I try to run make it produces the following error: In file included from gfileutils.c:66: glibintl.h:10: warning: `__format_arg__' attribute directive ignored gfileutils.c: In function `g_file_test': gfileutils.c:93: warning: implicit declaration of function `access' gfileutils.c:93: `F_OK' undeclared (first use this function) gfileutils.c:93: (Each undeclared identifier is reported only once gfileutils.c:93: for each function it appears in.) gfileutils.c:96: `X_OK' undeclared (first use this function) gfileutils.c: In function `get_contents_regfile': gfileutils.c:413: warning: implicit declaration of function `read' gfileutils.c:419: warning: implicit declaration of function `close' *** Error code 1 make: Fatal error: Command failed for target `gfileutils.lo' Current working directory /home/rehama/glib-2.0.0/glib *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /home/rehama/glib-2.0.0/glib *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /home/rehama/glib-2.0.0 *** Error code 1 make: Fatal error: Command failed for target `all-recursive-am'
Could anybody explain? Reham __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
