| Summary: | strigi seemingly can't be compiled with gcc 4.4 | ||
|---|---|---|---|
| Product: | unknown | Reporter: | Mat <jackdachef> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mat
2009-04-24 21:53:04 UTC
Bugs for Strigi should be reported to its bug tracking system, see: http://sourceforge.net/projects/strigi/ the problem wasn't exactly due to gcc 4.4: the error message indicated that the stdio header file was not included #include <stdio.h> in the following files: src/estraierindexer/estraierindexmanager.cpp src/estraierindexer/estraierindexreader.cpp because the ebuild is fetching from svn://anonsvn.kde.org/home/kde/trunk/kdesupport/strigi I thought it belonged to kde ... reported upstream and fixed with adding the entries to those 2 files assigned bug id is: #2780869 Thanks ! |