This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Drop-downs in Insight for Linux


In my ongoing saga of trying to build a functional DOS32 cross-debugger...

To eliminate questionable behaviours of CygWin, I've now built the 20030701
snapshot as a Linux to DJGPP cross-debugger.  I built  binutils-2.13.2, and
then Insight with:

cd /usr/src
rm -rf insight+dejagnu-20030701/dejagnu
mv insight+dejagnu-20030701 insight-20030701
cd build/gdb
/usr/src/insight-20030701/configure --prefix=/usr/local/i686-pc-msdosdjgpp
--target=i686-pc-msdosdjgpp
make all install
cd /usr/local/share
for i in /usr/local/i686-pc-msdosdjgpp/share/*
do
   ln $i -s
done

This builds fine.  But, when I run it, drop-down boxes such as the one to
select the source file, or the source/asm selection, don't do anything.
They click - the "3-D" effect changes to show that something's happened -
but no drop-down list appears.

The host system is running SuSE 8.2 - this is kernel 2.4.20, with KDE 3.1.1.

Any thoughts?  Is this a problem that anyone else is seeing?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]