Re: [Quickfix-developers] Does quickfix build / run on cygwin?
Brought to you by:
orenmnero
From: K. F. <kfr...@gm...> - 2010-06-29 23:15:05
|
David - Thanks for the follow-up. On Tue, Jun 29, 2010 at 5:53 PM, David Kadoch <Dav...@th...> wrote: > Hi, > > Which ant task are you trying to run? > I am able to run the following ant task in cygwin: > > ant jar -Dskip.jalopy=true With ants and jars, do I assume correctly that you are talking about quickfixJ? I'm looking to build the c++ version of quickfix. (Please let me know if I misunderstood your comment.) (Presumably it should be straightforward to build / run quickfixJ on windows, so this could be an option for me, but then I would have to port some c++ code to java, or build libraries for use with jni.) K. Frank > > David > ... > -----Original Message----- > From: K. Frank [mailto:kfr...@gm...] > Sent: Tuesday, June 29, 2010 5:39 PM > To: Quickfix Developers List > Subject: Re: [Quickfix-developers] Does quickfix build / run on cygwin? > ... > George - > > Thanks for the reply. > > On Tue, Jun 29, 2010 at 5:24 PM, George Tsafas <GT...@rb...> wrote: >> Why build on a linux emulator on windows and not just on windows? > > Some code I have doesn't work with Visual Studio. (Presumably that could be fixed, but I haven't looked into it yet.) So I'm exploring my options. > > In rough order of preference: > > 1) Build with mingw on windows. > -- Issue: My understanding is that quickfix doesn't work with mingw. > (But please correct me if I'm wrong.) > > 2) Build with cygwin. > -- Issue: Can this be made to work? Hence my posting. > > 3) Build on linux. (I assume that this works out of the box.) > -- Issue: I don't have a linux box set up right now. > > 4) Build with Visual Studio on windows. > -- Issue: Would need to get some existing code working on VS. > > So any information on the status of quickfix with mingw and/or cygwin (options 1 and 2) would be appreciated. > > (Linux -- option 3 -- I assume is a no-brainer. VS -- option 4 -- is not really something this list can help me with. Porting the other code to VS is my problem.) > > Out of historical curiosity, on what platform / compiler was the bulk of quickfix development done? > > Thanks. > > K. Frank >> ... >> "K. Frank" <kfr...@gm...> wrote: >> ... >> Hello List - >> >> Is it possible to build (and run) quickfix on cygwin? >> ... |