[Mono-devel-list] build problem with cvs version of mono

Philip Nelson panmanphil at yahoo.com
Wed Apr 9 23:23:17 EDT 2003


Could somebody give me a hand with this.  It should be easy it would seem
but...

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-D_WAPI_BUILDING=1 -DMONO_BINDIR=\"/usr/local/bin\" -I../.. -DGC_LINUX_THREADS
-DMONO_USE_EXC_TABLES -D_GNU_SOURCE -D_REENTRANT -fexceptions -g -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
-Wcast-align -Wwrite-strings -c daemon.c -Wp,-MD,.deps/daemon.TPlo  -fPIC -DPIC
-o .libs/daemon.lo
In file included from ../../mono/io-layer/handles-private.h:16,
                 from daemon.c:26:
../../mono/io-layer/wapi-private.h:25: #error configure failed to discover size
of unix socket path

Which is because of ...

/* Catch this here rather than corrupt the shared data at runtime */
#if MONO_SIZEOF_SUNPATH==0
#error configure failed to discover size of unix socket path
#endif

Which is defined that way in config.log as a result of a conftest program.  

Any ideas of where to look?



More information about the Mono-devel-list mailing list