Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Changes to platform aggregator repository

Thanks,

git can now fetch the 3.x sources.

Unfortunately I can't build linux 64 swt natives for 3.x release, because of missing gnome2 libraries on Unbuntu 12.04 (libgnome-2.0 and libgnomeui-2.0 not found). Interestingly, that yesterday I was able to build 4.x release natives on same platform. So there seems to be a difference? AFAIK 4.x must have same gtk2 dependencies?


[INFO] --- maven-antrun-plugin:1.7:run (natives) @ org.eclipse.swt.gtk.linux.x86_64 ---
[INFO] Executing tasks

main:

init_fragment:

build_libraries:
[delete] Deleting directory /data/R3_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/tmpdir

copy.library.src:
[copy] Copying 84 files to /data/R3_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/../../../eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/tmpdir

init_build:

build_local:
[exec] Can't find /data/R3_platform-aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/tmpdir/../../components/external.idl
     [exec] Building SWT OS=linux SWT ARCH=x86_64
     [exec] libgnome-2.0 and libgnomeui-2.0 not found:
     [exec]     *** SWT Program support for GNOME will not be compiled.
[exec] Cairo found, compiling SWT support for the cairo graphics library. [exec] libjawt.so found, the SWT/AWT integration library will be compiled.
     [exec] Building SWT/GTK+ for linux x86_64
[exec] gcc -O -Wall -DSWT_VERSION=3833 -DLINUX -DGTK -I/usr/lib/jvm/jdk1.7.0_04/include -I/usr/lib/jvm/jdk1.7.0_04/include/linux -fPIC -DJNI64 -c swt.c [exec] gcc -O -Wall -DSWT_VERSION=3833 -DLINUX -DGTK -I/usr/lib/jvm/jdk1.7.0_04/include -I/usr/lib/jvm/jdk1.7.0_04/include/linux -fPIC -DJNI64 -c -o c.o c.c [exec] gcc -O -Wall -DSWT_VERSION=3833 -DLINUX -DGTK -I/usr/lib/jvm/jdk1.7.0_04/include -I/usr/lib/jvm/jdk1.7.0_04/include/linux -fPIC -DJNI64 -c -o c_stats.o c_stats.c [exec] gcc -O -Wall -DSWT_VERSION=3833 -DLINUX -DGTK -I/usr/lib/jvm/jdk1.7.0_04/include -I/usr/lib/jvm/jdk1.7.0_04/include/linux -fPIC -DJNI64 -DUSE_ASSEMBLER -c callback.c [exec] gcc -shared -fPIC -s -o libswt-gtk-3833.so swt.o c.o c_stats.o callback.o [exec] gcc -O -Wall -DSWT_VERSION=3833 -DLINUX -DGTK -I/usr/lib/jvm/jdk1.7.0_04/include -I/usr/lib/jvm/jdk1.7.0_04/include/linux -fPIC -DJNI64 `pkg-config --cflags gtk+-2.0` -c os.c
     [exec] In file included from os_structs.h:16:0,
     [exec]                  from os.c:17:
[exec] os.h:89:34: fatal error: X11/extensions/XTest.h: No such file or directory
     [exec] compilation terminated.
     [exec] make: *** [os.o] Error 1

I will retry tomorrow on RHEL.

On Thu, 05 Jul 2012 15:26:56 +0200, Thanh Ha <thanh.ha@xxxxxxxxxxx> wrote:

Hi Andrey,

Sorry looks like I forgot to push an update for the eclipsebuilder repository up. I've done that now so it should be working now.

You should be able to update it by running "git submodule update" from the aggregator repository.


Thanh

On 07/04/2012 05:05 PM, Andrey Loskutov wrote:
Hi Thanh,
thanks for your effort!

Unfortunately I have problems to clone Juno_RC4_R3 branch: git complains:

Unable to checkout '6d4b3d9656af75fcccfdf68eb21891f47a5eb994' in submodule path 'eclipse.platform.releng.eclipsebuilder'

Is it my network or repository issue?


--
Kind regards,
Mit freundlichen Grüßen
Andrey Loskutov

+Andrey: http://plus.google.com/u/0/113794713998126448910


Back to the top