Thread: pgadmin3 compiles on msys

pgadmin3 compiles on msys

From
"Henshall, Stuart - Design & Print"
Date:

Just a quick FYI to say I have succesfully compiled pgadmin3 on msys.
This used an msys compiled wxWindows-2.3.3,config options:
--with-msw --disable-shared --disable-threads --enable-metafile
--prefix=/usr/local/wx2 --enable-debug_flag --enable-debug_info
--enable-debug_gdb
With just putting a space b4 the $ in the stc & xrc libsrc_dir in the Makefile.
To then get pgadmin3 working, with the libpq Dave kindly supplied to me in /pg
I made a couple of changes to the Makefile & misc.cpp
- Stuart

 

Attachment

Re: pgadmin3 compiles on msys

From
"Dave Page"
Date:
Thanks Stuart, I've committed your changes to misc.cpp, and updated the Makefile, though not all of it (you will probably want to keep your own copy of it). Looks like we definately need autoconf...
 
Regards, Dave
-----Original Message-----
From: Henshall, Stuart - Design & Print [mailto:SHenshall@westcountry-design-print.co.uk]
Sent: 05 December 2002 11:00
To: pgadmin-hackers@postgresql.org
Subject: [pgadmin-hackers] pgadmin3 compiles on msys

Just a quick FYI to say I have succesfully compiled pgadmin3 on msys.
This used an msys compiled wxWindows-2.3.3,config options:
--with-msw --disable-shared --disable-threads --enable-metafile
--prefix=/usr/local/wx2 --enable-debug_flag --enable-debug_info
--enable-debug_gdb
With just putting a space b4 the $ in the stc & xrc libsrc_dir in the Makefile.
To then get pgadmin3 working, with the libpq Dave kindly supplied to me in /pg
I made a couple of changes to the Makefile & misc.cpp
- Stuart

compiled pga3

From
"the kay (efesar)"
Date:
Okay, this is my first post so ... go easy on me.

I got PGA3 to compile (VCC6) in both Release and Debug mode. I'm using the
latest CVS for libpg ... unfortunately wxWindows 2.3.3 was not available so
I got 2.3.4 instead. Is that OK?

All my development/production databases are PG 7.2. I don't have an extra
box to put 7.3 on, and I can't upgrade until such a time as my ISP decides
they want to do it. Is there a test server sitting out there in the ether?

One thing I did notice I had to change in the project settings for the Debug
PGA3 ... it was linked to "wxxrc.lib" and it would give link errors (double
defined symbols) until I changed it to "wxxrcd.lib" ...

I did not upload the changed DSP because frankly ... I don't know how ... I
tried to commit the file but I don't have write access to the repository.

Please feel free to ask me questions or assign tasks or whatnot. Thanks.

-Keith


Re: pgadmin3 compiles on msys

From
"Henshall, Stuart - Design & Print"
Date:
Hi Dave,
        I've had a look at autoconf and it looks pretty neat, however I'm pretty tied up b4 christmas (work work work), but if no one else has done it by then I'll give it a crack :)
Cheers,
- Stuart
-----Original Message-----
From: Dave Page [mailto:dpage@vale-housing.co.uk]
Sent: 05 December 2002 13:33
To: Henshall, Stuart - Design & Print; pgadmin-hackers@postgresql.org
Subject: RE: [pgadmin-hackers] pgadmin3 compiles on msys

Thanks Stuart, I've committed your changes to misc.cpp, and updated the Makefile, though not all of it (you will probably want to keep your own copy of it). Looks like we definately need autoconf...
 
Regards, Dave
-----Original Message-----
From: Henshall, Stuart - Design & Print [mailto:SHenshall@westcountry-design-print.co.uk]
Sent: 05 December 2002 11:00
To: pgadmin-hackers@postgresql.org
Subject: [pgadmin-hackers] pgadmin3 compiles on msys

Just a quick FYI to say I have succesfully compiled pgadmin3 on msys.
This used an msys compiled wxWindows-2.3.3,config options:
--with-msw --disable-shared --disable-threads --enable-metafile
--prefix=/usr/local/wx2 --enable-debug_flag --enable-debug_info
--enable-debug_gdb
With just putting a space b4 the $ in the stc & xrc libsrc_dir in the Makefile.
To then get pgadmin3 working, with the libpq Dave kindly supplied to me in /pg
I made a couple of changes to the Makefile & misc.cpp
- Stuart

Re: pgadmin3 compiles on msys

From
"Dave Page"
Date:
Thanks Stuart, that'd be good. I doubt Mark or I will get to it by then as we have a big software install and some voip kit going in...
 
Regards, Dave.
-----Original Message-----
From: Henshall, Stuart - Design & Print [mailto:SHenshall@westcountry-design-print.co.uk]
Sent: 12 December 2002 16:23
To: Dave Page; pgadmin-hackers@postgresql.org
Subject: Re: [pgadmin-hackers] pgadmin3 compiles on msys

Hi Dave,
        I've had a look at autoconf and it looks pretty neat, however I'm pretty tied up b4 christmas (work work work), but if no one else has done it by then I'll give it a crack :)
Cheers,
- Stuart
-----Original Message-----
From: Dave Page [mailto:dpage@vale-housing.co.uk]
Sent: 05 December 2002 13:33
To: Henshall, Stuart - Design & Print; pgadmin-hackers@postgresql.org
Subject: RE: [pgadmin-hackers] pgadmin3 compiles on msys

Thanks Stuart, I've committed your changes to misc.cpp, and updated the Makefile, though not all of it (you will probably want to keep your own copy of it). Looks like we definately need autoconf...
 
Regards, Dave
-----Original Message-----
From: Henshall, Stuart - Design & Print [mailto:SHenshall@westcountry-design-print.co.uk]
Sent: 05 December 2002 11:00
To: pgadmin-hackers@postgresql.org
Subject: [pgadmin-hackers] pgadmin3 compiles on msys

Just a quick FYI to say I have succesfully compiled pgadmin3 on msys.
This used an msys compiled wxWindows-2.3.3,config options:
--with-msw --disable-shared --disable-threads --enable-metafile
--prefix=/usr/local/wx2 --enable-debug_flag --enable-debug_info
--enable-debug_gdb
With just putting a space b4 the $ in the stc & xrc libsrc_dir in the Makefile.
To then get pgadmin3 working, with the libpq Dave kindly supplied to me in /pg
I made a couple of changes to the Makefile & misc.cpp
- Stuart