Обсуждение: building pgAdmin from source

Поиск
Список
Период
Сортировка

building pgAdmin from source

От
Julius Tuskenis
Дата:
Hello, List,

I'm new here, so I'm sorry if my question is too simple. I hope to
improve in future :)
So, I've downloaded pgAdmin source from SVN, I downloaded and built
wxWidgets, but when I try to build pgAdmin - I get an error:
"d:\my projects\opensource\pgadmin\include\db\pgconn.h(19) : fatal error
C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
Creating browse information file..."
I guess I should download libpq, but as I found no instructions for it
in www.pgAdmin.org I descided to ask you.

OS: Win XP SP3
C++: Microsoft Visual C++ 2008 Express Edition with SP1

--
Julius Tuskenis


Re: building pgAdmin from source

От
"Hiroshi Saito"
Дата:
Hi.

please see,
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/INSTALL?rev=6965&view=markup

I think that a Building section is helpful to you.

Regards,
Hiroshi Saito

----- Original Message -----
From: "Julius Tuskenis" <julius.tuskenis@gmail.com>


> Hello, List,
>
> I'm new here, so I'm sorry if my question is too simple. I hope to
> improve in future :)
> So, I've downloaded pgAdmin source from SVN, I downloaded and built
> wxWidgets, but when I try to build pgAdmin - I get an error:
> "d:\my projects\opensource\pgadmin\include\db\pgconn.h(19) : fatal error
> C1083: Cannot open include file: 'libpq-fe.h': No such file or directory
> Creating browse information file..."
> I guess I should download libpq, but as I found no instructions for it
> in www.pgAdmin.org I descided to ask you.
>
> OS: Win XP SP3
> C++: Microsoft Visual C++ 2008 Express Edition with SP1
>
> --
> Julius Tuskenis
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>


Re: building pgAdmin from source

От
Julius Tuskenis
Дата:
Hello,

Thank you for the link - it was helpful.

Now the compiling part is OK - I'm stuck at building. I've copied
"developer files" from
http://gnuwin32.sourceforge.net/packages/libiconv.htm for iconv,
compiling goes OK but when linking I get error "LNK1104: cannot open
file 'iconv_a.lib' ". Where's no such file. I'm totally new to Microsoft
Visual C++ 2008 Express Edition so maybe that is the problem ;)

Julius Tuskenis


2009.08.13 17:12, Hiroshi Saito rašė:
> Hi.
>
> please see,
> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/INSTALL?rev=6965&view=markup
>
>
> I think that a Building section is helpful to you.
> Regards,
> Hiroshi Saito
>
> ----- Original Message ----- From: "Julius Tuskenis"
> <julius.tuskenis@gmail.com>
>
>
>> Hello, List,
>>
>> I'm new here, so I'm sorry if my question is too simple. I hope to
>> improve in future :)
>> So, I've downloaded pgAdmin source from SVN, I downloaded and built
>> wxWidgets, but when I try to build pgAdmin - I get an error:
>> "d:\my projects\opensource\pgadmin\include\db\pgconn.h(19) : fatal
>> error C1083: Cannot open include file: 'libpq-fe.h': No such file or
>> directory
>> Creating browse information file..."
>> I guess I should download libpq, but as I found no instructions for
>> it in www.pgAdmin.org I descided to ask you.
>>
>> OS: Win XP SP3
>> C++: Microsoft Visual C++ 2008 Express Edition with SP1
>>
>> --
>> Julius Tuskenis
>>
>>
>> --
>> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgadmin-hackers
>>
>
>