[ psqlodbc-Bugs-1000671 ] psqlodbc does not compile on hpux 11i V1

Поиск
Список
Период
Сортировка
От
Тема [ psqlodbc-Bugs-1000671 ] psqlodbc does not compile on hpux 11i V1
Дата
Msg-id 20060627101902.E3BCD86C4EF@pgfoundry.org
обсуждение исходный текст
Список pgsql-odbc
Bugs item #1000671, was opened at 2006-06-21 09:09
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000671&group_id=1000125

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 3
Submitted By: Nobody (None)
>Assigned to: Hiroshi Inoue (hinoue)
Summary: psqlodbc does not compile on hpux 11i V1

Initial Comment:
we successfully install postgresql 8.1.4 on hp-ux 11i V1 but failed to install pgsqlodbc 08.02.0002 (recommended odbc
driverfor postgresql) with unixodbc 2.2.11. We are using gcc 4.1.1 and gmake 3.80, gmake fail s with the following
error:

gcc -DHAVE_CONFIG_H -I. -I. -I. -I/disk1/pgsql-with-rl/include -g -O2 -MT convert.lo -MD -MP -MF .deps/convert.Tpo -c
convert.c-fPIC -DPIC -o .libs/convert.oconvert.c:188:2: error: #error cant handle ODBCINT64 
convert.c: In function 'ResolveOneParam':
convert.c:3236: error: 'FORMATI64' undeclared (first use in this function)
convert.c:3236: error: (Each undeclared identifier is reported only once
convert.c:3236: error: for each function it appears in.)
convert.c:3241: error: 'FORMATI64U' undeclared (first use in this function)
gmake[1]: *** [convert.lo] Error 1
gmake[1]: Leaving directory `/tmp/postgresql-8.1.4/src/interfaces/odbc'
gmake: *** [all] Error 2

Attached is the config.log, an error about strtoll is in it.

--

I got from HP support that strtoll does not exist on hp-ux, could you please post a patch for taking that into account.

Thanks
Alain

----------------------------------------------------------------------

Comment By: Nobody (None)
Date: 2006-06-23 09:39

Message:
Hi Hiroshi,

Thanks it compiles fine, I will post the patch on HP support site.

Take care,
Alain Ganuchaud



----------------------------------------------------------------------

Comment By: Hiroshi Inoue (hinoue)
Date: 2006-06-23 04:57

Message:
Could you try the attached patch ?

reagrds,
Hiroshi Inoue

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000671&group_id=1000125

В списке pgsql-odbc по дате отправления:

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000639 ] Connect PostgreSQL to Oracle 10g through ODBC: can't read all_tables
Следующее
От: Agustin Franco
Дата:
Сообщение: connect System DSN on windows cli via ODBC to PostgreSQL srv on GNU/Linux