Current time: 09-29-2024, 02:23 PM Hello There, Guest! (LoginRegister)


Thread Closed 
FreeBSD 6.2 installation
Author Message
timipl Offline


Posts: 3
Joined: Mar 2010
Reputation: 0
Post: #1
FreeBSD 6.2 installation
Hello

I have installed Freebsd 6.2 and i will try install ispcp and when i execute command make then i get this error

---------------------------
lr_syntax.c:19: error: conflicting types for 'readlink'
/usr/include/unistd.h:406: error: previous declaration of 'readlink' was here
lr_syntax.c:19: error: conflicting types for 'readlink'
/usr/include/unistd.h:406: error: previous declaration of 'readlink' was here
*** Error code 1
--------------------------
I know that the problem is in unistd.h and lr_syntax.c between declaration but i can't solve this issue :/

My line 406 in unistd.h

---------------------------
int readlink(const char *, char *, int);
---------------------------

My line in lr_syntax.c

---------------------------
ssize_t readlink(const char * __restrict, char * __restrict, size_t);
---------------------------

Thank you for any help
03-04-2010 09:13 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
FreeBSD 6.2 installation - timipl - 03-04-2010 09:13 AM
RE: FreeBSD 6.2 installation - gOOvER - 03-04-2010, 09:20 AM
RE: FreeBSD 6.2 installation - timipl - 03-04-2010, 09:53 AM
RE: FreeBSD 6.2 installation - Nuxwin - 03-04-2010, 11:54 AM
RE: FreeBSD 6.2 installation - gOOvER - 03-04-2010, 10:34 AM
RE: FreeBSD 6.2 installation - BeNe - 03-04-2010, 04:52 PM
RE: FreeBSD 6.2 installation - timipl - 03-05-2010, 10:30 AM
RE: FreeBSD 6.2 installation - BeNe - 03-05-2010, 04:46 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)