From owner-freebsd-eclipse@FreeBSD.ORG Tue Sep 20 14:24:55 2005 Return-Path: X-Original-To: eclipse@freebsd.org Delivered-To: freebsd-eclipse@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A1B16A420; Tue, 20 Sep 2005 14:24:55 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1A843D53; Tue, 20 Sep 2005 14:24:50 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8KEOm9V030158; Tue, 20 Sep 2005 17:24:49 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8KEOwdt096507; Tue, 20 Sep 2005 17:24:59 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <43301BAE.5070601@ebs.gr> Date: Tue, 20 Sep 2005 17:24:46 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vladimir Grebenschikov References: <1126680998.14844.2.camel@localhost> <4327DBC7.2090707@ebs.gr> <1127115472.1082.15.camel@localhost> <432E6E1B.8020108@ebs.gr> <1127129214.997.5.camel@klamath.syndrom23.de> <1127133883.92270.23.camel@localhost> <1127136423.997.9.camel@klamath.syndrom23.de> <1127137525.92270.42.camel@localhost> <1127150412.1022.3.camel@klamath.syndrom23.de> <1127154386.5736.2.camel@server.mcneil.com> <432FB6A2.7090601@ebs.gr> <1127203013.1250.42.camel@localhost> <43300E5C.6070502@FreeBSD.org> <1127223703.1250.71.camel@localhost> In-Reply-To: <1127223703.1250.71.camel@localhost> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Cc: eclipse@freebsd.org, Alexander Nedotsukov , gnome Subject: Re: Eclipse make package error (was Re: Failed to build eclipse with gnome 2.12 (failed on cario)) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 14:24:56 -0000 Vladimir Grebenschikov wrote: > В вт, 20/09/2005 в 22:27 +0900, Alexander Nedotsukov пишет: > > >>>% eclipse >>>(Eclipse:18714): Gtk-WARNING **: GModule initialization check failed: Gtk+ version too old (micro mismatch) >>> >>> >> >>I suggest you rm -rf ~/.eclipse. The above warning caused by stale .so >>libs in your home dir. > > > % mv ~/.eclipse ~/.--eclipse > > Yes, it solves both problems, thank you > for old .eclipse there is: > > % find .--eclipse -name '*.so' > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/56/1/.cp/libswt-pi-gtk-3135.so > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/56/1/.cp/libswt-gtk-3135.so > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/56/1/.cp/libswt-gnome-gtk-3135.so > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/57/1/.cp/libswt-pi-gtk-3135.so > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/57/1/.cp/libswt-gtk-3135.so > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/57/1/.cp/libswt-gnome-gtk-3135.so > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/81/1/.cp/libswt-pi-gtk-3138.so > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/81/1/.cp/libswt-gtk-3138.so > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/81/1/.cp/libswt-gnome-gtk-3138.so > .--eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/25/1/.cp/os/freebsd/x86/libcore_3_1_0.so > % > > I surprised by this set of .so-files . > > It there way to migrate projects layout without recreating all projects > setups ? IIRC, this is the same as running eclipse with the command-line option "-clean". This should pretty much wipe your .eclipse/org.eclipse.platform_3.1.0/configuration directory. Cheers, Panagiotis