View Single Post

   
  #8 (permalink)  
Old 04-16-2008, 02:51 AM
Dave Page
 
Posts: n/a
Default Re: Building the psqlODBC enhanced branch (Linux)




On 20/2/06 21:39, "Hiroshi Inoue" <inoue@tpf.co.jp> wrote:

>> But, the non-pthreads build fails :-(
>>
>> gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/pgsql/include -g -O2 -MT
>> psqlodbc.lo -MD -MP -MF .deps/psqlodbc.Tpo -c psqlodbc.c -fPIC -DPIC -o
>> psqlodbc.lo
>> psqlodbc.c: In function `initialize_global_cs':
>> psqlodbc.c:73: error: `INIT_COMMON_CS' undeclared (first use in this
>> function)
>> psqlodbc.c:73: error: (Each undeclared identifier is reported only once
>> psqlodbc.c:73: error: for each function it appears in.)
>> psqlodbc.c: In function `finalize_global_cs':
>> psqlodbc.c:80: error: `DELETE_COMMON_CS' undeclared (first use in this
>> function)
>> make[1]: *** [psqlodbc.lo] Error 1
>> make[1]: Leaving directory `/home/dpage/psqlodbc'
>> make: *** [all] Error 2
>>
>>

>
> Fixed at least the above problem.


Yep, it's good here, thanks.

Regards, Dave.


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote