The autotools build is known not to work on Win32. You need to build rabbitmq-c with CMake:
https://github.com/alanxz/rabbitmq-c#building-and-installing-using-cmake -Alan On Sat, Jun 8, 2013 at 3:02 AM, Udi Ben Senior <[email protected]>wrote: > Hi, > > I've been trying to build the c/c++ client library for windows but didn't > succeed although following your instructions (see error below after running > 'bash-3.1$ etc/build-ms.sh'). > > I was wondering maybe you can help me with a compiled client version for > windows. (i.e. lib, dll, h - for 32/64 bit) > > Thanks, > > Udi > > > Result of running 'bash-3.1$ etc/build-ms.sh': > > checking if libtool supports shared libraries... yes > > checking whether to build shared libraries... yes > > checking whether to build static libraries... no > > checking for cl.exe option to accept ISO C99... unsupported > > checking for inline... __inline > > checking if compiler accepts '-Wall'... yes > > checking if compiler accepts '-Wextra'... no > > checking if compiler accepts '-pedantic'... yes > > checking if compiler accepts '-Wstrict-prototypes'... no > > checking if compiler accepts '-Wcast-align'... no > > checking if compiler accepts '-fno-common'... yes > > checking if compiler accepts '-fvisibility=hidden'... yes > > checking if linker accepts '-no-undefined'... yes > > checking for library containing getaddrinfo... no > > checking for socket in -lgetaddrinfo... no > > configure: error: cannot find name resolution library (library with > getaddrinfo > > symbol) > > bash-3.1$ > > _______________________________________________ > rabbitmq-discuss mailing list > [email protected] > https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss > > -- You received this message because you are subscribed to the Google Groups "rabbitmq-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rabbitmq-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
