zhaopuming / quickfast

Automatically exported from code.google.com/p/quickfast
Other
1 stars 0 forks source link

Cannot generate make files on linux #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I'm following the steps in c++ for linux in the getting started guide.
http://code.google.com/p/quickfast/wiki/GettingStarted

I am getting this error when I run
[yeemanb@llinterim quickfast]$ $MPC_ROOT/mwc.pl -type make
Generating 'make' output using default input
Skipping QuickFASTDotNet (QuickFASTDotNet.mpc), it requires boost.
Skipping QuickFAST (QuickFAST.mpc), it requires boost.
Skipping QuickFAST_Tests (QuickFAST.mpc), it requires boost.
Skipping InterpretFAST (Examples.mpc), it requires boost.
Skipping InterpretApplication (Examples.mpc), it requires boost.
Skipping TutorialApplication (Examples.mpc), it requires boost.
Skipping PerformanceTest (Examples.mpc), it requires boost.
Skipping FileToTCP (Examples.mpc), it requires boost.
Skipping FileToMulticast (Examples.mpc), it requires boost.
Skipping PCapToMulticast (Examples.mpc), it requires boost.
Skipping MulticastInterpreter (Examples.mpc), it requires boost.
Skipping InterpretFASTDotNet (InterpretFASTDotNet.mpc), it requires boost.
Skipping PerformanceTestDotNet (PerformanceTestDotNet.mpc), it requires boost.
Generation Time: 0s

Can someone let me know how to track this down?
I have boost installed and built.

export BOOST_ROOT=~/dev/trunk/boost
export BOOST_ROOT_LIB=$BOOST_ROOT/lib
export BOOST_CFG=-gcc41-mt
export BOOST_VERSION=boost-1_42

I am running gcc4.5.1.

Thanks!
YeeMan

Original issue reported on code.google.com by Yee.Man....@gmail.com on 16 Sep 2010 at 3:01

GoogleCodeExporter commented 9 years ago
Problem fixed!

I found what I was looking for in m.sh
I should've ran this instead.
$MPC_ROOT/mwc.pl -type make QuickFAST.mwc

Can someone please update the getting started guide c++ for linux section
to say run m.sh instead?

Thanks!

Original comment by Yee.Man....@gmail.com on 16 Sep 2010 at 3:19

GoogleCodeExporter commented 9 years ago
The getting started page has been updated.  Closing this issue.

Thanks for reporting the problem.

Original comment by dale.wil...@gmail.com on 17 Sep 2010 at 1:57