Eclipse GUI speed issue
Eugeny N Dzhurinsky
bofh at redwerk.com
Tue Aug 22 16:11:35 UTC 2006
On Fri, Aug 18, 2006 at 05:22:39PM -0400, David Sledge wrote:
>
> That still produces same error :(
> Please verify that the patch file
> "files/post-patch-plugins-swt-gtk-make_freebsd.mak" matches the
> following lines for the all target.
> -all: make_swt make_atk make_gnome make_glx
> +all: make_swt make_atk $(MAKE_GNOME) make_glx $(MAKE_MOZILLA)
> $(MAKE_CAIRO)
here is the patch :
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak.orig Thu Aug 10 00:57:33 2006
+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak Thu Aug 10 00:59:20 2006
@@ -91,15 +91,16 @@
CFLAGS = -O -Wall \
-DSWT_VERSION=$(SWT_VERSION) \
$(NATIVE_STATS) \
- -DLINUX -DGTK \
+ -DFREEBSD -DGTK \
-I$(JAVA_HOME)/include \
-I$(JAVA_HOME)/include/freebsd \
+ -I$(X11BASE)/include \
-fPIC \
${SWT_PTR_CFLAGS}
LIBS = -shared -fPIC -s
-all: make_swt make_atk make_gnome make_glx
+all: make_swt make_atk $(MAKE_GNOME) make_glx $(MAKE_MOZILLA) $(MAKE_CAIRO)
#
# SWT libs
--
Eugene N Dzhurinsky
More information about the freebsd-eclipse
mailing list