PinkPeach
Joined: 02 Mar 2005 Posts: 23
|
Posted: Thu Jun 07, 2007 3:13 pm Post subject: Problem reinstalling toolchain: error in pex-unix |
|
|
dear all, i have a big problem,
that s my second try at reinstalling the toolchain in two days after a system clean install, and i always encounter the same error:
[code]
../../../libiberty/pex-unix.c: In function 'pex_unix_open_read':
../../../libiberty/pex-unix.c:310: warning: implicit declaration of function 'op
en'
../../../libiberty/pex-unix.c:310: error: 'O_RDONLY' undeclared (first use in th
is function)
../../../libiberty/pex-unix.c:310: error: (Each undeclared identifier is reporte
d only once
../../../libiberty/pex-unix.c:310: error: for each function it appears in.)
../../../libiberty/pex-unix.c: In function 'pex_unix_open_write':
../../../libiberty/pex-unix.c:321: error: 'O_WRONLY' undeclared (first use in th
is function)
../../../libiberty/pex-unix.c:321: error: 'O_CREAT' undeclared (first use in thi
s function)
../../../libiberty/pex-unix.c:321: error: 'O_TRUNC' undeclared (first use in thi
s function)
../../../libiberty/pex-unix.c: In function 'pex_unix_wait':
../../../libiberty/pex-unix.c:468: warning: implicit declaration of function 'ki
ll'
make[2]: *** [pex-unix.o] Error 1
[code]
Using latest cygwin (of course with devel - install), and fresh toolchain scripts from subversion.
Is that "normal", or do i have to change the code to fix the error ?
tia guys[/quote] |
|