Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread Tom Lane
George Weaver <[EMAIL PROTECTED]> writes: > For pgxs, it concatentates the libdir with "/pgxs/src/makefiles/pgxs.mk" so > its looking for "C:/Program > Files/PostgreSQL/8.1/lib/pgxs/src/makefiles/pgxs.mk" which doesn't exist. > ... > If I made the entire package from source and installed it, wou

Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread George Weaver
- Original Message - From: "Tom Lane" If you're on Windows this probably means that GetShortPathName() is failing. I'm not sure what conditions cause that, exactly. It might be a good idea if we fixed pg_config to print out the error code rather than just silently failing. I think

Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread Dave Page
> -Original Message- > From: George Weaver [mailto:[EMAIL PROTECTED] > Sent: 03 March 2006 14:55 > To: Dave Page > Cc: Thomas Hallgren; pgsql-hackers@postgresql.org; > [EMAIL PROTECTED]; Michael Fuhr > Subject: Re: [HACKERS] [NOVICE] pg_config --pgxs > >

Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread George Weaver
From: "Dave Page" Sent: Friday, March 03, 2006 8:24 AM It might be that short filenames are disabled - George, what's the value of the registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisab le8dot3NameCreation Hi Dave; The value is 0. Does that mean shor

Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Thomas Hallgren > Sent: 03 March 2006 14:18 > To: George Weaver > Cc: Michael Fuhr; [EMAIL PROTECTED]; > pgsql-hackers@postgresql.org > Subject: Re: [HACKERS

Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread Thomas Hallgren
George Weaver wrote: On March 2 Tom Lane wrote: If you're on Windows this probably means that GetShortPathName() is failing. I'm not sure what conditions cause that, exactly. It might be a good idea if we fixed pg_config to print out the error code rather than just silently failing. Hi Tom

Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread George Weaver
On March 2 Tom Lane wrote: If you're on Windows this probably means that GetShortPathName() is failing. I'm not sure what conditions cause that, exactly. It might be a good idea if we fixed pg_config to print out the error code rather than just silently failing. Hi Tom, I am using Windows

Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-02 Thread Tom Lane
George Weaver <[EMAIL PROTECTED]> writes: > pg_config --version now shows: > $ pg_config --version > PostgreSQL 8.1.0 > However, when I try pg_config --pgxs it returns nothing: > $ pg_config --pgxs > $ If you're on Windows this probably means that GetShortPathName() is failing. I'm not sure