problem with gist index amdb utility

From: Sergej Galkin <sergej(dot)galkin(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: problem with gist index amdb utility
Date: 2010-01-02 11:37:36
Message-ID: dfebc1f11001020337t150cb63co8f5a165f6777681a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello all,

With New Year !

I realized my own gist index, and now I want to debug it :) I want to use
amdb program
http://gist.cs.berkeley.edu/libgist-2.0/install.html
But I have problem with installing it.
When I running "gmake cmdline"
It doesn't find iostream.h file :( and uses g++ (it is c++ compiler)).
But I know that c++ compiler uses iostream files, and the are on my paths.
Where can I get iosteam.h file ?

Best regards,
Sergej Galkin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-01-02 12:01:29 pgsql: Fix one more cast for _open_osfhandle().
Previous Message Magnus Hagander 2010-01-02 11:24:49 Re: Change to config.pl processing in the msvc build environment