« Return to Thread: [SOLVED] Examples wont' build on Ubuntu

Re: Examples wont' build on Ubuntu

by Martin Dengler :: Rate this Message:

| View in Thread

QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html
QuickFIX Support: http://www.quickfixengine.org/services.html


On Wed, Jun 29, 2011 at 07:48:48AM -0700, vincegat wrote:
> 1) Which patches do I need to fix only examples in C++?
>
> 2)   When I run command:
>       patch -p1 < quickfix-src-examples-autotools-patches.patch
>       I get: Reversed (or previously applied) patch detected!  Assume -R?
> [n]
>       So, what so I do in this case, just say Y?

Are you sure you didn't patch the sources already?  The quickfix-src*
files are the patches I made to the source code files itself; due to
the way autotools works, the other patches are to the
untar-ed, post-autotools-bootstrap source code.

Here's what I just tried and it worked fine; not sure what's going
wrong for you:

$ rm -rf quickfix/
$ tar xzf ~/rpmbuild/SOURCES/quickfix-1.13.3.tar.gz
$ cd quickfix/
$ patch -p1 < [...]/patches-20110529/quickfix-src-examples-autotools-patches.patch
patching file examples/executor/C++/Makefile.am
patching file examples/ordermatch/Makefile.am
patching file examples/tradeclient/Makefile.am
patching file examples/tradeclientgui/banzai/Makefile.am
$

> 2) tradeclient example needs the input config file. Where do I get this
> file?

Isn't it in the source tarfile?

> Thank you!

Martin


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Quickfix-users mailing list
Quickfix-users@...
https://lists.sourceforge.net/lists/listinfo/quickfix-users

attachment0 (205 bytes) Download Attachment

 « Return to Thread: [SOLVED] Examples wont' build on Ubuntu