Building Mamona with Debian !!
Hello guys,
Hi all,
I’m following the Mamona development tutorial(http://dev.openbossa.org/trac/mamona/wiki/MamonaSetup) to study and during the build I got the error below:
alecrim@alecrim ~/mamona/tmp/master/nokia800/work/gettext-native-0.14.1-r7/gettext-0.14.1/gettext-runtime/intl-java $ /bin/sh ../lib/javacomp.sh -d . ./gnu/gettext/GettextResource.java
———-
1. ERROR in ./gnu/gettext/GettextResource.java (at line 1)
/* GNU gettext for Java
^
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
———-
2. ERROR in ./gnu/gettext/GettextResource.java (at line 1)
/* GNU gettext for Java
^
…
Mamona build with should use its own java but it’s getting the host java. The ubuntu machines do not have this problem. It’s online for Debian without java.
I can solve it installing Java under Debian(host machine).