Thread: [Quickfix-users] Problem during building quickfix
Brought to you by:
orenmnero
From: Mayank J. N. <ma...@in...> - 2008-02-20 05:55:56
|
Hi, I have downloaded source code of quickfix on my FreeBSD. I am not able to build the source code on my machine. Steps performed 1) Downloaded the source code using command svn co https://quickfix.svn.sourceforge.net/svnroot/quickfix/trunk/quickfix 2) ./configure Error I got configure: error: cannot find install-sh or install.sh in config "."/config 3)autoconf no message 4) make make: no target to make. Can you please let me know the steps for building the quickfix. -- _____________________________________________________________ Mayank Jain Nawal NIKSUN. ma...@in... http://www.niksun.com Tel: +91 124 231 6012 SCO 16 Sector 14 Mob: +91 981 839 0836 Gurgaon Haryana 122001 India _____________________________________________________________ |
From: Good T. <aa...@rd...> - 2008-02-20 19:25:41
|
what directory were you in when you executed the command why don't you post a little more from the terminal aaron -- Ripley: I say we take off and nuke the entire site from orbit. It's the only way to be sure. Hudson: Fuckin' A... -Aliens On Wed, Feb 20, 2008 at 11:26:12AM +0530, Mayank Jain Nawal wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > > I have downloaded source code of quickfix on my FreeBSD. I am not able > to build the source code on my machine. > > Steps performed > > 1) Downloaded the source code using command > > svn co https://quickfix.svn.sourceforge.net/svnroot/quickfix/trunk/quickfix > > 2) ./configure > > Error I got > > configure: error: cannot find install-sh or install.sh in config "."/config > > > 3)autoconf > no message > > 4) make > make: no target to make. > > Can you please let me know the steps for building the quickfix. > > -- > _____________________________________________________________ > Mayank Jain Nawal NIKSUN. > ma...@in... http://www.niksun.com > Tel: +91 124 231 6012 SCO 16 Sector 14 > Mob: +91 981 839 0836 Gurgaon Haryana 122001 India > _____________________________________________________________ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users |
From: Mayank J. N. <ma...@in...> - 2008-02-21 03:45:05
|
I have solved the problem. Before configure I run the ./bootstrap command. Now I am trying to use quickfix to generate fix transactions. Lets see I could be able to find out some good doc for that. Thanks Aaron for your kind concern. -- _____________________________________________________________ Mayank Jain Nawal NIKSUN. ma...@in... http://www.niksun.com Tel: +91 124 231 6012 SCO 16 Sector 14 Mob: +91 981 839 0836 Gurgaon Haryana 122001 India _____________________________________________________________ Good Times wrote: > what directory were you in when you executed the command > > why don't you post a little more from the terminal > > aaron > |
From: Oren M. <or...@qu...> - 2008-02-21 15:49:51
|
Did you check out the source from svn? If so, then yes, you must run bootstrap before running configure. If downloading a release package, you shouldn't have to do this. --oren On Feb 20, 2008, at 9:45 PM, Mayank Jain Nawal wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I have solved the problem. Before configure I run the ./bootstrap > command. > Now I am trying to use quickfix to generate fix transactions. Lets > see I > could be able to find out some good doc for that. > > Thanks Aaron for your kind concern. > > > -- > _____________________________________________________________ > Mayank Jain Nawal NIKSUN. > ma...@in... http://www.niksun.com > Tel: +91 124 231 6012 SCO 16 Sector 14 > Mob: +91 981 839 0836 Gurgaon Haryana 122001 India > _____________________________________________________________ > > > > Good Times wrote: >> what directory were you in when you executed the command >> >> why don't you post a little more from the terminal >> >> aaron >> > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |
From: Mayank J. N. <ma...@in...> - 2008-02-21 11:44:02
|
Hi, I am quite new to the quickfixengine. Can anybody assist me in running this application. I want to use quickfixengine as a traffic generator on my FreeBSD machine. Is there any document available on this? I am not able to figure out what I need to do to run this application. I have installed this on my machine. I think I need to run run_tradeclient and ./run_ordermatch. I have installed this application on 2 of the machines but I am not able to find out how to give the ip address and the port number on which it should listen to. Any help would be appreciated . -- _____________________________________________________________ Mayank Jain Nawal NIKSUN. ma...@in... http://www.niksun.com Tel: +91 124 231 6012 SCO 16 Sector 14 Mob: +91 981 839 0836 Gurgaon Haryana 122001 India _____________________________________________________________ |