Re: [Quickfix-developers] Non-MSVC build (wasRe:quickfixjmultiplesessions only diff Port)
Brought to you by:
orenmnero
From: Maz S. <ma...@ey...> - 2014-03-24 19:47:04
|
Hey Frank, Starting to compile with MINGW, getting all kinds of errors -- mostly the include related. For starters, do you know where I could find these header files and associated libraries? #include <sys/socket.h> #include <sys/ioctl.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <arpa/inet.h> #include <netdb.h> #include <fcntl.h> #include <unistd.h> #include <pthread.h> #include <signal.h> Thanks, --Maz ------- Original Message ------- >From : K. Frank[mailto:kfr...@gm...] Sent : 3/22/2014 6:23:44 PM To : qui...@li... Cc : Subject : RE: Re: [Quickfix-developers] Non-MSVC build (wasRe:quickfixjmultiplesessions only diff Port) QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi Maz! On Sat, Mar 22, 2014 at 6:29 PM, Maz Saeed <ma...@sh...> wrote: > Hey Frank, > One more quick question; where should I start the compilation process? Is it Utility.cpp first and then pretty much any order? My goal is to create all the object files > first and then convert them into a static library. I guess I could run compilation with VC++ of one of the projects to see in which sequence object files are > created...thought I'll check with you first. It doesn't matter at all in what order you compile the .cpp files. They are independent "translation units" and the .o files that get produced are independent of one another. For whatever reason, the first file in my makefile is Session.o (which causes Session.cpp to get compiled by a make built-in rule). But it doesn't matter, and I don't recall how my particular order of files came about. By the way, which version of QuickFIX are you working with? > Thanks, > --Maz Happy QuickFIX Hacking! K. Frank > ------- Original Message ------- > From : K. Frank[mailto:] > > Hello Maz! > > On Sat, Mar 22, 2014 at 12:58 PM, Maz Saeed <ma...@ec...> wrote: >> Hey Frank, >> Getting started on the modifying the quickFix with Windows GCC. As you pointed out to use the UNIX version as a starting point, > ... >> my question is how do you extract the >> quickfix-logviewer-1.1.1.tar.gz in Windows environment? > ... ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |