You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I didn't want to install Boost so I followed the instructions as stated (edited env.sh). But when I run ./env.sh I still get this error "Please export BOOST_VERSION, and BOOST_CFG. You can also set BOOST_ROOT if it is not in /usr/boost/BOOST_VERSION". The next command $MPC_ROOT/mwc.pl - type make liquibook.mwc gives the error "No such file or directory". I realized that $MPC_ROOT is not defined but I am not sure what to set it as. Note that I am already able to compile C++ 11 programs in this environment (which I believed was the minimum requirement). I am just trying to build a binary out of your manual order entry example. Please help!
The text was updated successfully, but these errors were encountered:
Hi, I didn't want to install Boost so I followed the instructions as stated (edited env.sh). But when I run
./env.sh
I still get this error "Please export BOOST_VERSION, and BOOST_CFG. You can also set BOOST_ROOT if it is not in /usr/boost/BOOST_VERSION
". The next command$MPC_ROOT/mwc.pl - type make liquibook.mwc
gives the error "No such file or directory". I realized that $MPC_ROOT is not defined but I am not sure what to set it as. Note that I am already able to compile C++ 11 programs in this environment (which I believed was the minimum requirement). I am just trying to build a binary out of your manual order entry example. Please help!The text was updated successfully, but these errors were encountered: