[JDEV] Loudmouth on win32

Vapor vapor at 66oc.org
Thu Apr 17 09:53:18 CDT 2003


I am trying to get loudmouth to compile on win32 using the examples on the
site.  I have discovered that it requires having Glib and I found v1.3 for
win32.  I seem to have run into a few problems:

gmem.obj .text: undefined reference to '__chkstk'
gconvert.obj .text: undefined reference to '__alloca_probe'
Error d:\personal\programming\testlmsend\main.c 120 undefined reference to
_lm_connection_unref
Error d:\personal\programming\testlmsend\main.c 119 undefined reference to
_lm_connection_close
Error d:\personal\programming\testlmsend\main.c 117 undefined reference to
_lm_message_unref
Error d:\personal\programming\testlmsend\main.c 113 undefined reference to
_lm_connection_send
Error d:\personal\programming\testlmsend\main.c 111 undefined reference to
_lm_message_node_add_child
Error d:\personal\programming\testlmsend\main.c 110 undefined reference to
_lm_message_new
Error d:\personal\programming\testlmsend\main.c 104 undefined reference to
_lm_connection_authenticate_and_block
Error d:\personal\programming\testlmsend\main.c 100 undefined reference to
_lm_connection_open_and_block
Error d:\personal\programming\testlmsend\main.c 98 undefined reference to
_lm_connection_new
Compilation + link time:1.6 sec, Return code: 12

I suspect some of the problems are related to lm_connection.c calling unix
sockets and not winsock but the top two have me confused.  Has anybody has
success getting this loudmouth to compile on win32 systems without using
cygwin?

Vapor





More information about the JDev mailing list