
Fri, 05/04/2007 - 11:19
Forums:
I get the following error when i try to compile the Qt - OCC appliaction in LINUX(SUSE)
$CASROOT/inc/Standard_SStream.hxx:23:4: error: #error “Check config.h file or compilation options: either HAVE_IOSTREAM or HAVE_IOSTREAM_H should be defined
Fri, 05/04/2007 - 11:22
And i am using OCC 6.2
Fri, 05/04/2007 - 19:00
Well, the solution is given along with the error message. Add a -DHAVE_IOSTREAM to your compiler options should work. ;-)