enewhuis / liquibook

Modern C++ order matching engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickfast application not found

jordanbaucke opened this issue · comments

I'm attempting to build the application, I've downloaded and unzipped the MPC build tools, and placed them in a directory relative to my clone of the source.

When I run: ../mpc.pl/mwc.pl -type make liquibook.mwc

I get:

ERROR: Unable to locate parent: QuickFASTApplication

Is this the result of not having set the the $MPC_ROOT env variable?

I tried referencing it set=/home/jordanbuacke/MPC/ but that doesn't help.

Haven't built a C++ app in a while with custom tools so I'm probably just doing something wrong.

Thanks

Btw, I'm in ubuntu server 12.04

Jordan its not from MPC_ROOT

There is a setup issue now. If you want to build the example, you need Quickfast. Otherwise, remove the example dir and try again.

Jeff

On Dec 8, 2013, at 7:28 PM, jordanbaucke notifications@github.com wrote:

I'm attempting to build the application, I've downloaded and unzipped the MPC build tools, and placed them in a directory relative to my clone of the source.

When I run: ../mpc.pl/mwc.pl -type make liquibook.mwc

I get:

ERROR: Unable to locate parent: QuickFASTApplication

Is this the result of not having set the the $MPC_ROOT env variable?

I tried referencing it set=/home/jordanbuacke/MPC/ but that doesn't help.

Haven't built a C++ app in a while with custom tools so I'm probably just doing something wrong.

Thanks

Btw, I'm in ubuntu server 12.04


Reply to this email directly or view it on GitHub.

Thanks Jeff, I don't need Quickfast right now but I would like to review the examples ... do I just download it and build it? https://code.google.com/p/quickfast/

Yes, and see it's prerequisites - you'll need them too.

On Sun, Dec 8, 2013 at 10:28 PM, jordanbaucke notifications@github.comwrote:

Thanks Jeff, I don't need Quickfast right now but I would like to review
the examples ... do I just download it and build it?
https://code.google.com/p/quickfast/


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-30105081
.

Got it. Thank you.