On Sat, 25 Jul 2009 12:21:46 -0300 John Coppens wrote: > I'd say the problem will go away if you add #include in that > file (at the top somewhere). Mostly guessing - I had a similar problem a > couple of days ago. I was a little curious about Odissey, so I downloaded and compiled it. The problem you reported is indeed solved by adding using namespace std; #include #include #include // Added this line for gcc 4.xx in the src/ConfigFile.cxx file. But there's another, similar error in src/device/PicDevice.cxx, where I added this: #include #include #include // Added this line for gcc 4.xx And another in src/main.cxx: using namespace std; #include #include // Added this line for gcc 4.xx After that, compilation terminates correctly. John -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist