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

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1000671 ] psqlodbc does not compile on hpux 11i V1
Date: 2006-06-27 10:19:02
Message-ID: 20060627101902.E3BCD86C4EF@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 driver for 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

Browse pgsql-odbc by date

  From Date Subject
Next Message Agustin Franco 2006-06-29 16:59:58 connect System DSN on windows cli via ODBC to PostgreSQL srv on GNU/Linux
Previous Message noreply 2006-06-27 10:16:29 [ psqlodbc-Bugs-1000639 ] Connect PostgreSQL to Oracle 10g through ODBC: can't read all_tables