From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21209 invoked by alias); 9 Aug 2003 23:15:03 -0000 Mailing-List: contact eclipse-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: eclipse-owner@sources.redhat.com Received: (qmail 21200 invoked from network); 9 Aug 2003 23:15:02 -0000 Subject: Re: Natively compiled eclipse c++ dependency patch From: Mark Wielaard To: tromey@redhat.com Cc: eclipse@sources.redhat.com In-Reply-To: <87wudwqceq.fsf@fleche.redhat.com> References: <1059816996.11511.31.camel@elsschot.wildebeest.org> <87wudwqceq.fsf@fleche.redhat.com> Content-Type: text/plain Message-Id: <1060470894.966.79.camel@elsschot> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: Sat, 09 Aug 2003 23:15:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q3/txt/msg00047.txt.bz2 Hi, On Sat, 2003-08-02 at 17:58, Tom Tromey wrote: > >>>>> "Mark" == Mark Wielaard writes: > > Mark> While trying to build from source I noticed that although there is no > Mark> build dependencies on g++ there is one c++ file in the build. Since it > Mark> is a simple JNI implementation it can be easily rewritten to use just > Mark> plain C. > > I think this patch that should go upstream, since it only touches > eclipse.org code. Stick it in the eclipse.org bugzilla and tell me > the bug number. I'll vote for it :-) This is now bug #41361 https://bugs.eclipse.org/bugs/show_bug.cgi?id=41361 As long as this patch is not applied you might want to add a build dependency on g++-ssa to the native eclipse source package. Cheers, Mark