Обсуждение: SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32

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

SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32

От
svn@pgadmin.org
Дата:
Author: dpage

Date: 2010-05-13 16:56:01 +0100 (Thu, 13 May 2010)

New Revision: 8369

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8369&view=rev

Log:
Update build system for 1.12 to use VC++ 2008.


Modified:
   trunk/pgadmin3/docs/Docs.vcproj
   trunk/pgadmin3/pgAdmin3.sln
   trunk/pgadmin3/pgadmin/pgAdmin3.vcproj
   trunk/pgadmin3/pkg/win32/Installer.vcproj

Re: SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32

От
Guillaume Lelarge
Дата:
Le 13/05/2010 17:56, svn@pgadmin.org a écrit :
> Author: dpage
>
> Date: 2010-05-13 16:56:01 +0100 (Thu, 13 May 2010)
>
> New Revision: 8369
>
> Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8369&view=rev
>
> Log:
> Update build system for 1.12 to use VC++ 2008.
>

This is great :) I always used VC++ 2008, and was annoyed to see
modified files that I had to make sure not to include in patches. So,
thanks.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

Re: SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32

От
Dave Page
Дата:
On Thu, May 13, 2010 at 5:06 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Le 13/05/2010 17:56, svn@pgadmin.org a écrit :
>> Author: dpage
>>
>> Date: 2010-05-13 16:56:01 +0100 (Thu, 13 May 2010)
>>
>> New Revision: 8369
>>
>> Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8369&view=rev
>>
>> Log:
>> Update build system for 1.12 to use VC++ 2008.
>>
>
> This is great :) I always used VC++ 2008, and was annoyed to see
> modified files that I had to make sure not to include in patches. So,
> thanks.

NP. We're using VC++ 2008 for PG 9.0, so we need to do this to avoid
having to ship multiple runtimes. I recalled you mentioning you were
using it in the past :-)


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

Re: SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32

От
Erwin Brandstetter
Дата:
On May 13, 6:25 pm, dp...@pgadmin.org (Dave Page) wrote:
> On Thu, May 13, 2010 at 5:06 PM, Guillaume Lelarge
>
>
>
> <guilla...@lelarge.info> wrote:
> > Le 13/05/2010 17:56, s...@pgadmin.org a écrit :
> >> Author: dpage
>
> >> Date: 2010-05-13 16:56:01 +0100 (Thu, 13 May 2010)
>
> >> New Revision: 8369
>
> >> Revision summary:http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8369&view=rev
>
> >> Log:
> >> Update build system for 1.12 to use VC++ 2008.
>
> > This is great :) I always used VC++ 2008, and was annoyed to see
> > modified files that I had to make sure not to include in patches. So,
> > thanks.
>
> NP. We're using VC++ 2008 for PG 9.0, so we need to do this to avoid
> having to ship multiple runtimes. I recalled you mentioning you were
> using it in the past :-)

Might fix  #152, too? (need to install MS VC++ 2005 Redistributable
Package first on certain XP Home PCs)


Regards
Erwin

Re: Re: SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32

От
Dave Page
Дата:
On Thu, May 13, 2010 at 5:57 PM, Erwin Brandstetter <brsaweda@gmail.com> wrote:

> Might fix  #152, too? (need to install MS VC++ 2005 Redistributable
> Package first on certain XP Home PCs)

I still don't understand how you get that problem - we ship the
redistributable with the installer anyway. It's the same merge module
that ships with the build of Visual Studio that we use to build
pgAdmin.

Plus, it's been tested on a clean installation of Windows XP which
doesn't have any runtimes installed.


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

Re: Re: SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32

От
Erwin Brandstetter
Дата:
On 14.05.2010 10:06, Dave Page wrote:
> On Thu, May 13, 2010 at 5:57 PM, Erwin Brandstetter<brsaweda@gmail.com>  wrote:
>
>> Might fix  #152, too? (need to install MS VC++ 2005 Redistributable
>> Package first on certain XP Home PCs)
>>
> I still don't understand how you get that problem - we ship the
> redistributable with the installer anyway. It's the same merge module
> that ships with the build of Visual Studio that we use to build
> pgAdmin.
>
> Plus, it's been tested on a clean installation of Windows XP which
> doesn't have any runtimes installed.
>

I do not fully understand it either. The fact is, that ..
.. installing 1.10.1 worked on my Win XP Pro and my Win XP Home PC
(repeatedly)
.. installing 1.10.2 worked on my Win XP Pro machine
.. downgrading from the broken installation of 1.10.2 back to 1.10.1 on
my Win Home machine worked
.. but after installing 1.10.2 on my Win XP Home machine pgAdmin would
not start any more. Guillaume has a customer with the same problem.
Details can be found in the thread "pgadmin 1.10.2 crashes on start"
starting a 2010-3-17

I have disabled / uninstalled a couple of unwanted Win Services on that
Win XP Home machine, but i do not remember exactly which. Maybe that has
to do with it. But I have done this like half a year ago and did not run
into any other problems since.
When I finally get around to switch do Linux on my desktops, too, I
won't have to deal witch Windows any more .. *sigh*


Regards
Erwin