From: koyahata <koy...@ko...> - 2021-06-16 18:14:55
|
Dear ECLiPSe developers, Hi, I'm trying to install ECLiPSe into debian 10.9 from source code. I succeeded to build, then I did ./RUNME and added proper path into $PATH, but tkeclipse cannot be started. I found the reason: there are no "tkeclipse.so" and "tkexdr.so" in the directory $ECLIPSEDIR/lib/$ECLIPSEARCH . These files are not build with procedure below: 1. export ECLIPSEARCH=x86_64_linux 2. ./configure 3. make -f Makefile.$ECLIPSEARCH Are there any special procedure for building "tkeclipse.so" and "tkexdr.so"? Regards, Taku Koyahata |