Hi,
it am trying to build qfix on mingw on windows, but apparently there are
incompatible issues since the source files target the VS C++ IDE. Can i
compile it on mingw? What i found is that mingw lacks the necessary socket.h
and inet.h:
include/quickfix/Utility.h:30:20: config.h: No such file or directory
include/quickfix/Utility.h:69:24: sys/socket.h: No such file or directory
include/quickfix/Utility.h:70:23: sys/ioctl.h: No such file or directory
include/quickfix/Utility.h:73:24: netinet/in.h: No such file or directory
include/quickfix/Utility.h:74:25: netinet/tcp.h: No such file or directory
include/quickfix/Utility.h:75:23: arpa/inet.h: No such file or directory
include/quickfix/Utility.h:76:19: netdb.h: No such file or directory
include/quickfix/Utility.h:79:21: pthread.h: No such file or directory
Any ideas on how to do that?
Many thanks
rodrigo
|