
20 Oct
2003
20 Oct
'03
3:41 a.m.
How do i get theese three things to work together nicely? I cannot find any help for this (and i know it had to be asked before). //#include <iostream> #include <boost\spirit.hpp> int main () { boost::spirit::rule<> p = *(boost::spirit::real_p); return 0; } I get linker errors if i uncomment the iostream include STL Port is built to use its own streams. Works fine in other examples not using boost. I looked through the boost user config but didnt see anything relavant to throw boost a bone that im using STL Port. Any help would greatly be appreciated! Ray Hilton