Hi,

attached a similar fix to get AClock from gap CVS to start up. Actually the 
same as for LapisPuzzle.
Further the URL in the Info... window points to a nonexistent host, but since 
there is no special page on GAP for it (yet) I did not updated it too.
Anyone knows what this playsound binary is, which is used to play the sounds?

Sebastian
? AClock.app
? fix_aclock.diff
? obj
Index: main.m
===================================================================
RCS file: /sources/gap/gap/user-apps/AClock/main.m,v
retrieving revision 1.1
diff -u -r1.1 main.m
--- main.m	2 May 2010 05:16:15 -0000	1.1
+++ main.m	5 May 2011 14:34:04 -0000
@@ -1,10 +1,6 @@
 #include <AppKit/AppKit.h>
 
-int main(int argc, char **argv)
+int main(int argc, const char **argv)
 {
-	CREATE_AUTORELEASE_POOL(pool);
-	[NSApplication sharedApplication];
-	[NSApp run];
-	DESTROY(pool);
-	return 0;
+	return NSApplicationMain (argc, argv);
 }
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to