Bug #9056 2006-10-09 17:31
lash87
auto_revision error brack compiler
as from subject i have this error:
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/sdk -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -MT autorevision.o -MD -MP -MF ".deps/autorevision.Tpo" -c -o autorevision.o autorevision.cpp; \
then mv -f ".deps/autorevision.Tpo" ".deps/autorevision.Po"; else rm -f ".deps/autorevision.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -o auto_revision autorevision.o -lpthread -ldl
mkdir .libs
i486-linux-gnu-g++ -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -o auto_revision autorevision.o -lpthread -ldl
./auto_revision +int +wx +t ../../.. ./../../sdk/autorevision.h
*** glibc detected *** free(): invalid next size (fast): 0x0804f2e0 ***
the revision is 3047 i have update to 3050 but the error persist
to compile i used the debian way: from root dpkg-buildpaackages -uc -us -b
gcc version: gcc (GCC) 4.1.2 20060928 (prerelease) (Debian 4.1.1-15)
- Category
- Compiler
- Group
- Status
- Closed
- Close date
- 2006-10-11 17:47
- Assigned to
History
Try a fresh svn checkout.
I just tried it and everything works fine.