Maybe I should of been more clear by putting the error msg and code all 
together 

void RbxGotoCodeGen::BREAK( ostream &ret, int targState )
{
 outLabelUsed = true;
 out <<
  " begin\n"
  "  " << P() << " += 1\n"
  "  " << rbxGoto(ret, "_out") << "\n"    

// This previous line is generating the following error and the "<<"  before 
rbxGoto(ret,"_out") is highlighted.
// 1 IntelliSense: no operator "<<" matches these operands
//            operand types are: std::basic_ostream<char, 
std::char_traits<char>> << std::ostream 
// c:\RagelCompiler\ragel-vs2012 \Ragel 6.8\ragel-6.8\ragel\rbxgoto.cpp 662 8 
Ragel


  " end\n";
}

Short of fixing this error which I have no clue about. Is their a pre compiled 
version with windows installer available anywhere. I need to get this 
installed. 


Jerry 


On Wednesday, May 28, 2014 10:17 AM, Jerry <drwar2...@yahoo.com> wrote:
  


Thanks for your Response Here is the error msg.

 1 IntelliSense: no operator "<<" matches these operands
  operand types are: std::basic_ostream<char, std::char_traits<char>> << 
std::ostream c:\RagelCompiler\ragel-vs2012\Ragel 
6.8\ragel-6.8\ragel\rbxgoto.cpp 662 8 Ragel


Jerry 


On Wednesday, May 28, 2014 9:51 AM, RU <ragel-u...@jgoettgens.de> wrote:
  


Sorry, I don't have VisualStudio 2013. Could you post the error messages of the 
compiler?

jg
_______________________________________________
ragel-users mailing list
ragel-users@complang.org
http://www.complang.org/mailman/listinfo/ragel-users

Reply via email to