Date: Tue, 22 Aug 2006 19:11:35 +0300 From: Eugeny N Dzhurinsky <bofh@redwerk.com> To: freebsd-eclipse@freebsd.org Subject: Re: Eclipse GUI speed issue Message-ID: <20060822161135.GA12845@office.redwerk.com> In-Reply-To: <44E62F9F.9090500@appriss.com> References: <426b510c0608150218t294c212x92fc8e0c9db62d10@mail.gmail.com> <44E26B64.5080801@posom.com> <768690DD58883C4FAA0C089A534F94DF2054C8@intexch02.int.appriss.com> <20060816153352.GD28819@office.redwerk.com> <44E344CA.6090804@appriss.com> <20060817161343.GA34265@misty.eyesbeyond.com> <20060817163522.GA32860@office.redwerk.com> <44E4DFBF.2020106@appriss.com> <20060818095201.GA2821@office.redwerk.com> <44E62F9F.9090500@appriss.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060822161135.GA12845>