Hi, In message <_A4524@delegate-en.ML_> on 08/07/09(15:06:28) you pvaiqbdyi-q45w4pjnjja6.ml@delegate.org wrote: |Thank you again for your good feedback. However, there are errors over |errors. No, I have no experience with ancient Delegate on ancient/previous |AIX versions. This is the first time I try Delegate. and maybe you are not used to hack a C program... |The new errors is: ... | gcc -O2 -x c++ -DQS -I../gen -I../include -O -c http.c |http.c: In function 'int relay_response(Connection13*, QueryContext*, int, |const char*, const char*, int, const char*, const char*, int, FILE*, |FILE*, FILE*, FILE*, int)': |http.c:3707: error: no match for 'operator=' in 'RXut = 0' |../include/ystring.h:464: note: candidates are: UTag& |UTag::operator=(const UTag&) ... |Maybe the error can be escaped by replacing the line in http.c as bellow: |< #define UTonstack(siz) UTset(alloca(siz),siz) |> #define UTonstack(siz) 0 Hmm... the workaround should be as this for example: > #define UTonstack(siz) UTalloc(SB_CONN,siz,1) Cheers, Yutaka -- 9 9 Yutaka Sato <y.sato@delegate.org> http://delegate.org/y.sato/ ( ~ ) National Institute of Advanced Industrial Science and Technology _< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan Do the more with the less -- B. Fuller