From: Braden M. <br...@en...> - 2006-02-22 16:04:47
|
On Wed, 2006-02-22 at 22:00 +0900, Hajime SAITO wrote: > Hello, > > I tried compiling openvrml-cvs with Visual C++ 2005 but I get an error. > The cvs source was updated today. > When browser.cpp is being compiled I get a C3861 error telling me that > "recover" is unidentifiable. The only other relevant information is > probably the version of boost I am using which is 1.33.1. > > I'm currently wondering whether I did something wrong when I generated > x3dvrmlparser.cpp, because I did it in linux and copied the file over. You need to use antlr 2.7.4 to generate the parsers. I suspect that will fix the problem. > I've also tried compiling 0.15.10 on windows+Visual C++ 2005 but in that > case I get a C2899 error on line 35 of exposedfield.h. I've no idea how 0.15 fares with cl 14. I'm not surprised it doesn't work; but I don't think it's worth spending time to fix. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |