default branch now builds on Debian Wheezy amd64. At last.
Heater.
Posts: 21,230
propgcc default branch would never build for me on Debian Wheezy amd64. Until today. I used to get:
Recently I installed some 32 bit libs to support BST.
Now default builds fine!
$ hg update default --clean $ hg branch default $ ./rebuild.sh if [ -r syslex.c ]; then \ gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -Wno-error syslex.c ; \ else \ gcc -c -I. -I../../../propgcc/binutils/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -Wno-error ../../../propgcc/binutils/binutils/syslex.c ;\ fi syslex.l:31:21: fatal error: sysinfo.h: No such file or directory
Recently I installed some 32 bit libs to support BST.
$ dpkg --add-architecture i386 $ apt-get install ia32-libsThen yesterday:
$ apt-get install libc6-dev:i386
Now default builds fine!