tiger-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tiger-user] help - tiger fedora


From: luciana
Subject: [Tiger-user] help - tiger fedora
Date: Thu, 18 Aug 2005 17:39:27 -0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

Hi!
I tried to install the tiger in the fedora 3 and he gave the mistakes below:

make
cd c && make install
make[1]: Entering directory `/root/tiger/c'
gcc -DNEEDGETWD -o realpath realpath.c
realpath.c:58: error: conflicting types for 'getcwd'
/usr/include/unistd.h:448: error: previous declaration of 'getcwd' was here
realpath.c:58: error: conflicting types for 'getcwd'
/usr/include/unistd.h:448: error: previous declaration of 'getcwd' was here
realpath.c:59: error: conflicting types for 'readlink'
/usr/include/unistd.h:740: error: previous declaration of 'readlink' was here
realpath.c:59: error: conflicting types for 'readlink'
/usr/include/unistd.h:740: error: previous declaration of 'readlink' was here
make[1]: *** [realpath] Error 1
make[1]: Leaving directory `/root/tiger/c'
make: *** [all] Error 2



[root@ tiger]# grep getcwd /usr/include/unistd.h
extern char *getcwd (char *__buf, size_t __size) __THROW;
[root@  tiger]#
[root@  tiger]# grep -A 1 readlink /usr/include/unistd.h
extern int readlink (__const char *__restrict __path, char *__restrict __buf,
                  size_t __len) __THROW __nonnull ((1, 2));

do you know it what can do?

thank you
Luciana





reply via email to

[Prev in Thread] Current Thread [Next in Thread]