Bug#667866: cenon.app: FTBFS with GCC-4.7

2012-05-23 Thread Yavor Doganov
tags 667866 + patch
thanks

Patch attached.
--- cenon.app-3.93.orig/VHFShared/vhfCompatibility.h
+++ cenon.app-3.93/VHFShared/vhfCompatibility.h
@@ -44,7 +44,7 @@
 #if defined( GNUSTEP_BASE_VERSION )
 
 #define VHFIsDrawingToScreen()	[[NSGraphicsContext currentContext] isDrawingToScreen]
-#define VHFSelectorIsEqual(a, b)	sel_eq(a, b)
+#define VHFSelectorIsEqual(a, b)	sel_isEqual(a, b)
 #define VHFAntialiasing()		[[NSGraphicsContext currentContext] shouldAntialias]
 #define VHFSetAntialiasing(f)	[[NSGraphicsContext currentContext] setShouldAntialias:f]
 #define PSWait()			[[NSGraphicsContext currentContext] flushGraphics]


Bug#667866: cenon.app: FTBFS with GCC-4.7

2012-04-07 Thread Yavor Doganov
Source: cenon.app
Version: 3.93-1.1
Severity: important
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.7

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.

Linking app Cenon ...
./obj/Cenon.obj/DocView.m.o: In function `-[DocView validateMenuItem:]':
/home/yavor/rebuild/cenon.app-3.93/DocView.m:3791: undefined reference to 
`sel_eq'
/home/yavor/rebuild/cenon.app-3.93/DocView.m:3792: undefined reference to 
`sel_eq'
/home/yavor/rebuild/cenon.app-3.93/DocView.m:3946: undefined reference to 
`sel_eq'
/home/yavor/rebuild/cenon.app-3.93/DocView.m:3947: undefined reference to 
`sel_eq'
/home/yavor/rebuild/cenon.app-3.93/DocView.m:3948: undefined reference to 
`sel_eq'
./obj/Cenon.obj/DocView.m.o:/home/yavor/rebuild/cenon.app-3.93/DocView.m:3949: 
more undefined references to `sel_eq' follow
collect2: error: ld returned 1 exit status
make[4]: *** [Cenon.app/./Cenon] Error 1



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org