public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-accessibility/epos/files: epos-2.5.37-gcc45.patch
@ 2010-05-06 11:28 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-05-06 11:28 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/06 11:28:21

  Added:                epos-2.5.37-gcc45.patch
  Log:
  Fix building with GCC 4.5+ wrt #318585 by Kacper Kowalik.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-accessibility/epos/files/epos-2.5.37-gcc45.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/epos/files/epos-2.5.37-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/epos/files/epos-2.5.37-gcc45.patch?rev=1.1&content-type=text/plain

Index: epos-2.5.37-gcc45.patch
===================================================================
Fixing build with gcc 4.5

http://bugs.gentoo.org/show_bug.cgi?id=318585

--- src/nnet/neural_parse.yy
+++ src/nnet/neural_parse.yy
@@ -255,7 +255,7 @@
 
 int yyerror (char *s)
 {
-	shriek (812, fmt ("BISON:yyerror:bison_nnet parser: bison_row %i (not counting empty rows) '%s' is erroneous. %s\n", row_num, bison_row_buf, s));
+	shriek (812, fmt ("BISON:yyerror:bison_nnet parser: bison_row %i (not counting empty rows) '%s' is erroneous. %s\n", row_num, bison_row_buf.c_str(), s));
 	return -1;
 }
  






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-06 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 11:28 [gentoo-commits] gentoo-x86 commit in app-accessibility/epos/files: epos-2.5.37-gcc45.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox