[ 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-23 02:57:16
Message-ID: 20060623025716.9B17686C4BD@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1000671, was opened at 2006-06-21 07:09
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000671&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
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: Hiroshi Inoue (hinoue)
Date: 2006-06-23 02: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 Schleis, David 2006-06-24 04:14:15 Re: Oracle Heterogenous Services Error
Previous Message Hiroshi Inoue 2006-06-23 00:16:10 Re: Cannot wrap stored procs in transaction via sql server