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: Theodore A. Roth
Subject: Re: [Simulavr-devel] Simulavr and Atmega128 (fwd)
Date: Thu, 3 Apr 2003 10:31:45 -0800 (PST)


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]