LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Make Install Issues - HELP! (https://www.linuxquestions.org/questions/linux-newbie-8/make-install-issues-help-178357/)

digitydain 05-05-2004 07:33 PM

Make Install Issues - HELP!
 
Hey everybody,

thanks for checking this thread out. I'm using the latest version of Fedora and I'm having issues w/ installing stuff.

I run ./configure and then 'make' command, then go into root and try 'make install' but i'm getting an error...check this out:

[root@localhost xscreensaver-4.15]# make install
make[1]: Entering directory `/home/brad/LStuff/xscreensaver-4.15/utils'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/brad/LStuff/xscreensaver-4.15/utils'
make[1]: Entering directory `/home/brad/LStuff/xscreensaver-4.15/driver'
gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 -U__STRICT_ANSI__ -c -I. -I. -I./../utils -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_CONFIG_H -g -O2 -I/usr/X11R6/include passwd-kerberos.c
passwd-kerberos.c: In function `kerberos_lock_init':
passwd-kerberos.c:125: warning: assignment discards qualifiers from pointer target type
passwd-kerberos.c: In function `kerberos_passwd_valid_p':
passwd-kerberos.c:206: error: `newtktfile' undeclared (first use in this function)
passwd-kerberos.c:206: error: (Each undeclared identifier is reported only once
passwd-kerberos.c:206: error: for each function it appears in.)
passwd-kerberos.c:226: warning: pointer targets in passing arg 9 of `krb_get_in_tkt' differ in signedness
make[1]: *** [passwd-kerberos.o] Error 1
make[1]: Leaving directory `/home/brad/LStuff/xscreensaver-4.15/driver'
make: *** [install] Error 5

Any ideas would be great...


Any ideas?


All times are GMT -5. The time now is 08:43 AM.