After updating today I got a build error, see below.

I solved it by "make clean; make" - would there have been a less intrusive way to deal with it?

- Bert -

/bin/sh -ec 'for dir in object function; do ( cd $dir; make ); done'
/bin/sh -ec '[ -d stage1 ] || mkdir stage1'
/bin/sh -ec '( cd id; make BIN="../stage1/" )'
cc -g -Wall -Wreturn-type -Werror -fno-common -arch i486 -g -O3 - march=prescott -fomit-frame-pointer -falign-functions=16 -funroll- loops -I../stage1//include -DNDEBUG -DSYSARCH=\"i386\" -DSYSOS=\"darwin \" -fno-strict-aliasing -DPREFIX='"/usr/local/lib/idc/i386-apple- darwin9.5.0/"' libid.c -c -o ../stage1/libid.o
libid.c: In function ‘_libid_init’:
libid.c:1139: error: ‘struct __libid’ has no member named ‘isExported’
make[2]: *** [../stage1/libid.o] Error 1
make[1]: *** [stage1/libid.o] Error 2
/bin/sh -ec 'for dir in objects jolt-burg jolt2; do ( cd $dir; make ); done'
./idc -O -k -g -c ByteArray.st -o ByteArray.o
ByteArray.o.c: In function ‘ByteArray__isPrototype’:
ByteArray.o.c:926: error: ‘struct __libid’ has no member named ‘isExported’
make[2]: *** [ByteArray.o] Error 1
/bin/sh -ec 'cd ../objects;  make'
./idc -O -k -g -c ByteArray.st -o ByteArray.o
ByteArray.o.c: In function ‘ByteArray__isPrototype’:
ByteArray.o.c:926: error: ‘struct __libid’ has no member named ‘isExported’
make[3]: *** [ByteArray.o] Error 1
make[2]: *** [../objects/objects.a] Error 2
/bin/sh -ec 'cd ../objects;  make'
./idc -O -k -g -c ByteArray.st -o ByteArray.o
ByteArray.o.c: In function ‘ByteArray__isPrototype’:
ByteArray.o.c:926: error: ‘struct __libid’ has no member named ‘isExported’
make[3]: *** [ByteArray.o] Error 1
make[2]: *** [../objects/objects.a] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2



_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to