From: koyahata <koy...@ko...> - 2021-06-16 18:16:38
|
Dear ECLiPSe developers, Hi, I'm trying to install ECLiPSe 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"? |