
22 Aug
2009
22 Aug
'09
2:20 p.m.
On Sat, Aug 22, 2009 at 12:01 AM, Craig Henderson<cdm.henderson@googlemail.com> wrote:
Can someone please help me with a g++ compiler error with my MapReduce library test program? job.run<boost::mapreduce::schedule_policy::cpu_parallel<Job>
(result); // <-- ERROR
Just change the line to: job.template run<boost::mapreduce::schedule_policy::cpu_parallel<Job>
(result);
to allow the compiler to handle the dependent name BTW, the only error I get now is platform.hpp:98: undefined reference to `boost::mapreduce::linux_os::get_temporary_filename(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) which was available before. regards jose