[nanomsg] Help with compiling under wine

  • From: web user <webuser1200@xxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Mon, 27 Jul 2015 21:22:30 -0400

I ran the following:

./configure CC=i586-mingw32msvc-gcc CFLAGS=-fPIC

Then I get the following errors when running ./make:

src/core/../aio/worker_posix.h:55: error: field ‘efd’ has incomplete type
In file included from src/core/ep.c:27:
src/core/sock.h:64: error: field ‘sndfd’ has incomplete type
src/core/sock.h:65: error: field ‘rcvfd’ has incomplete type
src/core/sock.h:66: error: field ‘termsem’ has incomplete type
make: *** [src/core/libnanomsg_la-ep.lo] Error 1

Any ideas on what I need to do?

Regards,

WU

Other related posts: