Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2005 01:28:55 -0800
From:      Sean McNeil <sean@mcneil.com>
To:        Android <android@oberon.pfi.lt>
Cc:        "freebsd-java@freebsd.org" <freebsd-java@freebsd.org>
Subject:   Re: Next step. Eclipse
Message-ID:  <1131614935.26725.1.camel@triton.mcneil.com>
In-Reply-To: <op.sz0prqmhcvaugr@andrejp.forbis.lt>
References:  <op.sz0prqmhcvaugr@andrejp.forbis.lt>

next in thread | previous in thread | raw e-mail | index | archive | help
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





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