Next step. Eclipse

Sean McNeil sean at mcneil.com
Thu Nov 10 01:28:58 PST 2005


On Thu, 2005-11-10 at 11:24 +0200, Android wrote:
> Hello all!
> 
> The next step after installing JDK15 on FreeBSD 6 Stable (amd64) was  
> installation of
> Eclipse. Installation fails with error messages as noted below. After some  
> analysis I've
> found the reason as described here:
> 
>   http://lists.freebsd.org/pipermail/freebsd-eclipse/2005-September/000066.html
> 
> Maybe someone has any ideas about workaround?
> 
> ...
>        [exec] cairo.c: In function
> `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1transform_1distance':
>       [exec] cairo.c:1417: warning: implicit declaration of function
> `cairo_transform_distance_REPLACED_BY_cairo_user_to_device_distance'
>       [exec] cairo.c: In function
> `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1transform_1font':
>       [exec] cairo.c:1430: warning: implicit declaration of function
> `cairo_transform_font_REPLACED_BY_cairo_set_font_matrix'
>       [exec] cairo.c: In function
> `Java_org_eclipse_swt_internal_cairo_Cairo_cairo_1transform_1point':
>       [exec] cairo.c:1444: warning: implicit declaration of function
> `cairo_transform_point_REPLACED_BY_cairo_user_to_device'
>       [exec] gmake: *** [cairo.o] Error 1
> 
> BUILD FAILED
> /usr/ports/java/eclipse/work/build.xml:53: exec returned: 2

Try building with

cd /usr/ports/java/eclipse
make WITHOUT_CAIRO=y

This is what I had to do.  There has been a long discussion on eclipse@
about it.

Cheers,
Sean




More information about the freebsd-java mailing list