SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

Dependency on <spawn.h> #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current svn version does not build on Mac OS 10.4 because there is no 
spawn.h in the system.  
Make fails with a zillion of

/bin/sh -ec 'g++ -MM -DNDEBUG 
-DSYSTEM_SHARE_PATH='"/Users/ikarus/.opt/share/ypsilon"' -
DNO_TLS src/subr_socket.cpp | sed '\''s/\(subr_socket\)\.o[ :]*/\1.o 
subr_socket.d : /g'\'' > 
subr_socket.d; [ -s subr_socket.d ] || rm -f subr_socket.d'
In file included from src/core.h:114,
                 from src/subr_socket.cpp:7:
src/sysdep.h:279:23: error: spawn.h: No such file or directory

Original issue reported on code.google.com by aghul...@gmail.com on 19 May 2009 at 7:27

GoogleCodeExporter commented 8 years ago
I have fixed the bug and trunk directory is updated to revision 460.
Please try. Thank you! :)

-- fujtia

note: It seems that OSX 10.4 does not support 'posix_spawn', 'process-spawn' 
(it uses
'posix_spawn') is disabled on OSX 10.4.

Original comment by y.fujita...@gmail.com on 19 May 2009 at 9:59