Re: failed building eclipse on powerpc

2003-05-14 Thread Jan Schulz
* Matt Zimmerman <[EMAIL PROTECTED]> wrote: >> > Send a note to the gnome-vfs maintainer about it; possibly the pkg-config >> > data is being generated incorrectly. >> done... Does anyone know a way around it? > You _could_ manipulate the output from pkg-config to match what you feel it > should be

Re: failed building eclipse on powerpc

2003-05-14 Thread Jan Schulz
* Arnaud Vandyck <[EMAIL PROTECTED]> wrote: > dh_strip -a > strip: Warning: Output file cannot represent architecture UNKNOWN! [...] No idea about this... Have to google a bit more... Hm... could you do a strip -s -v source-tree/plugins/org.eclipse.swt.gtk/os/linux/x86/*so and include this line i

Re: failed building eclipse on powerpc

2003-05-14 Thread Matt Zimmerman
On Wed, May 14, 2003 at 11:05:19PM +0200, Jan Schulz wrote: > * Matt Zimmerman <[EMAIL PROTECTED]> wrote: > >> Is this a Bug? How can I work around this? I don't want to > >> make this static, but keep the pkg-config call? Using sed > >> or suchlike? > > Send a note to the gnome-vfs maintainer a

Re: failed building eclipse on powerpc

2003-05-14 Thread Jan Schulz
* Matt Zimmerman <[EMAIL PROTECTED]> wrote: >> Is this a Bug? How can I work around this? I don't want to >> make this static, but keep the pkg-config call? Using sed >> or suchlike? > Send a note to the gnome-vfs maintainer about it; possibly the pkg-config > data is being generated incorrectly.

Re: failed building eclipse on powerpc

2003-05-14 Thread Matt Zimmerman
On Wed, May 14, 2003 at 03:20:37PM +0200, Jan Schulz wrote: > Very strange: > [EMAIL PROTECTED]:~$ pkg-config --cflags gnome-vfs-2.0 > -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 > -I/usr/lib/gnome-vfs-2.0/include > -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 > -I/usr/lib/gli

Re: failed building eclipse on powerpc

2003-05-14 Thread Jan Schulz
* Keegan Quinn <[EMAIL PROTECTED]> wrote: > The '-pthread' linker option is used on some platforms (OpenBSD AFAIK) to > trigger linkage of threading code. The Linux eqivalent is '-lpthread' - > usually simply changing it wherever it occurs is sufficient. Very strange: [EMAIL PROTECTED]:~$ pkg-c

Re: failed building eclipse on powerpc

2003-05-14 Thread Arnaud Vandyck
Jan, Many thanks for your mail. Here is the result from last night (I build the Eclipse package during the night ;-) ): [...] dpkg-deb: building package `eclipse-javac' in `../eclipse-javac_2.1-4_all.deb'. dpkg-deb: building package `eclipse-jdt' in `../eclipse-jdt_2.1-4_all.deb'. dpkg-deb: build

Re: failed building eclipse on powerpc

2003-05-13 Thread Keegan Quinn
On Tuesday 13 May 2003 03:01 pm, Jan Schulz wrote: > Now it compiles, but I get an error from ld: > ld -o libswt-gnome-gtk-2133.so gnome.o -x \ > -shared `pkg-config --libs gnome-vfs-2.0` > ld: unrecognized option '-pthread' > ld: use the --help option for usage information > make[1]: *** [li

Re: failed building eclipse on powerpc

2003-05-13 Thread Jan Schulz
* Arnaud Vandyck <[EMAIL PROTECTED]> wrote: > Yes it is! I've got the additional icon.xpm in source-tree Strange... Anyway, as this copying was the only thing what the ant-task was usefull for, this is now done in debian/rules... > No! j2sdk from blackdown (1.3)... I'm reinstalling the blackdown

Re: failed building eclipse on powerpc

2003-05-13 Thread Arnaud Vandyck
Jan Schulz wrote: * Arnaud Vandyck <[EMAIL PROTECTED]> wrote: # fakeroot debian/rules build-java-stamp -> eclipse and icon.xpm should be in there. OK, everything is OK So no additional copying? Yes it is! I've got the additional icon.xpm in source-tree Ok, java is already compiled... It seems ;-)

Re: failed building eclipse on powerpc

2003-05-13 Thread Jan Schulz
* Arnaud Vandyck <[EMAIL PROTECTED]> wrote: >> # fakeroot debian/rules build-java-stamp >> -> eclipse and icon.xpm should be in there. > OK, everything is OK So no additional copying? >> If the icon.xpm is not copied, I will change the way copying is >> done. Should anyway happen, as the precomp

Re: failed building eclipse on powerpc

2003-05-13 Thread Arnaud Vandyck
Jan Schulz wrote: * I wrote: # fakeroot debian/rules build -> check what's in /source-tree. There should now be the icon.xpm Hm, I'm not totally sure, what's happening here, but this seems like a bug somewhere... If icon.xpm isn't there, please do a cd source-tree; cp plugins/platform-launcher/bin

Re: failed building eclipse on powerpc

2003-05-11 Thread Jan Schulz
* I wrote: > # fakeroot debian/rules build > -> check what's in /source-tree. There should now be the icon.xpm > Hm, I'm not totally sure, what's happening here, but this seems like > a bug somewhere... If icon.xpm isn't there, please do a > cd source-tree; cp plugins/platform-launcher/bin/linux/g

Re: failed building eclipse on powerpc

2003-05-10 Thread Jan Schulz
* Arnaud Vandyck <[EMAIL PROTECTED]> wrote: > I'm trying to re-build eclipse on my ppc but... > cp: cannot stat `/archives/debian/other/eclipse-2.1/source-tree/icon.xpm': > No such file or directory > Is it because a previous error in the build process? My buffer is too > short :-( > Is it possibl