simulavr-devel
[Top][All Lists]
Advanced

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

Re: [Simulavr-devel] Simulavr and Atmega128 (fwd)


From: Slawomir Kawalek
Subject: Re: [Simulavr-devel] Simulavr and Atmega128 (fwd)
Date: Fri, 4 Apr 2003 15:47:52 +0200

Hello!

I checked it.

It is enough to use header: <termios.h> without SYS



So,  #include <termios.h>    works OK.



Slawomir Kawalek


----- Original Message ----- 
From: "Theodore A. Roth" <address@hidden>
To: "Slawomir Kawalek" <address@hidden>
Cc: <address@hidden>
Sent: Thursday, April 03, 2003 8:31 PM
Subject: Re: [Simulavr-devel] Simulavr and Atmega128 (fwd)


> 
> 
> On Thu, 3 Apr 2003, Slawomir Kawalek wrote:
> 
> :) Hello!
> :)
> :) What kind of probled did you get?
> :)
> :) I changed only one file: disp.c
> :) I put one more include, see comment 3SK
> :) #include "config.h"
> :)
> :) #include <stdio.h>
> :)
> :) #include "gnu_getopt.h"
> :)
> :) ...
> :)
> :) #ifdef HAS_NCURSES
> :)
> :) # include <ncurses.h>
> :)
> :) #else# include <curses.h>
> :)
> :) #endif
> :)
> :) // 3S // On CygWin "winsize" is not visible....so we must include
> :) sys/termios.h...and it works...
> :)
> :) #include <sys/termios.h>
> :)
> :) // 3S
> 
> Does this work with just <termios.h> instead of <sys/termios.h>? Does
> your system have <termios.h>?
> 
> Ted Roth
> 





reply via email to

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