Summary: | compile error in kdemultimedia | ||
---|---|---|---|
Product: | [Unmaintained] kdemultimedia | Reporter: | FRLinux <frlinux> |
Component: | general | Assignee: | Multimedia Developers <kde-multimedia> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | alfons.hoogervorst |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
FRLinux
2003-09-17 10:32:23 UTC
same here gcc 3.3.2 glibc 2.3.2 linux 2.4.21 I think removing -pedantic "helps", gcc is getting way too strict lately Please do not report CVS compilation errors to bugs.kde.org. Instead, tell them in the IRC channel or to one of the development mailing lists. This error is caused by g++ 3.3 being stricter than the previous versions. The error is in glibc and in the kernel, not in KDE code. Please report to the appropriate maintainers. And as Stefan suggested, removing the -pedantic option really solves the problem. |