Toon posts:

vsftpd 2.0.3 compilatiefout op osx 10.4.2

Pagina: 1
Acties:

Verwijderd

Topicstarter
hoi iedereen,

ik probeer vsftpd 2.0.3 te compileren (OS X 10.4.2), maar krijg errors, weet iemand wat er aan de hand is?
ik heb gegoogled en gezocht maar dat helpt mee niet verder helaas.

code:
1
2
3
4
5
6
7
8
9
10
11
12
Kamino:~/Desktop/vsftpd-2.0.3 joost$ make
gcc -c sysdeputil.c -O2 -Wall -W -Wshadow  -idirafter dummyinc
sysdeputil.c: In function 'do_sendfile':
sysdeputil.c:625: warning: unused variable 'error'
sysdeputil.c: In function 'vsf_insert_uwtmp':
sysdeputil.c:1146: warning: implicit declaration of function 'updwtmpx'
sysdeputil.c:1146: error: 'WTMPX_FILE' undeclared (first use in this function)
sysdeputil.c:1146: error: (Each undeclared identifier is reported only once
sysdeputil.c:1146: error: for each function it appears in.)
sysdeputil.c: In function 'vsf_remove_uwtmp':
sysdeputil.c:1166: error: 'WTMPX_FILE' undeclared (first use in this function)
make: *** [sysdeputil.o] Error 1

[ Voor 6% gewijzigd door Verwijderd op 30-07-2005 21:56 ]