View Single Post

   
  #4 (permalink)  
Old 04-16-2008, 01:51 AM
Hiroshi Saito
 
Posts: n/a
Default Re: Building the psqlODBC enhanced branch (Linux)

> Ummm, I am just going to look now.
> it will be slightly strange....
>
> configure --enable-unicode --with-unixodbc --with-odbcver=0x0300 --enable-pthreads


I added config.h
#define SIZEOF_LONG 4
#define HAVE_LONG_LONG 1

problem will solve this.

Ummm,
hiroshi@developer:~/psqlodbc07-03-0260$ which odbc-config
which: no odbc-config in
(/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:.:/usr/local/pgsql/bin:.

I will want this to answer.
odbc_config --cflags
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4

Reconsideration ...

Regards,
Hiroshi Saito



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote