Re: Setting up postgresql with xcode

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Sumit Chaturvedi <sumit(dot)chaturvedi(at)gmail(dot)com>
Cc: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Setting up postgresql with xcode
Date: 2018-07-28 10:10:17
Message-ID: CAG7mmoyn1CqUzusEftEcQhG89Kf3HSEOSqLdaT+sfhD5Crg4pA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

This is a mailing list for pgAdmin.
Please send your mail to pgsql-general(at)postgresql(dot)org(dot)

On Sat, Jul 28, 2018, 13:08 Sumit Chaturvedi <sumit(dot)chaturvedi(at)gmail(dot)com>
wrote:

> Hello everyone. I'm a third year student from IIT Bombay, India. Since I'm
> currently learning about databases, I wanted to debug postgresql with
> xcode. However, I am having a lot of problems.
> OS - 10.13.6 (High Sierra)
> Xcode - 9.4.1
>
> To set up my system, I tried to replicate the instructions found at
> https://wiki.postgresql.org/wiki/Working_with_Eclipse for my case.
>
> Everything proceeded fine until a point where I had to change the run
> configuration (scheme in xcode terms). I set the executable as postgre from
> /src/backend and gave the appropriate arguments. Then, when I pressed run,
> I got an error as shown in the attachment.
> To solve it, I set up my environment variables in xcode appropriately to
> make sure that locale information was reaching wherever it was needed. But
> even now, when I press run I get the same error.
>
> Hoping someone can share with me how they went about with their setup.
>
> --
> Sumit Chaturvedi
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2018-07-30 08:07:02 pgAdmin 4 commit: Fixed couple of issues for the dashboard.
Previous Message Sumit Chaturvedi 2018-07-28 07:37:50 Setting up postgresql with xcode