chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] posixwin.c is broken


From: Brandon J. Van Every
Subject: [Chicken-hackers] posixwin.c is broken
Date: Mon, 18 Dec 2006 23:10:31 -0800
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

posixwin.c is broken when bootstrapping with MSVC Chicken 2.3, 2.41, and 2.504 compilers.

Cheers,
Brandon Van Every


Scanning dependencies of target libchicken-boot
[ 14%] Building C object boot/CMakeFiles/libchicken-boot.dir/e_/devel/src/chicke
n/runtime.obj
[ 16%] Building C object boot/CMakeFiles/libchicken-boot.dir/match.obj
[ 16%] Building C object boot/CMakeFiles/libchicken-boot.dir/profiler.obj
[ 16%] Building C object boot/CMakeFiles/libchicken-boot.dir/scheduler.obj
[ 18%] Building C object boot/CMakeFiles/libchicken-boot.dir/stub.obj
[ 18%] Building C object boot/CMakeFiles/libchicken-boot.dir/eval.obj
[ 18%] Building C object boot/CMakeFiles/libchicken-boot.dir/extras.obj
[ 18%] Building C object boot/CMakeFiles/libchicken-boot.dir/library.obj
[ 20%] Building C object boot/CMakeFiles/libchicken-boot.dir/lolevel.obj
[ 20%] Building C object boot/CMakeFiles/libchicken-boot.dir/posixwin.obj
e:/devel/msys/chicken/boot/posixwin.c:556: error: syntax error before '&' token e:/devel/msys/chicken/boot/posixwin.c:556: error: syntax error before '&' token e:/devel/msys/chicken/boot/posixwin.c:556: error: syntax error before '&' token
e:/devel/msys/chicken/boot/posixwin.c: In function `C_process':
e:/devel/msys/chicken/boot/posixwin.c:556: error: parameter name omitted
e:/devel/msys/chicken/boot/posixwin.c:556: error: parameter name omitted
e:/devel/msys/chicken/boot/posixwin.c:556: error: parameter name omitted
e:/devel/msys/chicken/boot/posixwin.c:666: error: incompatible types in assignme
nt
e:/devel/msys/chicken/boot/posixwin.c:667: error: incompatible types in assignme
nt
e:/devel/msys/chicken/boot/posixwin.c:668: error: incompatible types in assignme
nt
e:/devel/msys/chicken/boot/posixwin.c: In function `stub479':
e:/devel/msys/chicken/boot/posixwin.c:698: warning: passing arg 4 of `C_process'
from incompatible pointer type
e:/devel/msys/chicken/boot/posixwin.c:698: warning: passing arg 5 of `C_process'
from incompatible pointer type
e:/devel/msys/chicken/boot/posixwin.c:698: warning: passing arg 6 of `C_process'
from incompatible pointer type
e:/devel/msys/chicken/boot/posixwin.c: In function `f_2621':
e:/devel/msys/chicken/boot/posixwin.c:3454: warning: passing arg 3 of `spawnvp'
from incompatible pointer type
e:/devel/msys/chicken/boot/posixwin.c: In function `f_2457':
e:/devel/msys/chicken/boot/posixwin.c:3678: warning: passing arg 2 of `execvp' f
rom incompatible pointer type
make[3]: *** [boot/CMakeFiles/libchicken-boot.dir/posixwin.obj] Error 1
make[2]: *** [boot/CMakeFiles/libchicken-boot.dir/all] Error 2
make[1]: *** [CMakeFiles/dist.dir/rule] Error 2
make: *** [dist] Error 2




reply via email to

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