Dj-Garfield / logstalgia

Automatically exported from code.google.com/p/logstalgia
0 stars 0 forks source link

strcmp issue #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
strcmp wasn't available in resource.h from including <string>, I had to
include <string.h> also.

Original issue reported on code.google.com by j...@willamowius.de on 6 Oct 2008 at 7:35

GoogleCodeExporter commented 8 years ago
Cheers.

Original comment by acaudw...@gmail.com on 6 Oct 2008 at 9:03

GoogleCodeExporter commented 8 years ago
Ditto for Fedora 9...

[root@giga logstalgia-0.9.1]# diff src/core/resource.h.orig src/core/resource.h
33a34
> #include <string.h>

Original comment by philip.m...@gmail.com on 11 Oct 2008 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by acaudw...@gmail.com on 20 Oct 2008 at 12:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I might remove the spec file since there's another package here:
https://bugzilla.redhat.com/show_bug.cgi?id=465851

Original comment by acaudw...@gmail.com on 21 Oct 2008 at 12:25

GoogleCodeExporter commented 8 years ago
Release candidate with the resource.h fix.

Original comment by acaudw...@gmail.com on 21 Oct 2008 at 1:02

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by acaudw...@gmail.com on 29 Oct 2008 at 2:51