Re: [Quickfix-developers] Non-MSVC build (was Re:quickfixjmultiplesessions only diff Port)
Brought to you by:
orenmnero
From: Maz S. <ma...@ey...> - 2014-03-19 20:33:23
|
Hi Frank, Using gcc with code blocks and have both 32 and 64 bit versions. I can use the make file as you pointed out. Thanks! --Maz <div>-------- Original message --------</div><div>From: "K. Frank" <kfr...@gm...> </div><div>Date:03/19/2014 12:00 PM (GMT-06:00) </div><div>To: Quickfix Developers List <qui...@li...> </div><div>Subject: Re: [Quickfix-developers] Non-MSVC build (was Re:quickfixjmultiplesessions only diff Port) </div><div> </div>QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi Maz! On Wed, Mar 19, 2014 at 11:37 AM, Maz Saeed <ma...@er...> wrote: > Great, thanks for handy tips! Should I start with the Unix version of the library instead of Windows and modify it as I go along? I don't think the version matters -- the code is the same (at least for the 1.13.3 version I had downloaded). There may have been some different batch files or shell scripts in the .zip vs. the tar.gz, but the code itself was the same. Which specific compiler are you using? You had mentioned CodeBlocks. I think people often use it with gcc, but that it works with a number of compilers. I just used (64-bit) mingw-w64 with command-line (no IDE) mingw32-make (Yes, the version of make that comes with the mingw-w64 toolchain is call mingw32-make.) to drive mingw-w64's g++ and ar. I would say just start compiling, and with the exception of the two issues I mentioned before, just make the obvious one-line patches as they come up. > --Maz Happy QuickFIX Hacking! K. Frank > ------- Original Message ------- > From : K. Frank > > Hi Maz! > > On Tue, Mar 18, 2014 at 9:11 PM, Maz Saeed <ma...@of...> wrote: >> Hi Frank, >> Thanks for the quick response! I've made couple of half hearted >> attempts...kinda replicating creation of static library using the source >> files ... > > Yes, that is what I did. I compiled the source files, and put them > into a static library using ar. > ... ------------------------------------------------------------------------------ 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 |