[bug #33396] +[NSImage imageNamed:NSImageName*]

2016-01-20 Thread Anders Lindgren
Follow-up Comment #1, bug #33396 (project gnustep):

In addition to the names listed in the original post, NSImageNameCaution is
missing.

This, unfortunately, make building the latest development version of Emacs
fail.


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #46939] -Werror set for GSSpeechServer

2016-01-20 Thread Niels Grewe
URL:
  

 Summary: -Werror set for GSSpeechServer
 Project: GNUstep
Submitted by: thebeing
Submitted on: Mi 20 Jan 2016 21:23:15 GMT
Category: Gui/AppKit
Severity: 2 - Minor
  Item Group: Bug
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

Currently, the GSSpeechServer tool is really difficult to get to build because
it sets the -Werror flag on all source files. I stumbled upon this recently
when I wrote my VM build scripts, but see also
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811928.
 
Philosophically speaking, I'm quite in favour of -Werror (no warnings means no
petty little problems to obscure big ones), but we don't do it anywhere else
(as far as I'm aware), so it might make sense to remove it?

Cheers,

Niels




___

Reply to this item at:

  

___
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #46939] -Werror set for GSSpeechServer

2016-01-20 Thread matt rice
Follow-up Comment #1, bug #46939 (project gnustep):

An alternative proposal,

to just remove it for standard builds
I'm not sure there is currently a way with gnustep-make, if so i missed it in
the documentation.

something like:
DEBUG_OBJCFLAGS=-Werror

so it only occurrs during make debug=yes, 
I'm not sure i'm entirely on board with this (that is i see the debian bug you
provide has -g), that said it also has optimization flags, which I thought
debug=yes disabled.

so they may be passing -g in manually rather than using make debug=yes.

a lot of projects also will only enable it if maintainer mode has been enabled
with ./configure --enable-maintainer-mode

or if the version is checked out from version control (e.g. a .git dir exists)
as this is removed from the release tarball.

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep