Re: SSH Tunneling implementation

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, Magnus Hagander <magnus(at)hagander(dot)net>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: SSH Tunneling implementation
Date: 2012-07-17 13:26:41
Message-ID: CA+OCxowcGmiLR-nn_p-bqaffmdYqQqgYuHee5LABqWokzebX_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Jul 17, 2012 at 2:16 PM, Akshay Joshi
<akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
> Hi
>
> I am facing one problem while adding libssh2 source code in pgAdmin3. As
> there are two file with same name "misc.c" and "misc.cpp", so compiler is
> unable to create object file. On Windows I have changed the path of the
> object file, but not found any solution on Linux. Meanwhile I have changed
> the name of libssh2's "misc.c" to "libssh2_misc.c" and start compilation.
>
> Suggestions? Comments?

Yeah, that's because of the way we have a single makefile and a bunch
of module.mk files in pgAdmin. We really need to refactor that in some
way such that the object files are created alongside the source files.

In the meantime, I think yours is the appropriate solution.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Vinicius Santos 2012-07-17 16:24:17 Re: More information about the selected objects
Previous Message Akshay Joshi 2012-07-17 13:16:02 Re: SSH Tunneling implementation