Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2002 23:51:01 -0800 (PST)
From:      <marphilvc@yahoo.com>
To:        Calvin NG <calvinng@brel.com>
Cc:        java@FreeBSD.ORG
Subject:   Re: jdk-1.3.1p6 compile errors
Message-ID:  <20020328075101.8085.qmail@web13102.mail.yahoo.com>
In-Reply-To: <20020328130944.D67280@brel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Calvin,

First, thanks for that very fast reply :)

Alas, found libintl.h after reinstalling gettext and
defining "WANT_FULL_GETTEXT".

But now I am getting different errors:
../../oji-plugin/src/motif/resources/ja/sunw_java_plugin.po:24:
duplicate message definition
../../oji-plugin/src/motif/resources/ja/sunw_java_plugin.po:19:
...this is the location of the first definition
../../oji-plugin/src/motif/resources/ja/sunw_java_plugin.po:30:
duplicate message definition
../../oji-plugin/src/motif/resources/ja/sunw_java_plugin.po:15:
...this is the location of the first definition
../../oji-plugin/src/motif/resources/ja/sunw_java_plugin.po:34:
duplicate message definition
../../oji-plugin/src/motif/resources/ja/sunw_java_plugin.po:21:
...this is the location of the first definition
../../oji-plugin/src/motif/resources/ja/sunw_java_plugin.po:36:
duplicate message definition
../../oji-plugin/src/motif/resources/ja/sunw_java_plugin.po:13:
...this is the location of the first definition
msgfmt: found 4 fatal errors
gmake[1]: ***
[/usr/ports/java/jdk13/work/j2sdk1.3.1/build/bsd-i386/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo]
Error 1
gmake[1]: Leaving directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/solaris'
gmake: *** [plugin-all] Error 1
*** Error code 2
Stop in /usr/ports/java/jdk13.




I did some investigation on the Makefile(s) and found
out that the building of the plugins can be disabled. 


What exactly are these plugins?
Do I really need it? (seems the error am getting is
for Japanese locale)


Thanks again!


Marphil


--- Calvin NG <calvinng@brel.com> wrote:
> Greetings,
> 
>   libintl.h  belongs to the gettext   port.
>   When I install this port, I have to define 
>   "WANT_FULL_GETTEXT" to get all the include files
>   and libraries.  You might want to try that.
> 
>   But, first, make sure that you really do not have
>   /usr/local/include/libintl.h
> 
>   Good luck.
>   [PS: I just rebuilt that jdk13 port over the last
> weekend,
>       it went okay. ]
> 
> Regards,
> /calvin
> 
> lines with :> are quotes from marphilvc@yahoo.com's
> email
> :> Hi,
> :> 
> :> Tried installing jdk-1.3.1p6 on FreeBSD 4.5 but
> :> getting compile errors on make.
> :> 
> :> Version:
> :> # $FreeBSD: ports/java/jdk13/Makefile,v 1.18
> :> 2002/03/13 15:06:15 sobomax Exp $
> :> 
> :> 
> :> Error:
> :> ../../oji-plugin/src/motif/navig4/CJavaVM.cpp:85:
> :> libintl.h: No such file or directory
> :> gmake[1]: *** [../../tmp/bsd/i386/CJavaVM.o]
> Error 1
> :> gmake[1]: Leaving directory
> :>
>
`/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/solaris'
> :> gmake: *** [plugin-all] Error 1
> :> *** Error code 2
> :> Stop in /usr/ports/java/jdk13.
> :> 
> :> 
> :> Packages installed on my computer are:
> :> gettext-0.11.1      GNU gettext package


__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020328075101.8085.qmail>