Re: [Quickfix-developers] Building Quickfix from CVS
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-01-10 20:52:25
|
Dale, To do a build from the repository, you would need to first run the bootstrap script. Those files are generated by autotools, and different versions will generate them differently, which is why we do not keep them checked in. After running the bootstrap script, you can then follow the standard build instructions. You will need to have autotools installed which is an additional dependency on top of the normal ones. --oren ----- Original Message ----- From: "Dale Wilson" <wil...@oc...> To: <qui...@li...> Sent: Monday, January 10, 2005 2:38 PM Subject: [Quickfix-developers] Building Quickfix from CVS > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > I've run into a snag trying to build Quickfix in our development > environment. > > QuickFIX version 1.9.4 > OS: SunOS 5.9 > Compiler & toos: gcc 3.2.1, autoconf 2.59 > > If I pull the tar.gz file, expand it, and follow the instructions in the > installation doc (i.e. run configure then make) it builds fine. > > However, for the project I am working on we want to store the third party > suport libraries in in our CVS repository. Among other things this lets > us do automated pull, build, and test from the repository based on a > single tag. QuickFIX, of course, is one of those third party libraries. > > When I import QuickFIX into our cvs repository I run afoul of the > .cvsignores that are in the distribution. In particular .cvsignore at the > QUICKFIX_ROOT level ignores Makefile (that makes sense). However it also > ignores configure, Makefile.in, aclocal.m4, and several other files which > are needed to generate the Makefile. That means when I pull it back out > of CVS the instructions from the installation doc no longer work.. > > It appears that the missing files are created by autoconfig. Are there > instructions anywhere for building QuickFIX from what gets stored in the > CVS repository? I don't (yet) have any experience with autoconfig, but > I'm willing to learn. > > Thanks, > > Dale > > -- > ----------------------------------------------------- > Dale Wilson, Senior Software Engineer Object Computing, Inc. (OCI) > http://www.ociweb.com/ http://www.theaceorb.com/ > ---------------------------------------------------- > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |