gnokii-users
[Top][All Lists]
Advanced

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

Re[2]: Problem running gnokii under cygwin...


From: Pawel Kot
Subject: Re[2]: Problem running gnokii under cygwin...
Date: Sun, 19 Jan 2003 23:59:19 +0100 (CET)

On Sun, 19 Jan 2003, Polik wrote:

> I forgot - there is a wrong include path in common/devices/tekram.c
>
> #ifndef WIN32
> #  include "devices/unixserial.h"
> #else
> #  include "winserial.h"
> #endif
>
> It should be
>
> #ifndef WIN32
> #  include "devices/unixserial.h"
> #else
> #  include "devices/winserial.h"
> #endif

Thanks. Fixed.

> And since gettext kept causing me link errors, I always
> "configure"d with --disable-nls

Yes, that's what I used to compile gnokii on cygwin also.

pkot
-- 
mailto:address@hidden :: mailto:address@hidden
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku





reply via email to

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