Re: [Quickfix-developers] Non-MSVC build (was Re: quickfixjmultiplesessions only diff Port)
Brought to you by:
orenmnero
From: K. F. <kfr...@gm...> - 2014-03-19 17:00:08
|
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. > ... |