Menu

#34 MakeFile Fails on include <iostream.h>

open
nobody
None
9
2010-05-07
2010-05-07
isgoed
No

Hi,

the file main.cpp does not compile on my system, because it can't find iostream.h.

This might be correct since iostream.h is for c++, while main.cpp seems to be standard c (although the extension seems to suggest otherwise). simply removing the line #include <iostream.h> fixes this problem. The executable builds and I have succesfully converted a dwg file to dxf.

One thing I noticed in my ./configure is that cross compiling is not supported on my system: is it relevant?

Discussion

  • isgoed

    isgoed - 2010-05-07

    configuration of my system

     
  • isgoed

    isgoed - 2010-05-07
    • priority: 5 --> 9
     

Log in to post a comment.