You are definitely missing the curses development environment, or your linker is not properly configured to see it. Getting the development libraries properly installed is a little beyond the scope of the OpenJAUS project (as each Linux distro is different), but a quick Google search showed that Zypper is the default package manager for openSUSE. Here is the usage page on Zypper:
en.opensuse.org/Zypper/Usage
You can try the following command, but without an openSUSE machine to test on, it is a stab in the dark...
| Code: |
sudo zypper install libncurses-dev
|
If that doesn't work, I suggest you find a friend or forum that is more familiar with openSUSE as I only have experience on the Fedora/RedHat and Ubuntu linux distros and it is hard to troubleshoot package installation on an unfamiliar platform.
~Danny