Hello QA, On Tue, Dec 30, 2003 at 07:48:02PM +0300, QA Team Robot wrote: > > Package: jabber-jit-1.1.6-alt1 > g++ -pipe -Wall -O2 -march=i586 -mcpu=i686 -Wall -I. -I../jabberd -DWPJABBER -DNODEBUG -I/usr/include -fPIC -c -o jit/wp_client.o jit/wp_client.cpp > jit/wp_client.cpp: In member function `virtual void WPclient::SignalDisconnected(ICQ2000::DisconnectedEvent*)': > jit/wp_client.cpp:149: error: `terror' has no non-static data member named `terror_struct::code' > jit/wp_client.cpp:149: error: too many initializers for `terror' Насколько я понимаю, это фокусы нового g++. Место возникновения ошибки: terror e = (terror){0,""}; Определение структуры: typedef struct terror_struct { int code; char msg[64]; } terror; WTF? Testcase прилагается. -- Stay tuned, MhZ JID: mhz@altlinux.org ___________ There is more simplicity in the man who eats caviar on impulse than in the man who eats Grape-Nuts on principle. -- G.K. Chesterton