Hello, I don't know if it is appropriate to give support for my program over this mailing list. But since the question came in over the list, I will try to answer it:
It may be that your Boost version is too old. This feature was probably added in 1.42 (see http://www.boost.org/users/history/version_1_42_0.html). The versions of the required libraries on my development system (which differs from my LinuxCNC box) are: - Boost: 1.49.0 (1.40.0 on LinuxCNC box) - Eigen: 3.0.6 (2.0.12 on LinuxCNC box) I hope it helps, Martin Am Montag, 26. August 2013, 13:03:06 schrieb Ing. Alexander Pasicznyk: > Hi, > > I have problems to install the gcodemapper. Following error: > > coolcnc@coolcnc:~/Downloads/build_dir$ make > [ 16%] Building CXX object CMakeFiles/lib.dir/src/CylinderGCodeMapper.cpp.o > /home/coolcnc/Downloads/gcodemapper-1.1/src/CylinderGCodeMapper.cpp: In > member function 'virtual void > GCodeMapper::CylinderGCodeMapperBuilder::addOptionsDescription(boost::progra > m_options::options_description&) const': > /home/coolcnc/Downloads/gcodemapper-1.1/src/CylinderGCodeMapper.cpp:349: > error: 'class boost::program_options::typed_value<float, char>' has no > member named 'required' > /home/coolcnc/Downloads/gcodemapper-1.1/src/CylinderGCodeMapper.cpp:350: > error: 'class boost::program_options::typed_value<float, char>' has no > member named 'required' > /home/coolcnc/Downloads/gcodemapper-1.1/src/CylinderGCodeMapper.cpp:351: > error: 'class boost::program_options::typed_value<float, char>' has no > member named 'required' > /home/coolcnc/Downloads/gcodemapper-1.1/src/CylinderGCodeMapper.cpp:352: > error: 'class boost::program_options::typed_value<float, char>' has no > member named 'required' > /home/coolcnc/Downloads/gcodemapper-1.1/src/CylinderGCodeMapper.cpp:353: > error: 'class boost::program_options::typed_value<float, char>' has no > member named 'required' > make[2]: *** [CMakeFiles/lib.dir/src/CylinderGCodeMapper.cpp.o] Error 1 > make[1]: *** [CMakeFiles/lib.dir/all] Error 2 > make: *** [all] Error 2 > coolcnc@coolcnc:~/Downloads/build_dir$ > > Any ideas? > > Thank you. > Alexander > > Am 23.08.13 11:54, schrieb Martin Lederhilger: > > Hello, > > > > I have made a little program which can map simple g-code programs (G0, > > G1, > > > > G2, G3 movements) from a plane to a cylinder. It might be useful for > > someone who has only a 3-axis-CAM software, but has an additional > > rotatory axis and wants to mill around cylinders. > > > > See: > > http://www.lederhilger.co.at/GCodeMapper > > > > Martin > > > > -------------------------------------------------------------------------- > > ---- Introducing Performance Central, a new site from SourceForge and > > AppDynamics. Performance Central is your source for news, insights, > > analysis and resources for efficient Application Performance Management. > > Visit us today! > > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktr > > k > > _______________________________________________ > > Emc-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/emc-users > > ---------------------------------------------------------------------------- > -- Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
