Year: 2012

No More Eclipse Auto Completion

No More Eclipse Auto Completion I have development in Eclipse and have a problem when creating a some of project. My Eclipse lost auto completion when typing code. I have searching in the forum and try a method like : Window -> Preferences -> Java -> Editor ->Content Assist Advanced -> Restore Defaults in order

configure: error: cannot find install-sh, install.sh

configure: error: cannot find install-sh, install.sh When try to configure an open source code, I get error like this : configure: error: cannot find install-sh, install.sh, or shtool in “.” “./..” “./../..” Add command : autoreconf -f -i -Wall,no-obsolete before you call configure command to remove configure: error: cannot find install-sh, install.sh, or shtool in

Error : possibly undefined macro: AM_INIT_AUTOMAKE

I am download a open source code from the internet. This code dont have “configure” file, so we must create “configure” file before try to compile this code. This code have “configure.ac” file. So, we can use “autoconf” command to create “configure” file. When I call “autoconf” command, I get the error message like this