Hi!

This is fixed in 3.0.18 which will be available soon.

Thanks for reporting!


mathieu legare wrote:
> 
> UdmSearch version: 3.0.17
> Platform:          ibm rs6000 f40
> OS:                aix 4.2.1
> Database:          mysql 3.23.12c-alpha
> Statistics:        95M, count url : 21000, count dict : 1540000
> 
> Had this error :
> 
>         cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include      -I/p/mysql/include 
>        -g -DUDM_CONF_DIR=\"/p/udmsearch/etc\" -DUDM_VAR_DIR=\"/p/udmsearch/var\" -c 
>sql.c
> "sql.c", line 2649.9: 1506-025 (S) Operand must be a modifiable lvalue.
> make: 1254-004 The error code from the last command is 1.
> 
> Stop.
> 
> I modified line 2649 from sql.c :
> 
> old :  (DB*)db=(DB*)UdmAllocDB db=(DB*)UdmAllocDB(UDM_OPEN_MODE_READ);
> new :  db=(DB*)UdmAllocDB db=(DB*)UdmAllocDB(UDM_OPEN_MODE_READ);

-- 
Alexander Barkov
IZHCOM, Izhevsk
email:    [EMAIL PROTECTED]      | http://www.izhcom.ru
Phone:    +7 (3412) 51-23-76 | Fax: +7 (3412) 78-70-10
ICQ:      7748759
______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to