From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre To: sid@sources.redhat.com Subject: 'bridge-tk unknown' when trying to run demo Date: Sun, 08 Jul 2001 04:51:00 -0000 Message-id: <3B481EAE.2899CC25@lycos.com> X-SW-Source: 2001-q3/msg00001.html Hi, I've built SID from cvs on a Mandrake8.0 system. I'm using the prebuilt arm gcc 2.95.2 based cross compiler tools from the LART project and (after changing the voice-pager Makefile to look for arm-linux-g++ instead of arm-elf-g++ as the cross compiler) 'make all-demos' seemed to run OK. However, when I try to run the demo I get the same result described on the mailing list in January ie: ./voice-pager-demo + arm-elf-sid --no-run --sidcodec=0xA01300 /home/mccurdy/sid_build/sid/demos/voice-pager/Test-voice-pager.out Configuration file saved to `Test-voice-pager.out.conf'. + sid -f /home/mccurdy/sid_build/sid/demos/voice-pager/Test-voice-pager.out.conf -f voice-pager-demo.conf -f ../../../../src/sid/demos/voice-pager/voice-pager-demo.conf.pport voice-pager-demo.conf:8: component type bridge-tk unknown voice-pager-demo.conf:9: component panel not found [more 'component panel not found' messages...] Configuration error. Aborting. > This message indicates that the tcl/tk bridge component was > not built or installed as expected. This component requires > that the tcl 8.0 and tk 8.0 libraries from the sourceware /src > repository be built alongside sid itself; we may be missing > some /src top-level configure/Makefile changes to automate > this part. The tcl/tk stuff was in the src from cvs and I'm fairly sure was included in the build sequence (the quick stuff near the beginning, before many hours of c++ right ? :-). My /INSTALLTREE/lib directory now contains: -rw-r--r-- 1 root root 953132 Jul 8 02:11 libexpect5.26.a -r-xr-xr-x 1 root root 3865156 Jul 8 02:06 libtcl8.0.a* -r-xr-xr-x 1 root root 10554240 Jul 8 02:07 libtk8.0.a* drwxr-xr-x 2 root root 3936 Jul 8 02:10 sidcomp/ drwxr-xr-x 2 root root 216 Jul 8 02:11 sidsamples/ -rw-r--r-- 1 root root 5266 Jul 8 02:06 tclConfig.sh -rw-r--r-- 1 root root 2683 Jul 8 02:07 tkConfig.sh Thanks in advance... Andre --