Boost logo

Boost Users :

From: Dan W. (danw_at_[hidden])
Date: 2003-11-30 17:56:55


Hi, first-time poster. Got an automated reply to the effect that my first
post would be moderated; but later I got another automated email about the
moderator being on vacation; and I'm in a hurry, so I hope it's okay for
me to re-post here.
I'm using latest betas for Digital Mars, STLport and BOOST, and I'm trying
to compile a state-machine using boost's fsm::state_machine.
My include line is as follows:
   G:\boost-1.30.2;G:\boost-1.30.2\boost\mpl;G:\boost-1.30.2\libs\mpl\example\fsm;G:\dm\STLport-5.0-1031\stlport;G:\dm\include
Here's the top of my file:

  ...............................................................................
#include <iostream>
#include "boost/mpl/list.hpp"
#include "state_machine.hpp"

namespace mpl = boost::mpl;

class rec_frm_sm : fsm::state_machine<rec_frm_sm>
{
  public:
  ...............................................................................

What I get on the output window is:

sc rec_frm.cpp -Ae -Aa -r -mn -C -WA -S -3 -a8 -c -gf -IG:\boost-1.30.2
-IG:\boost-1.30.2\boost\mpl -IG:\boost-1.30.2\libs\mpl\example\fsm
-IG:\dm\STLport-5.0-1031\stlport -IG:\dm\include -orec_frm.obj
Error: G:\boost-1.30.2\boost/mpl/aux_/preprocessed/plain /quote.hpp(7): no
type for argument 'T'
Error: G:\boost-1.30.2\boost/mpl/aux_/has_type.hpp(23): no type for
argument 'T'
.....................................
Build failed

I'm not sure how to track the include path for quote.hpp and has_type.hpp.
I notice there's a link at www.boost.org for tracking header file
inclusion, but the link appears to be broken.
Any help would be appreciated.
Yours.
dan


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net