[overture] Re: Compilation Problem

  • From: Bill Henshaw <henshaw@xxxxxxxx>
  • To: overture@xxxxxxxxxxxxx
  • Date: Sun, 05 Apr 2009 04:18:13 -0700

Recif,
  I hope to have a new version of Overture released this week
which should fix these problems.

...Bill

Kyle K. Chand wrote:
Recif,

What version of g++ are you using?  If you are using a very recent version
(4.3 say) then you will not be able to compile v22 without some work. The latest errors you are getting are due to missing using namespace std;
in files that include <iostream> .
Note that the 3.x series gcc compilers (which were used to develop v22) accepted the <iostream.h> include and assumed the use of std when the ".h"
was present.

Regards,
Kyle



Other related posts: