Prev: Largeobject Access Controls (r2460)
Next: Range types
From: Dave Page on 14 Dec 2009 03:44 On Sun, Dec 13, 2009 at 11:29 AM, Magnus Hagander <magnus(a)hagander.net> wrote: > On Sun, Dec 13, 2009 at 11:36, Dave Page <dpage(a)pgadmin.org> wrote: >> On Sun, Dec 13, 2009 at 5:42 AM, Andrew Dunstan <andrew(a)dunslane.net> wrote: >>> >>> Yes. I spent a few cents and a few hours wrestling with it. AFAICT your are >>> hosed on 64bit Windows. I can't get flex built and Cygwin is behaving very >>> oddly. There are indications that the problem could be fairly deep - see >>> <http://www.mail-archive.com/cygwin(a)cygwin.com/msg102463.html> >> >> What Linda describes there is all normal behaviour for a 32 bit app on >> 64 bit Windows. Windows is providing a virtual 32 bit environment, >> where for the most part the 32 bit app doesn't realise it's running on >> 64 bit. Unfortunately there are always things that look a bit odd due >> to this, but normally I've found that the 32bit code runs fine, it >> just looks odd from Explorer or 64 bit apps because of the >> folder/registry redirection that happens behind the scenes. > > Yeah, none of that should have an effect on a tool like "flex", though... Thats my point. >> The other possible option that I hesitate to suggest is Windows >> Services for Unix or SUA as I think it's now called. > > You mean we should post flex to that? Or have you found someone who has already? No idea if someone has done it already. I'm just throwing it out there as an idea possibly worthy of further investigation. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Andrew Dunstan on 14 Dec 2009 07:10 Dave Page wrote: > >>> The other possible option that I hesitate to suggest is Windows >>> Services for Unix or SUA as I think it's now called. >>> >> You mean we should post flex to that? Or have you found someone who has already? >> > > No idea if someone has done it already. I'm just throwing it out there > as an idea possibly worthy of further investigation. > Don't you need to have SUA installed to run a program built with SUA? Or are you suggesting we can build a distributable flex executable with SUA which would run standalone (as I did for 32bit Windows using Cygwin)? Requiring developers to install SUA would be quite a siginificant extra burden, ISTM. cheers andrew -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Dave Page on 14 Dec 2009 07:11
On Mon, Dec 14, 2009 at 12:10 PM, Andrew Dunstan <andrew(a)dunslane.net> wrote: > > Dave Page wrote: >> >> >>>> >>>> The other possible option that I hesitate to suggest is Windows >>>> Services for Unix or SUA as I think it's now called. >>>> >>> >>> You mean we should post flex to that? Or have you found someone who has >>> already? >>> >> >> No idea if someone has done it already. I'm just throwing it out there >> as an idea possibly worthy of further investigation. >> > > > Don't you need to have SUA installed to run a program built with SUA? Or are > you suggesting we can build a distributable flex executable with SUA which > would run standalone (as I did for 32bit Windows using Cygwin)? Requiring > developers to install SUA would be quite a siginificant extra burden, ISTM. The latter. And I have no idea if it's actually an option - just throwing it out there as an idea. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |