On Mon, 28 May 2012 11:53:23 +0300, Yavor Doganov wrote:
> > Builds fine for me (i386 and amd64 sid chroot).
> Strange that I cannot reproduce it either :/
> However, warnings like these are a guaranteed failure at runtime:
>
> Document.m:1364:2: warning: implicit declaration of function ‘sel_get
At Sat, 26 May 2012 18:42:04 +0200,
gregor herrmann wrote:
> Builds fine for me (i386 and amd64 sid chroot).
Strange that I cannot reproduce it either :/
However, warnings like these are a guaranteed failure at runtime:
Document.m:1364:2: warning: implicit declaration of function ‘sel_get_name’
Processing commands for cont...@bugs.debian.org:
> tag 667886 + unreproducible
Bug #667886 [src:textedit.app] textedit.app: FTBFS with GCC-4.7
Added tag(s) unreproducible.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
667886: http://bugs.debian.org/cgi-bin/bugre
tag 667886 + unreproducible
thanks
On Sat, 07 Apr 2012 11:52:11 +0300, Yavor Doganov wrote:
> The package fails to build in a test rebuild on at least i386 with
> gcc-4.7/gobjc-4.7, but succeeds to build with gcc-4.6/gobjc-4.6. The
> severity of this report may be raised before the wheezy release
Processing commands for cont...@bugs.debian.org:
> tags 667886 + patch
Bug #667886 [src:textedit.app] textedit.app: FTBFS with GCC-4.7
Added tag(s) patch.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
667886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=6678
tags 667886 + patch
thanks
Patch attached.
--- textedit.app-4.0+20061029.orig/Document.m
+++ textedit.app-4.0+20061029/Document.m
@@ -1361,13 +1361,13 @@ validateToggleItem (NSMenuItem *aCell, B
{
SEL action = [aCell action];
#ifdef GNUSTEP
- const char *sel_name = sel_get_name (action);
+ c
6 matches
Mail list logo