[ragel-users] Problem compiling
Jerry
drwar2000 at yahoo.com
Wed May 28 13:43:31 UTC 2014
I downloaded the Windows vs2012 package on the site and when I opened it, It upgraded it to VS2013. When I attempted to compile it with VS2013. I got a compile error on the following line:
Line 662 " " << rbxGoto(ret, "_out") << "\n"
This line was part of the following void
void RbxGotoCodeGen::BREAK( ostream &ret, int targState )
{
outLabelUsed = true;
out <<
" begin\n"
" " << P() << " += 1\n"
" " << rbxGoto(ret, "_out") << "\n"
" end\n";
}
I am clueless can Anyone Help
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.colm.net/pipermail/ragel-users/attachments/20140528/ee98f98a/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