logo       

Re: uClibc patches: msg#00031

t2.devel

Subject: Re: uClibc patches


This is a multi-part message in MIME format. Hi,

Committed revision 29697.

My 486/minimal/uclibc test-build already finsihed 60
build steps, including the cross build gcc, including
STL, itself:

Mine built a lot and now fails in libusb. Find the ERROR-LOG
attached.

Ciao, MM
--
Marian Aldenhövel, Rosenhain 23, 53123 Bonn
http://www.marian-aldenhoevel.de
"I ran some quick calculations on it. He's about 80% on the right
track. That leaves him only 20% dead when he crashes." Bob C
Command Wrapper Debug: running 'i686-t2-linux-uclibc-gcc --version' ..
i686-t2-linux-uclibc-gcc is
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/TOOLCHAIN/tools.cross/wrapper/i686-t2-linux-uclibc-gcc
Old Command: i686-t2-linux-uclibc-gcc --version
ENVPREFIX = 'CMD'
OTHERS = ''
INSERT = '--help?:-pipe -Os -march=k6-2'
REMOVE = '-O -O[0-9s] -mtune* -march* -mcpu* -g*'
APPEND = '-s */X11R6/include?-I/usr/X11/include */X11R6/lib?-L/usr/X11/lib
*/X11R6/lib64?-L/usr/X11/lib64'
FILTER = 'sed -e
's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross\2\3,''
conditonal arg: --help?:-pipe.
conditonal: --help, lhs: , rhs: -pipe.
Insert: -pipe
Insert: -Os
Insert: -march=k6-2
Copy: --version
Append: -s
conditonal arg: */X11R6/include?-I/usr/X11/include.
conditonal: */X11R6/include, lhs: -I/usr/X11/include, rhs: .
conditonal arg: */X11R6/lib?-L/usr/X11/lib.
conditonal: */X11R6/lib, lhs: -L/usr/X11/lib, rhs: .
conditonal arg: */X11R6/lib64?-L/usr/X11/lib64.
conditonal: */X11R6/lib64, lhs: -L/usr/X11/lib64, rhs: .
Run Filter: sed -e
's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross\2\3,'
Old PATH:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/TOOLCHAIN/tools.cross/wrapper:/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/TOOLCHAIN/tools.cross/bin:/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/TOOLCHAIN/tools.cross/crosscc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
New PATH:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/TOOLCHAIN/tools.cross/bin:/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/TOOLCHAIN/tools.cross/crosscc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
New Command: i686-t2-linux-uclibc-gcc -pipe -Os -march=k6-2 --version -s
i686-t2-linux-uclibc-gcc (GCC) 4.3.1
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[ writing debug log to
/home/kbox/t2/src.libusb.mamelet.20080721.235851.28676.kboxdev/cmd_wrapper.log ]
`/home/kbox/t2/src.libusb.mamelet.20080721.235851.28676.kboxdev/archdir/libusb-0.1.12.tar.bz2'
-> `/home/kbox/t2/download/mirror/l/libusb-0.1.12.tar.bz2'
Running main build function 'build_this_package' ...
Extracting libusb-0.1.12.tar.bz2 (--use-compress-program=bzip2 -xf) ...
Fixing ownership and permissions ...
Removing CVS, .svn, {arch} and .arch-ids directories ...
Changeing into
/home/kbox/t2/src.libusb.mamelet.20080721.235851.28676.kboxdev/libusb-0.1.12 ...
Apply patch /home/kbox/t2/package/base/libusb/speedup-v2.patch ...
patching file linux.c
Apply patch /home/kbox/t2/package/base/libusb/no-tests.patch.cross ...
patching file Makefile.in
uclibc_fix_configsub: adding uclibc_arch_target support to ./config.sub
--- ./config.sub.orig 2008-07-21 23:59:00.000000000 +0200
+++ ./config.sub 2008-07-21 23:59:00.000000000 +0200
@@ -118,7 +118,7 @@
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
- nto-qnx* | linux-gnu* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* |
os2-emx* | rtmk-nova*)
+ nto-qnx* | linux-gnu* | linux-uclibc* | freebsd*-gnu* | netbsd*-gnu* |
storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
;;
@@ -1130,7 +1130,7 @@
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -chorusos* | -chorusrdb* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
- | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
+ | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* |
-mpeix* | -udk* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
Creating
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/<..> if
required ...
Autodetection for option impossible: --disable-nls passed thru.
Autodetection for option impossible: --without-libpam passed thru.
Autodetection for option impossible: --without-pam passed thru.
Autodetection for option impossible: --disable-libpam passed thru.
Autodetection for option impossible: --disable-pam passed thru.
Running ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include
--infodir=/usr/info --mandir=/usr/man --sysconfdir=/etc --localstatedir=/var
--disable-debug --disable-nls --without-libpam --without-pam --disable-libpam
--disable-pam --build=i686-nocross-linux-gnu --host=i686-t2-linux-uclibc
--disable-build-docs --cache-file=./config.cache
configure: loading cache ./config.cache
checking for a BSD-compatible install...
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/TOOLCHAIN/tools.cross/wrapper/install
-c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-t2-linux-uclibc-strip... i686-t2-linux-uclibc-strip
checking build system type... i686-nocross-linux-gnu
checking host system type... i686-t2-linux-uclibc
checking for style of include used by make... GNU
checking for i686-t2-linux-uclibc-gcc... i686-t2-linux-uclibc-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-t2-linux-uclibc-gcc accepts -g... yes
checking for i686-t2-linux-uclibc-gcc option to accept ANSI C... none needed
checking dependency style of i686-t2-linux-uclibc-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by i686-t2-linux-uclibc-gcc... i686-t2-linux-uclibc-ld
checking if the linker (i686-t2-linux-uclibc-ld) is GNU ld... yes
checking for i686-t2-linux-uclibc-ld option to reload object files... -r
checking for BSD-compatible nm... i686-t2-linux-uclibc-nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... i686-t2-linux-uclibc-cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-t2-linux-uclibc-g++... i686-t2-linux-uclibc-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-t2-linux-uclibc-g++ accepts -g... yes
checking dependency style of i686-t2-linux-uclibc-g++... gcc3
checking how to run the C++ preprocessor... i686-t2-linux-uclibc-g++ -E
checking for i686-t2-linux-uclibc-g77... F77_not_available_in_stage_1
checking whether we are using the GNU Fortran 77 compiler... no
checking whether F77_not_available_in_stage_1 accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse i686-t2-linux-uclibc-nm output from
i686-t2-linux-uclibc-gcc object... ok
checking for objdir... .libs
checking for i686-t2-linux-uclibc-ar... i686-t2-linux-uclibc-ar
checking for i686-t2-linux-uclibc-ranlib... i686-t2-linux-uclibc-ranlib
checking for i686-t2-linux-uclibc-strip... (cached) i686-t2-linux-uclibc-strip
checking if i686-t2-linux-uclibc-gcc static flag works... yes
checking if i686-t2-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-t2-linux-uclibc-gcc option to produce PIC... -fPIC
checking if i686-t2-linux-uclibc-gcc PIC flag -fPIC works... yes
checking if i686-t2-linux-uclibc-gcc supports -c -o file.o... yes
checking whether the i686-t2-linux-uclibc-gcc linker (i686-t2-linux-uclibc-ld)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-t2-linux-uclibc-g++... i686-t2-linux-uclibc-ld
checking if the linker (i686-t2-linux-uclibc-ld) is GNU ld... yes
checking whether the i686-t2-linux-uclibc-g++ linker (i686-t2-linux-uclibc-ld)
supports shared libraries... yes
checking for i686-t2-linux-uclibc-g++ option to produce PIC... -fPIC
checking if i686-t2-linux-uclibc-g++ PIC flag -fPIC works... yes
checking if i686-t2-linux-uclibc-g++ supports -c -o file.o... yes
checking whether the i686-t2-linux-uclibc-g++ linker (i686-t2-linux-uclibc-ld)
supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for F77_not_available_in_stage_1 option to produce PIC... -fPIC
checking if F77_not_available_in_stage_1 PIC flag -fPIC works... no
checking if F77_not_available_in_stage_1 supports -c -o file.o... no
checking whether the F77_not_available_in_stage_1 linker
(i686-t2-linux-uclibc-ld) supports shared libraries... yes
checking dynamic linker characteristics... ./configure: line 14487:
F77_not_available_in_stage_1: command not found
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for what USB OS support... Linux
checking for i686-t2-linux-uclibc-gcc... (cached) i686-t2-linux-uclibc-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-t2-linux-uclibc-gcc accepts -g... (cached) yes
checking for i686-t2-linux-uclibc-gcc option to accept ANSI C... (cached) none
needed
checking dependency style of i686-t2-linux-uclibc-gcc... (cached) gcc3
checking whether i686-t2-linux-uclibc-gcc and cc understand -c and -o
together... yes
checking for a BSD-compatible install...
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/TOOLCHAIN/tools.cross/wrapper/install
-c
checking for ANSI C header files... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking for memmove... yes
checking for pkg-config...
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/TOOLCHAIN/tools.cross/bin/pkg-config
checking if we should build the documentation... no
checking for Doxygen tools... checking for dot... not found
checking for doxygen... not found
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating libusb.spec
config.status: creating libusb-config
config.status: creating libusb.pc
config.status: creating tests/Makefile
config.status: creating README
config.status: creating INSTALL.libusb
config.status: creating usb.h
config.status: creating Doxyfile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
Running make CC=i686-t2-linux-uclibc-gcc CPP=i686-t2-linux-uclibc-cpp
CXX=i686-t2-linux-uclibc-g++ prefix=/usr CC_FOR_BUILD=cc BUILDCC=cc BUILD_CC=cc
HOSTCC=cc HOST_CC=cc STRIP=i686-t2-linux-uclibc-strip
AR=i686-t2-linux-uclibc-ar LD=i686-t2-linux-uclibc-ld
RANLIB=i686-t2-linux-uclibc-ranlib NM=i686-t2-linux-uclibc-nm
make all-recursive
make[1]: Entering directory
`/home/kbox/t2/src.libusb.mamelet.20080721.235851.28676.kboxdev/libusb-0.1.12'
Making all in .
make[2]: Entering directory
`/home/kbox/t2/src.libusb.mamelet.20080721.235851.28676.kboxdev/libusb-0.1.12'
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H
-I. -Werror -g -O2 -Wall -MT usb.lo -MD -MP -MF ".deps/usb.Tpo" -c -o usb.lo
usb.c; \
then mv -f ".deps/usb.Tpo" ".deps/usb.Plo"; else rm -f ".deps/usb.Tpo";
exit 1; fi
mkdir .libs
i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT usb.lo
-MD -MP -MF .deps/usb.Tpo -c usb.c -fPIC -DPIC -o .libs/usb.o
i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT usb.lo
-MD -MP -MF .deps/usb.Tpo -c usb.c -o usb.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H
-I. -Werror -g -O2 -Wall -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c -o
error.lo error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f
".deps/error.Tpo"; exit 1; fi
i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT error.lo
-MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o
i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT error.lo
-MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H
-I. -Werror -g -O2 -Wall -MT descriptors.lo -MD -MP -MF
".deps/descriptors.Tpo" -c -o descriptors.lo descriptors.c; \
then mv -f ".deps/descriptors.Tpo" ".deps/descriptors.Plo"; else rm -f
".deps/descriptors.Tpo"; exit 1; fi
i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT
descriptors.lo -MD -MP -MF .deps/descriptors.Tpo -c descriptors.c -fPIC -DPIC
-o .libs/descriptors.o
i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT
descriptors.lo -MD -MP -MF .deps/descriptors.Tpo -c descriptors.c -o
descriptors.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H
-I. -Werror -g -O2 -Wall -MT linux.lo -MD -MP -MF ".deps/linux.Tpo" -c -o
linux.lo linux.c; \
then mv -f ".deps/linux.Tpo" ".deps/linux.Plo"; else rm -f
".deps/linux.Tpo"; exit 1; fi
i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT linux.lo
-MD -MP -MF .deps/linux.Tpo -c linux.c -fPIC -DPIC -o .libs/linux.o
i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT linux.lo
-MD -MP -MF .deps/linux.Tpo -c linux.c -o linux.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link i686-t2-linux-uclibc-gcc -Werror -g -O2 -Wall
-o libusb.la -rpath /usr/lib -version-info 8:4:4 -release 0.1 -export-dynamic
usb.lo error.lo descriptors.lo linux.lo
i686-t2-linux-uclibc-gcc -shared .libs/usb.o .libs/error.o .libs/descriptors.o
.libs/linux.o -Wl,-soname -Wl,libusb-0.1.so.4 -o .libs/libusb-0.1.so.4.4.4
(cd .libs && rm -f libusb-0.1.so.4 && ln -s libusb-0.1.so.4.4.4 libusb-0.1.so.4)
(cd .libs && rm -f libusb.so && ln -s libusb-0.1.so.4.4.4 libusb.so)
i686-t2-linux-uclibc-ar cru .libs/libusb.a usb.o error.o descriptors.o linux.o
i686-t2-linux-uclibc-ranlib .libs/libusb.a
creating libusb.la
(cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la)
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-g++ -DHAVE_CONFIG_H
-I. -g -O2 -MT usbpp.lo -MD -MP -MF ".deps/usbpp.Tpo" -c -o usbpp.lo
usbpp.cpp; \
then mv -f ".deps/usbpp.Tpo" ".deps/usbpp.Plo"; else rm -f
".deps/usbpp.Tpo"; exit 1; fi
i686-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -g -O2 -MT usbpp.lo -MD -MP -MF
.deps/usbpp.Tpo -c usbpp.cpp -fPIC -DPIC -o .libs/usbpp.o
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/cstdlib:49,
from usbpp.cpp:11:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/cstddef:48:25:
error: stddef.h: No such file or directory
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:54,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/localefwd.h:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/cstdarg:48:25:
error: stdarg.h: No such file or directory
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/cstdlib:49,
from usbpp.cpp:11:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/cstddef:55:
error: '::ptrdiff_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/cstddef:56:
error: '::size_t' has not been declared
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iosfwd:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:44,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/postypes.h:77:
error: 'ptrdiff_t' does not name a type
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_algobase.h:72,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:46,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:46,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:108:
error: expected type-specifier before 'ptrdiff_t'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:108:
error: expected '>' before 'ptrdiff_t'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:119:
error: '_Pointer' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:121:
error: '_Reference' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:145:
error: 'ptrdiff_t' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:155:
error: 'ptrdiff_t' does not name a type
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_algobase.h:74,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:46,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:46,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:100:
error: wrong number of template arguments (5, should be 3)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:110:
error: provided for 'template<class _Category, class _Tp, class _Distance>
struct std::iterator'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:387:
error: wrong number of template arguments (5, should be 3)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:110:
error: provided for 'template<class _Category, class _Tp, class _Distance>
struct std::iterator'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:471:
error: wrong number of template arguments (5, should be 3)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:110:
error: provided for 'template<class _Category, class _Tp, class _Distance>
struct std::iterator'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:558:
error: wrong number of template arguments (5, should be 3)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:110:
error: provided for 'template<class _Category, class _Tp, class _Distance>
struct std::iterator'
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:46,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:46,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_algobase.h:
In static member function 'static _Tp* std::__copy_move_backward<_IsMove,
true, std::random_access_iterator_tag>::__copy_move_b(const _Tp*, const _Tp*,
_Tp*)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_algobase.h:571:
error: 'ptrdiff_t' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_algobase.h:572:
error: '_Num' was not declared in this scope
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:46,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:110:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:112:
error: 'size_t' in namespace 'std' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:116:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:119:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:122:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:125:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:151:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:
In static member function 'static int
__gnu_cxx::char_traits<_CharT>::compare(const _CharT*, const _CharT*, int)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:153:
error: 'size_t' is not a member of 'std'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:153:
error: expected `;' before '__i'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:153:
error: '__i' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:163:
error: expected constructor, destructor, or type conversion before
'char_traits'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:175:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:
In static member function 'static const typename
__gnu_cxx::char_traits<_CharT>::char_type*
__gnu_cxx::char_traits<_CharT>::find(const _CharT*, int, const _CharT&)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:177:
error: 'size_t' is not a member of 'std'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:177:
error: expected `;' before '__i'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:177:
error: '__i' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:186:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:195:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/char_traits.h:205:
error: 'std::size_t' has not been declared
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:54,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/localefwd.h:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/cstdarg:60:
error: '::va_list' has not been declared
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/localefwd.h:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:
In function 'int std::__convert_from_v(int* const&, char*, int, const char*,
...)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:98:
error: 'va_list' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:98:
error: expected `;' before '__args'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:110:
error: '__args' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:110:
error: 'va_start' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:112:
error: 'va_end' was not declared in this scope
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:37,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++allocator.h:39,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/allocator.h:53,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/string:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_classes.h:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:95:
error: declaration of 'operator new' as non-function
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:95:
error: 'size_t' is not a member of 'std'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:96:
error: declaration of 'operator new []' as non-function
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:96:
error: 'size_t' is not a member of 'std'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:99:
error: declaration of 'operator new' as non-function
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:99:
error: 'size_t' is not a member of 'std'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:99:
error: expected primary-expression before 'const'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:100:
error: declaration of 'operator new []' as non-function
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:100:
error: 'size_t' is not a member of 'std'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:100:
error: expected primary-expression before 'const'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:105:
error: declaration of 'operator new' as non-function
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:105:
error: 'size_t' is not a member of 'std'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:105:
error: expected primary-expression before 'void'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:106:
error: declaration of 'operator new []' as non-function
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:106:
error: 'size_t' is not a member of 'std'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/new:106:
error: expected primary-expression before 'void'
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++allocator.h:39,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/allocator.h:53,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/string:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_classes.h:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:43:
error: 'std::size_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:44:
error: 'std::ptrdiff_t' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:58:
error: 'ptrdiff_t' does not name a type
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/string:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_classes.h:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/allocator.h:66:
error: 'ptrdiff_t' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/allocator.h:87:
error: 'ptrdiff_t' does not name a type
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/string:51,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_classes.h:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:48:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:
In function 'void std::__ostream_write(std::basic_ostream<_CharT, _Traits>&,
const _CharT*, int)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:53:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:54:
error: '__put' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:60:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:80:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:
In function 'std::basic_ostream<_CharT, _Traits>&
std::__ostream_insert(std::basic_ostream<_CharT, _Traits>&, const _CharT*,
int)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:90:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:91:
error: '__w' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:122:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream_insert.h:126:
error: 'streamsize' has not been declared
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/string:61,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_classes.h:47,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:
In function 'std::basic_istream<_CharT, _Traits>&
std::operator>>(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT,
_Traits, _Alloc>&)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:993:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:994:
error: '__w' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:
In instantiation of 'std::basic_string<char, std::char_traits<char>,
std::allocator<char> >':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:1108:
instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:119:
error: no type named 'difference_type' in 'struct std::allocator<char>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:
In instantiation of 'std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> >':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:1123:
instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:119:
error: no type named 'difference_type' in 'struct std::allocator<wchar_t>'
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:48,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:457:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:458:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:617:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:626:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:640:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ios_base.h:649:
error: 'streamsize' does not name a type
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:49,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:55:
error: expected constructor, destructor, or type conversion before
'__copy_streambufs_eof'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:146:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:239:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:265:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:338:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:430:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:572:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:629:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:645:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:722:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:789:
error: expected constructor, destructor, or type conversion before
'__copy_streambufs_eof'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:794:
error: expected constructor, destructor, or type conversion before
'__copy_streambufs_eof'
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/streambuf:801,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:49,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:49:
error: expected constructor, destructor, or type conversion before
'basic_streambuf'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:83:
error: expected constructor, destructor, or type conversion before
'basic_streambuf'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:120:
error: expected constructor, destructor, or type conversion before
'__copy_streambufs_eof'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:143:
error: expected initializer before '__copy_streambufs'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:156:
error: explicit instantiation of non-template 'int std::streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:157:
error: expected `;' before '__copy_streambufs'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:160:
error: explicit instantiation of non-template 'int std::streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:161:
error: expected `;' before '__copy_streambufs_eof'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:167:
error: explicit instantiation of non-template 'int std::streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:168:
error: expected `;' before '__copy_streambufs'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:171:
error: explicit instantiation of non-template 'int std::streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf.tcc:172:
error: expected `;' before '__copy_streambufs_eof'
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.h:55,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_ios.h:44,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:50,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:52:
error: wrong number of template arguments (5, should be 3)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:110:
error: provided for 'template<class _Category, class _Tp, class _Distance>
struct std::iterator'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:205:
error: wrong number of template arguments (5, should be 3)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator_base_types.h:110:
error: provided for 'template<class _Category, class _Tp, class _Distance>
struct std::iterator'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:267:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:
In function 'typename __gnu_cxx::__enable_if<std::__is_char::__value,
std::ostreambuf_iterator<_CharT, std::char_traits<_CharT> > >::__type
std::__copy_move_a2(_CharT*, _CharT*, std::ostreambuf_iterator<_CharT,
std::char_traits<_CharT> >)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:301:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:302:
error: '__num' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:
In function 'typename __gnu_cxx::__enable_if<std::__is_char::__value,
std::ostreambuf_iterator<_CharT, std::char_traits<_CharT> > >::__type
std::__copy_move_a2(const _CharT*, const _CharT*,
std::ostreambuf_iterator<_CharT, std::char_traits<_CharT> >)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:313:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:314:
error: '__num' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:
In function 'typename __gnu_cxx::__enable_if<std::__is_char::__value,
_CharT*>::__type std::__copy_move_a2(std::istreambuf_iterator<_CharT,
std::char_traits<_CharT> >, std::istreambuf_iterator<_CharT,
std::char_traits<_CharT> >, _CharT*)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:336:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:337:
error: '__n' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:
In function 'typename __gnu_cxx::__enable_if<std::__is_char::__value,
std::istreambuf_iterator<_CharT, std::char_traits<_CharT> > >::__type
std::find(std::istreambuf_iterator<_CharT, std::char_traits<_CharT> >,
std::istreambuf_iterator<_CharT, std::char_traits<_CharT> >, const _CharT2&)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:373:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:373:
error: expected `;' before '__n'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/streambuf_iterator.h:374:
error: '__n' was not declared in this scope
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_ios.h:44,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:50,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.h:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.h:97:
error: expected ',' or '...' before '__newlen'
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_ios.h:44,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:50,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.h:2483:
error: 'streamsize' has not been declared
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.h:2635,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_ios.h:44,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ios:50,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:45,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:761:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:
In member function '_OutIter std::num_put<_CharT,
_OutIter>::_M_insert_int(_OutIter, std::ios_base&, _CharT, _ValueT) const':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:902:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:903:
error: '__w' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:903:
error: expected type-specifier before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:903:
error: expected `>' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:903:
error: expected `(' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:903:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:904:
error: expected `)' before '{' token
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:
In member function '_OutIter std::num_put<_CharT,
_OutIter>::_M_insert_float(_OutIter, std::ios_base&, _CharT, char, _ValueT)
const':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:965:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:982:
error: '__prec' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1040:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1040:
error: expected `;' before '__off'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1043:
error: '__off' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1049:
error: '__off' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1057:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1058:
error: '__w' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1058:
error: expected type-specifier before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1058:
error: expected `>' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1058:
error: expected `(' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1058:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1059:
error: expected `)' before '{' token
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:
In member function 'virtual _OutIter std::num_put<_CharT,
_OutIter>::do_put(_OutIter, std::ios_base&, _CharT, bool) const':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1095:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1096:
error: '__w' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1096:
error: expected type-specifier before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1096:
error: expected `>' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1096:
error: expected `(' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1096:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1097:
error: expected `)' before '{' token
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1194:
error: expected ',' or '...' before '__newlen'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:
In static member function 'static void std::__pad<_CharT,
_Traits>::_S_pad(std::ios_base&, _CharT, _CharT*, const _CharT*, int)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1197:
error: '__newlen' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/locale_facets.tcc:1197:
error: '__oldlen' was not declared in this scope
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:291:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:315:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:
In member function 'void std::basic_ostream<_CharT, _Traits>::_M_write(const
_CharT*, int)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:293:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:294:
error: '__put' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:
In function 'std::basic_ostream<_CharT, _Traits>&
std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:501:
error: expected type-specifier before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:501:
error: expected `>' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:501:
error: expected `(' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:501:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:
In function 'std::basic_ostream<char, _Traits>&
std::operator<<(std::basic_ostream<char, _Traits>&, const char*)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:518:
error: expected type-specifier before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:518:
error: expected `>' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:518:
error: expected `(' before 'streamsize'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:518:
error: 'streamsize' was not declared in this scope
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ostream:572,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:45,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream.tcc:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/ostream.tcc:188:
error: 'streamsize' has not been declared
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:46,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:83:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:251:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:325:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:336:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:398:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:409:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:436:
error: expected ';' before '(' token
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:439:
error: expected ';' before '(' token
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:468:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:486:
error: 'streamsize' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:
In constructor 'std::basic_istream<_CharT,
_Traits>::basic_istream(std::basic_streambuf<_CharT, _Traits>*)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:96:
error: class 'std::basic_istream<_CharT, _Traits>' does not have any field
named '_M_gcount'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:96:
error: there are no arguments to 'streamsize' that depend on a template
parameter, so a declaration of 'streamsize' must be available
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:96:
error: (if you use '-fpermissive', G++ will accept your code, but allowing the
use of an undeclared name is deprecated)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:
In destructor 'virtual std::basic_istream<_CharT, _Traits>::~basic_istream()':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:106:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:106:
error: there are no arguments to 'streamsize' that depend on a template
parameter, so a declaration of 'streamsize' must be available
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:
In constructor 'std::basic_istream<_CharT, _Traits>::basic_istream()':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:586:
error: class 'std::basic_istream<_CharT, _Traits>' does not have any field
named '_M_gcount'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:586:
error: there are no arguments to 'streamsize' that depend on a template
parameter, so a declaration of 'streamsize' must be available
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:598:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:603:
error: 'std::basic_istream<char, std::char_traits<char> >&
std::basic_istream<char, std::char_traits<char> >::ignore' is not a static
member of 'struct std::basic_istream<char, std::char_traits<char> >'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:603:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:608:
error: 'std::basic_istream<char, std::char_traits<char> >&
std::basic_istream<char, std::char_traits<char> >::ignore' is not a static
member of 'struct std::basic_istream<char, std::char_traits<char> >'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:608:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:608:
error: expected primary-expression before '__delim'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:608:
error: initializer expression list treated as compound expression
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:614:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:619:
error: 'std::basic_istream<wchar_t, std::char_traits<wchar_t> >&
std::basic_istream<wchar_t, std::char_traits<wchar_t> >::ignore' is not a
static member of 'struct std::basic_istream<wchar_t, std::char_traits<wchar_t>
>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:619:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:624:
error: 'std::basic_istream<wchar_t, std::char_traits<wchar_t> >&
std::basic_istream<wchar_t, std::char_traits<wchar_t> >::ignore' is not a
static member of 'struct std::basic_istream<wchar_t, std::char_traits<wchar_t>
>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:624:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:624:
error: expected primary-expression before '__delim'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:624:
error: initializer expression list treated as compound expression
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/istream:836,
from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/iostream:46,
from usbpp.cpp:15:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'typename std::basic_istream<_CharT, _Traits>::int_type
std::basic_istream<_CharT, _Traits>::get()':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:195:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'std::basic_istream<_CharT, _Traits>&
std::basic_istream<_CharT, _Traits>::get(_CharT&)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:229:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:264:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'std::basic_istream<_CharT, _Traits>&
std::basic_istream<_CharT, _Traits>::get(_CharT*, int, _CharT)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:266:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'std::basic_istream<_CharT, _Traits>&
std::basic_istream<_CharT, _Traits>::get(std::basic_streambuf<_CharT,
_Traits>&, _CharT)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:313:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:355:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'std::basic_istream<_CharT, _Traits>&
std::basic_istream<_CharT, _Traits>::getline(_CharT*, int, _CharT)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:357:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'std::basic_istream<_CharT, _Traits>&
std::basic_istream<_CharT, _Traits>::ignore()':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:417:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:448:
error: 'std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT,
_Traits>::ignore' is not a static member of 'class std::basic_istream<_CharT,
_Traits>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:448:
error: template definition of non-template 'std::basic_istream<_CharT,
_Traits>& std::basic_istream<_CharT, _Traits>::ignore'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:448:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:510:
error: 'std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT,
_Traits>::ignore' is not a static member of 'class std::basic_istream<_CharT,
_Traits>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:510:
error: template definition of non-template 'std::basic_istream<_CharT,
_Traits>& std::basic_istream<_CharT, _Traits>::ignore'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:510:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:510:
error: expected primary-expression before '__delim'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'typename std::basic_istream<_CharT, _Traits>::int_type
std::basic_istream<_CharT, _Traits>::peek()':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:578:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:605:
error: 'streamsize' has not been declared
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'std::basic_istream<_CharT, _Traits>&
std::basic_istream<_CharT, _Traits>::read(_CharT*, int)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:607:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:633:
error: expected constructor, destructor, or type conversion before
'basic_istream'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'std::basic_istream<_CharT, _Traits>&
std::basic_istream<_CharT, _Traits>::putback(_CharT)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:670:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In member function 'std::basic_istream<_CharT, _Traits>&
std::basic_istream<_CharT, _Traits>::unget()':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:703:
error: '_M_gcount' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:
In function 'std::basic_istream<_CharT, _Traits>&
std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT2*)':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:898:
error: 'streamsize' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:898:
error: expected `;' before '__extracted'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:906:
error: expected `;' before '__num'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:907:
error: '__num' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:908:
error: 'streamsize' cannot appear in a constant-expression
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:908:
error: template argument 1 is invalid
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:916:
error: '__extracted' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:916:
error: '__num' was not declared in this scope
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/istream.tcc:941:
error: '__extracted' was not declared in this scope
In file included from
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/list:68,
from usbpp.h:6,
from usbpp.cpp:17:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:116:
error: 'ptrdiff_t' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:192:
error: 'ptrdiff_t' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:437:
error: 'ptrdiff_t' does not name a type
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:
In static member function 'static _CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_S_construct(_InIterator, _InIterator, const _Alloc&,
std::forward_iterator_tag) [with _FwdIterator = const char*, _CharT = char,
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>]':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:1465:
instantiated from 'static _CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_S_construct_aux(_InIterator, _InIterator, const _Alloc&,
std::__false_type) [with _InIterator = const char*, _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:1481:
instantiated from 'static _CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_S_construct(_InIterator, _InIterator, const _Alloc&) [with
_InIterator = const char*, _CharT = char, _Traits = std::char_traits<char>,
_Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:221:
instantiated from 'std::basic_string<_CharT, _Traits,
_Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char,
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
usbpp.cpp:42: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:142:
error: no matching function for call to 'distance(const char*&, const char*&)'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:
At global scope:
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:
In instantiation of '__gnu_cxx::__normal_iterator<const char*,
std::basic_string<char, std::char_traits<char>, std::allocator<char> > >':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:146:
instantiated from 'static _CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_S_construct(_InIterator, _InIterator, const _Alloc&,
std::forward_iterator_tag) [with _FwdIterator = const char*, _CharT = char,
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:1465:
instantiated from 'static _CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_S_construct_aux(_InIterator, _InIterator, const _Alloc&,
std::__false_type) [with _InIterator = const char*, _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:1481:
instantiated from 'static _CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_S_construct(_InIterator, _InIterator, const _Alloc&) [with
_InIterator = const char*, _CharT = char, _Traits = std::char_traits<char>,
_Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:221:
instantiated from 'std::basic_string<_CharT, _Traits,
_Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char,
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
usbpp.cpp:42: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:676:
error: no type named 'difference_type' in 'struct std::iterator_traits<const
char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:727:
error: no type named 'difference_type' in 'struct std::iterator_traits<const
char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:731:
error: no type named 'difference_type' in 'struct std::iterator_traits<const
char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:735:
error: no type named 'difference_type' in 'struct std::iterator_traits<const
char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:739:
error: no type named 'difference_type' in 'struct std::iterator_traits<const
char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:743:
error: no type named 'difference_type' in 'struct std::iterator_traits<const
char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:
In instantiation of '__gnu_cxx::__normal_iterator<char*,
std::basic_string<char, std::char_traits<char>, std::allocator<char> > >':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:146:
instantiated from 'static _CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_S_construct(_InIterator, _InIterator, const _Alloc&,
std::forward_iterator_tag) [with _FwdIterator = const char*, _CharT = char,
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:1465:
instantiated from 'static _CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_S_construct_aux(_InIterator, _InIterator, const _Alloc&,
std::__false_type) [with _InIterator = const char*, _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:1481:
instantiated from 'static _CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_S_construct(_InIterator, _InIterator, const _Alloc&) [with
_InIterator = const char*, _CharT = char, _Traits = std::char_traits<char>,
_Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:221:
instantiated from 'std::basic_string<_CharT, _Traits,
_Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char,
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
usbpp.cpp:42: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:676:
error: no type named 'difference_type' in 'struct std::iterator_traits<char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:727:
error: no type named 'difference_type' in 'struct std::iterator_traits<char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:731:
error: no type named 'difference_type' in 'struct std::iterator_traits<char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:735:
error: no type named 'difference_type' in 'struct std::iterator_traits<char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:739:
error: no type named 'difference_type' in 'struct std::iterator_traits<char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_iterator.h:743:
error: no type named 'difference_type' in 'struct std::iterator_traits<char*>'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:
In static member function 'static typename std::basic_string<_CharT, _Traits,
_Alloc>::_Rep* std::basic_string<_CharT, _Traits,
_Alloc>::_Rep::_S_create(typename _Alloc::rebind<_CharT>::other::size_type,
typename _Alloc::rebind<_CharT>::other::size_type, const _Alloc&) [with _CharT
= char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:604:
instantiated from '_CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_Rep::_M_clone(const _Alloc&, typename
_Alloc::rebind<_CharT>::other::size_type) [with _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.h:221:
instantiated from '_CharT* std::basic_string<_CharT, _Traits,
_Alloc>::_Rep::_M_grab(const _Alloc&, const _Alloc&) [with _CharT = char,
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:179:
instantiated from 'std::basic_string<_CharT, _Traits,
_Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with
_CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
usbpp.cpp:45: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/basic_string.tcc:583:
error: no matching function for call to 'operator new(unsigned int, void*&)'
<built-in>:0: note: candidates are: void* operator new(unsigned int)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:
In member function 'void __gnu_cxx::new_allocator<_Tp>::construct(_Tp*, const
_Tp&) [with _Tp = USB::Bus*]':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:463:
instantiated from 'std::_List_node<_Tp>* std::list<_Tp,
_Alloc>::_M_create_node(const _Tp&) [with _Tp = USB::Bus*, _Alloc =
std::allocator<USB::Bus*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:1341:
instantiated from 'void std::list<_Tp,
_Alloc>::_M_insert(std::_List_iterator<_Tp>, const _Tp&) [with _Tp = USB::Bus*,
_Alloc = std::allocator<USB::Bus*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:876:
instantiated from 'void std::list<_Tp, _Alloc>::push_back(const _Tp&) [with
_Tp = USB::Bus*, _Alloc = std::allocator<USB::Bus*>]'
usbpp.cpp:46: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:108:
error: no matching function for call to 'operator new(unsigned int, void*)'
<built-in>:0: note: candidates are: void* operator new(unsigned int)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:
In member function 'void __gnu_cxx::new_allocator<_Tp>::construct(_Tp*, const
_Tp&) [with _Tp = USB::Device*]':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:463:
instantiated from 'std::_List_node<_Tp>* std::list<_Tp,
_Alloc>::_M_create_node(const _Tp&) [with _Tp = USB::Device*, _Alloc =
std::allocator<USB::Device*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:1341:
instantiated from 'void std::list<_Tp,
_Alloc>::_M_insert(std::_List_iterator<_Tp>, const _Tp&) [with _Tp =
USB::Device*, _Alloc = std::allocator<USB::Device*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:876:
instantiated from 'void std::list<_Tp, _Alloc>::push_back(const _Tp&) [with
_Tp = USB::Device*, _Alloc = std::allocator<USB::Device*>]'
usbpp.cpp:81: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:108:
error: no matching function for call to 'operator new(unsigned int, void*)'
<built-in>:0: note: candidates are: void* operator new(unsigned int)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:
In member function 'void __gnu_cxx::new_allocator<_Tp>::construct(_Tp*, const
_Tp&) [with _Tp = USB::Configuration*]':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:463:
instantiated from 'std::_List_node<_Tp>* std::list<_Tp,
_Alloc>::_M_create_node(const _Tp&) [with _Tp = USB::Configuration*, _Alloc =
std::allocator<USB::Configuration*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:1341:
instantiated from 'void std::list<_Tp,
_Alloc>::_M_insert(std::_List_iterator<_Tp>, const _Tp&) [with _Tp =
USB::Configuration*, _Alloc = std::allocator<USB::Configuration*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:876:
instantiated from 'void std::list<_Tp, _Alloc>::push_back(const _Tp&) [with
_Tp = USB::Configuration*, _Alloc = std::allocator<USB::Configuration*>]'
usbpp.cpp:86: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:108:
error: no matching function for call to 'operator new(unsigned int, void*)'
<built-in>:0: note: candidates are: void* operator new(unsigned int)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:
In member function 'void __gnu_cxx::new_allocator<_Tp>::construct(_Tp*, const
_Tp&) [with _Tp = USB::Interface*]':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:463:
instantiated from 'std::_List_node<_Tp>* std::list<_Tp,
_Alloc>::_M_create_node(const _Tp&) [with _Tp = USB::Interface*, _Alloc =
std::allocator<USB::Interface*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:1341:
instantiated from 'void std::list<_Tp,
_Alloc>::_M_insert(std::_List_iterator<_Tp>, const _Tp&) [with _Tp =
USB::Interface*, _Alloc = std::allocator<USB::Interface*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:876:
instantiated from 'void std::list<_Tp, _Alloc>::push_back(const _Tp&) [with
_Tp = USB::Interface*, _Alloc = std::allocator<USB::Interface*>]'
usbpp.cpp:93: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:108:
error: no matching function for call to 'operator new(unsigned int, void*)'
<built-in>:0: note: candidates are: void* operator new(unsigned int)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:
In member function 'void __gnu_cxx::new_allocator<_Tp>::construct(_Tp*, const
_Tp&) [with _Tp = USB::AltSetting*]':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:463:
instantiated from 'std::_List_node<_Tp>* std::list<_Tp,
_Alloc>::_M_create_node(const _Tp&) [with _Tp = USB::AltSetting*, _Alloc =
std::allocator<USB::AltSetting*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:1341:
instantiated from 'void std::list<_Tp,
_Alloc>::_M_insert(std::_List_iterator<_Tp>, const _Tp&) [with _Tp =
USB::AltSetting*, _Alloc = std::allocator<USB::AltSetting*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:876:
instantiated from 'void std::list<_Tp, _Alloc>::push_back(const _Tp&) [with
_Tp = USB::AltSetting*, _Alloc = std::allocator<USB::AltSetting*>]'
usbpp.cpp:98: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:108:
error: no matching function for call to 'operator new(unsigned int, void*)'
<built-in>:0: note: candidates are: void* operator new(unsigned int)
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:
In member function 'void __gnu_cxx::new_allocator<_Tp>::construct(_Tp*, const
_Tp&) [with _Tp = USB::Endpoint*]':
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:463:
instantiated from 'std::_List_node<_Tp>* std::list<_Tp,
_Alloc>::_M_create_node(const _Tp&) [with _Tp = USB::Endpoint*, _Alloc =
std::allocator<USB::Endpoint*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:1341:
instantiated from 'void std::list<_Tp,
_Alloc>::_M_insert(std::_List_iterator<_Tp>, const _Tp&) [with _Tp =
USB::Endpoint*, _Alloc = std::allocator<USB::Endpoint*>]'
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/bits/stl_list.h:876:
instantiated from 'void std::list<_Tp, _Alloc>::push_back(const _Tp&) [with
_Tp = USB::Endpoint*, _Alloc = std::allocator<USB::Endpoint*>]'
usbpp.cpp:104: instantiated from here
/home/kbox/t2/build/mamelet-8.0-trunk-mamelet-x86-geodelx-cross/usr/include/c++/4.3.1/ext/new_allocator.h:108:
error: no matching function for call to 'operator new(unsigned int, void*)'
<built-in>:0: note: candidates are: void* operator new(unsigned int)
make[2]: *** [usbpp.lo] Error 1
make[2]: Leaving directory
`/home/kbox/t2/src.libusb.mamelet.20080721.235851.28676.kboxdev/libusb-0.1.12'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/kbox/t2/src.libusb.mamelet.20080721.235851.28676.kboxdev/libusb-0.1.12'
make: *** [all] Error 2
Due to previous errors, no 1-libusb.log file!
(Try enabling xtrace in the config to track an error inside the build system.)
--- BUILD ERROR ---
Creating file list and doing final adaptions ...
Searching for orphaned files ...
Found 6 files for this package.
Found 0 orphaned files for this package.
Clear (old) md5sums ...
Creating md5sum files ... done.
Creating package description ...
Making post-install adaptions.


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise