speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[C++ Project] Problem linking the library


From: Milan Zamazal
Subject: [C++ Project] Problem linking the library
Date: Thu, 03 Apr 2008 17:59:32 +0200

>>>>> "GS" == Giorgio Stefanoni <GStefanoni at unibz.it> writes:

    GS> I'm including the library in an header file, which is then
    GS> included in other files.

I think the problem is that libspeechd.h doesn't contain the standard
construct

#ifndef _LIBSPEECHD_H
#define _LIBSPEECHD_H
...
#endif

preventing to include its code multiple times.

Regards,

Milan Zamazal



reply via email to

[Prev in Thread] Current Thread [Next in Thread]