cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

odcctools not making #116

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make odcctools on MinGw Windows XP

What is the expected output? What do you see instead?

complete make

this:
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/signal.h:46: 
error: syntax error before "typedef"
../../../odcctools/libstuff/execute.c:28:22: sys/wait.h: No such file or 
directory
../../../odcctools/libstuff/execute.c: In function `execute':
../../../odcctools/libstuff/execute.c:62: warning: implicit declaration of 
function `fork'
../../../odcctools/libstuff/execute.c:67: warning: passing arg 2 of 
`execvp' from incompatible pointer type
../../../odcctools/libstuff/execute.c:72: warning: implicit declaration of 
function `wait'
../../../odcctools/libstuff/execute.c:76: warning: implicit declaration of 
function `WTERMSIG'
../../../odcctools/libstuff/execute.c:84: warning: implicit declaration of 
function `WEXITSTATUS'
make[1]: *** [execute.o] Error 1

What version of the product are you using? On what operating system?

newest... XP

Please provide any additional information below.
 --

Original issue reported on code.google.com by david.m....@gmail.com on 4 Feb 2008 at 10:49