[ragel-users] Problem compiling

Jerry drwar2000 at yahoo.com
Wed May 28 14:56:23 UTC 2014


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 <drwar2000 at 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-user at jgoettgens.de> wrote:
  


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

jg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.colm.net/pipermail/ragel-users/attachments/20140528/bd732432/attachment-0001.html>
-------------- next part --------------
_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users


More information about the ragel-users mailing list