Обсуждение: ConfigDSN symbol missing in Win32 build

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

ConfigDSN symbol missing in Win32 build

От
Jörg Schulz
Дата:
When I try to build the odbc driver under windows
the linker complains about missing ConfigDSN symbol.
I can't find the function in the source (7.2.5) anywhere.
Does it come from any external libs?

Jörg Schulz

btw: are postings on news.postgresql.org forwarded to
the mailing list, or is it one way?

Re: ConfigDSN symbol missing in Win32 build

От
Andreas Pflug
Дата:
Jörg Schulz wrote:

>When I try to build the odbc driver under windows
>the linker complains about missing ConfigDSN symbol.
>I can't find the function in the source (7.2.5) anywhere.
>Does it come from any external libs?
>
>Jörg Schulz
>
>
>
>
>
No, the file is missing in the src tarball. Get setup.c from CVS.


Re: ConfigDSN symbol missing in Win32 build

От
Jörg Schulz
Дата:
>>When I try to build the odbc driver under windows
>>the linker complains about missing ConfigDSN symbol.
>>I can't find the function in the source (7.2.5) anywhere.
>>Does it come from any external libs?

>No, the file is missing in the src tarball. Get setup.c from CVS.

Thanks, the driver now links ok and it seems to work at least
with pgAdmin2.
The only thing is that it shows no setup dialogs when called form
ODBC-Manager (and there's no version information available too).

Jörg





Re: ConfigDSN symbol missing in Win32 build

От
Jörg Schulz
Дата:
>>>When I try to build the odbc driver under windows
>>>the linker complains about missing ConfigDSN symbol.
>>>I can't find the function in the source (7.2.5) anywhere.
>>>Does it come from any external libs?
>
>>No, the file is missing in the src tarball. Get setup.c from CVS.
>
> Thanks, the driver now links ok and it seems to work at least
> with pgAdmin2.
> The only thing is that it shows no setup dialogs when called form
> ODBC-Manager (and there's no version information available too).

After fetching resource.rc (which is also missing in source tarball) and
the appropriate resource.h from CVS everything now seems to be ok.

I also tried to compile the entire CVS code but there are numerous
errors especially with the *w.c files.
Aren't there any stable CVS branches from where I can get a
complete set of files ?

Jörg


Re: ConfigDSN symbol missing in Win32 build

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Jörg Schulz [mailto:jschulz@sgbs.de]
> Sent: 11 February 2003 16:43
> To: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] ConfigDSN symbol missing in Win32 build
>
>
> >>>When I try to build the odbc driver under windows
> >>>the linker complains about missing ConfigDSN symbol.
> >>>I can't find the function in the source (7.2.5) anywhere. Does it
> >>>come from any external libs?
> >
> >>No, the file is missing in the src tarball. Get setup.c from CVS.
> >
> > Thanks, the driver now links ok and it seems to work at least with
> > pgAdmin2. The only thing is that it shows no setup dialogs
> when called
> > form ODBC-Manager (and there's no version information
> available too).
>
> After fetching resource.rc (which is also missing in source
> tarball) and the appropriate resource.h from CVS everything
> now seems to be ok.
>
> I also tried to compile the entire CVS code but there are
> numerous errors especially with the *w.c files.
> Aren't there any stable CVS branches from where I can get a
> complete set of files ?

You're using it I expect, but don't forget there are different targets for the various drivers, so of which use
differentfiles. See the win32*.mak files... 

Regards, Dave