This is with revision 647 from http://piumarta.com/svn2/idst/tags/idst-376 , using XCode 3.2's tools

Thanks,
Brian

...

make[2]: Nothing to be done for `all'.
idc
/bin/sh -ec 'cp -p ../idc/idc ../stage2/idc'
/bin/sh -ec 'for dir in objects jolt-burg; do ( cd $dir; make ); done'
./idc -g -k -c _object.st -o _object.o
./idc -g -k -c Objects.st -o Objects.o
./idc -g -k -c Object.st -o Object.o
./idc -g -k -c SmallInteger.st -o SmallInteger.o
./idc -g -k -c String.st -o String.o
./idc -g -k -c Symbol.st -o Symbol.o
./idc -g -k -c BlockClosure.st -o BlockClosure.o
./idc -g -k -c ProfiledMethod.st -o ProfiledMethod.o
./idc -g -k -c Collection.st -o Collection.o
./idc -g -k -c SequenceableCollection.st -o SequenceableCollection.o
./idc -g -k -c ArrayedCollection.st -o ArrayedCollection.o
./idc -g -k -c Array.st -o Array.o
./idc -g -k -c ByteArray.st -o ByteArray.o
./idc -g -k -c IdentitySet.st -o IdentitySet.o
./idc -g -k -c Association.st -o Association.o
./idc -g -k -c IdentityDictionary.st -o IdentityDictionary.o
./idc -g -k -c SlotDictionary.st -o SlotDictionary.o
./idc -g -k -c MemoDictionary.st -o MemoDictionary.o
./idc -g -k -c OrderedCollection.st -o OrderedCollection.o
./idc -g -k -c File.st -o File.o
./idc -g -k -c Stream.st -o Stream.o
./idc -g -k -c Link.st -o Link.o
./idc -g -k -c LinkedList.st -o LinkedList.o
./idc -g -Jmpint -k -c Number.st -o Number.o
./idc -g -k -c OS.st -o OS.o
./idc -g -k -c Date.st -o Date.o
./idc -g -k -c Function.st -o Function.o
./idc -g -k -c Random.st -o Random.o
./idc -g -k -c Time.st -o Time.o
./idc -g -k -c deprecated.st -o deprecated.o
/bin/sh -ec 'cd mpint; make'
make[3]: idc: Command not found
make[3]: idc: Command not found
cc -I.     -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c
cc -I.     -c -o bn_mp_add.o bn_mp_add.c
cc -I.     -c -o bn_mp_and.o bn_mp_and.c
cc -I.     -c -o bn_mp_clamp.o bn_mp_clamp.c
cc -I.     -c -o bn_mp_clear.o bn_mp_clear.c
cc -I.     -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c
cc -I.     -c -o bn_mp_cmp.o bn_mp_cmp.c
cc -I.     -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c
cc -I.     -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c
cc -I.     -c -o bn_mp_copy.o bn_mp_copy.c
cc -I.     -c -o bn_mp_count_bits.o bn_mp_count_bits.c
cc -I.     -c -o bn_mp_div.o bn_mp_div.c
cc -I.     -c -o bn_mp_div_2.o bn_mp_div_2.c
cc -I.     -c -o bn_mp_div_2d.o bn_mp_div_2d.c
cc -I.     -c -o bn_mp_div_3.o bn_mp_div_3.c
cc -I.     -c -o bn_mp_exch.o bn_mp_exch.c
cc -I.     -c -o bn_mp_get_int.o bn_mp_get_int.c
cc -I.     -c -o bn_mp_grow.o bn_mp_grow.c
cc -I.     -c -o bn_mp_init.o bn_mp_init.c
cc -I.     -c -o bn_mp_init_copy.o bn_mp_init_copy.c
cc -I.     -c -o bn_mp_init_multi.o bn_mp_init_multi.c
cc -I.     -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c
cc -I.     -c -o bn_mp_init_size.o bn_mp_init_size.c
cc -I.     -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c
cc -I.     -c -o bn_mp_lshd.o bn_mp_lshd.c
cc -I.     -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c
cc -I.     -c -o bn_mp_mul.o bn_mp_mul.c
cc -I.     -c -o bn_mp_mul_2.o bn_mp_mul_2.c
cc -I.     -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c
cc -I.     -c -o bn_mp_mul_d.o bn_mp_mul_d.c
cc -I.     -c -o bn_mp_neg.o bn_mp_neg.c
cc -I.     -c -o bn_mp_or.o bn_mp_or.c
cc -I.     -c -o bn_mp_rshd.o bn_mp_rshd.c
cc -I.     -c -o bn_mp_set_int.o bn_mp_set_int.c
cc -I.     -c -o bn_mp_sub.o bn_mp_sub.c
cc -I.     -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c
cc -I.     -c -o bn_mp_xor.o bn_mp_xor.c
cc -I.     -c -o bn_mp_zero.o bn_mp_zero.c
cc -I.     -c -o bn_s_mp_add.o bn_s_mp_add.c
cc -I.     -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c
cc -I.     -c -o bn_s_mp_sub.o bn_s_mp_sub.c
cc -I.     -c -o bncore.o bncore.c
ar rc mpint.a.new bn_fast_s_mp_mul_digs.o bn_mp_add.o bn_mp_and.o bn_mp_clamp.o bn_mp_clear.o bn_mp_clear_multi.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_cmp_mag.o bn_mp_copy.o bn_mp_count_bits.o bn_mp_div.o bn_mp_div_2.o bn_mp_div_2d.o bn_mp_div_3.o bn_mp_exch.o bn_mp_get_int.o bn_mp_grow.o bn_mp_init.o bn_mp_init_copy.o bn_mp_init_multi.o bn_mp_init_set_int.o bn_mp_init_size.o bn_mp_karatsuba_mul.o bn_mp_lshd.o bn_mp_mod_2d.o bn_mp_mul.o bn_mp_mul_2.o bn_mp_mul_2d.o bn_mp_mul_d.o bn_mp_neg.o bn_mp_or.o bn_mp_rshd.o bn_mp_set_int.o bn_mp_sub.o bn_mp_toom_mul.o bn_mp_xor.o bn_mp_zero.o bn_s_mp_add.o bn_s_mp_mul_digs.o bn_s_mp_sub.o bncore.o
mv mpint.a.new mpint.a
ranlib mpint.a
ar rc objects.a.new _object.o Objects.o Object.o SmallInteger.o String.o Symbol.o BlockClosure.o ProfiledMethod.o Collection.o SequenceableCollection.o ArrayedCollection.o Array.o ByteArray.o IdentitySet.o Association.o IdentityDictionary.o SlotDictionary.o MemoDictionary.o OrderedCollection.o File.o Stream.o Link.o LinkedList.o Number.o OS.o Date.o Function.o Random.o Time.o deprecated.o mpint/*.o ranlib: archive member: objects.a.new(bn_fast_s_mp_mul_digs.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_add.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_and.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_clamp.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_clear.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_clear_multi.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_cmp.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_cmp_d.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_cmp_mag.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_copy.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_count_bits.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_div.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_div_2.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_div_2d.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_div_3.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_exch.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_get_int.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_grow.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_init.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_init_copy.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_init_multi.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_init_set_int.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_init_size.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_karatsuba_mul.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_lshd.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_mod_2d.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_mul.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_mul_2.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_mul_2d.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_mul_d.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_neg.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_or.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_rshd.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_set_int.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_sub.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_toom_mul.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_xor.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_mp_zero.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_s_mp_add.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_s_mp_mul_digs.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bn_s_mp_sub.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match) ranlib: archive member: objects.a.new(bncore.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
mv objects.a.new objects.a
/bin/sh -ec 'cd ../objects;  make'
make[3]: Nothing to be done for `all'.
./idc -g -k -I../objects -c readline.st -o readline.o
./idc -g -k -I../objects -c Expression.st -o Expression.o
./idc -g -k -I../objects -c Scanner.st -o Scanner.o
./idc -g -k -I../objects -c CompilerOptions.st -o CompilerOptions.o
./idc -g -k -I../objects -c Compiler.st -o Compiler.o
./idc -g -k -I../objects -c Instruction.st -o Instruction.o
./idc -g -k -I../objects -c ReductionGrammar.st -o ReductionGrammar.o
./idc -g -k -I../objects -c Resource.st -o Resource.o
./idc -g -k -I../objects -c CodeGenerator.st -o CodeGenerator.o
rm -f CodeGenerator-local.st
cp -p CodeGenerator-i386.st CodeGenerator-local.st
./idc -g -k -I../objects -c CodeGenerator-local.st -o CodeGenerator- local.o
cc1: warnings being treated as errors
CodeGenerator-local.o.c: In function ‘DynamicIntel32CodeGenerator__jeL_’:
CodeGenerator-local.o.c:4918: warning: value computed is not used
CodeGenerator-local.o.c: In function ‘DynamicIntel32CodeGenerator__jgeL_’:
CodeGenerator-local.o.c:4934: warning: value computed is not used
CodeGenerator-local.o.c: In function ‘DynamicIntel32CodeGenerator__jmpL_’:
CodeGenerator-local.o.c:4966: warning: value computed is not used
CodeGenerator-local.o.c: In function ‘DynamicIntel32CodeGenerator__jneL_’:
CodeGenerator-local.o.c:4982: warning: value computed is not used
make[2]: *** [CodeGenerator-local.o] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2


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

Reply via email to