[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libspeechd.h syntax error
From: |
Alexander E . Patrakov |
Subject: |
libspeechd.h syntax error |
Date: |
Mon, 7 Jan 2008 17:53:56 +0500 |
Hello,
with gcc-4.2 and speech-dispatcher-0.6.5, the following one-line test
file cannot be compiled:
#include <libspeechd.h>
This is because libspeechd.h uses wchar_t in line 173, but doesn't
include any header that defines this type. I suggest adding a #include
<stddef.h> near the top of libspeechd.h.
--
Alexander E. Patrakov
- libspeechd.h syntax error,
Alexander E . Patrakov <=