Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229865 - app-text/notecase-1.9.3: building failed with gcc-4.3.1
Summary: app-text/notecase-1.9.3: building failed with gcc-4.3.1
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-06-28 06:41 UTC by Nikolay Orlyuk
Modified: 2008-06-28 14:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolay Orlyuk 2008-06-28 06:41:50 UTC
cstring header missed in notecase-1.9.3/src/_unx/ExecuteFile.cpp


Reproducible: Always

Steps to Reproduce:




--- notecase-1.9.3/src/_unx/ExecuteFile.cpp.orig	2008-03-27 14:39:14.000000000 +0200
+++ notecase-1.9.3/src/_unx/ExecuteFile.cpp	2008-06-28 08:59:19.000000000 +0300
@@ -11,6 +11,7 @@
 #include "../config.h"
 #include "../lib/debug.h"
 #include <string>
+#include <cstring>
 #include <vector>
 #include <algorithm>
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-06-28 14:40:35 UTC
Added, mind submitting it upstream? Thanks.