On Thu, Oct 24, 2013 at 03:32:53PM +0530, akshma wrote:> Hi,
>
> While installing libeidt in Ubuntu 12.0 I am getting the following message.
> I am not even able to edit the curses.h and stddef.h file. Kindly help.
>
> /usr/lib/gcc/i686-linux-gnu/4.6/include/stddef.h:353:23: error: conflicting
> types for ''wint_t''
> /usr/include/curses.h:241:18: note: previous declaration of
''wint_t'' was
> here
> make[3]: *** [terminal.lo] Error 1
Just a guess, but I''m Linux probably wants set a different set of
preprocessor
defines (also known as "feature flags" in this context). Take a look
at
those include files to see which #ifdef''s they have around the relevant
lines. You can probably add the relevant flags to your makefile.
It''s also possible that includes are being pulled in in an order
different
than what Linux wants, and possibly something else needs to be pulled in
first but isn''t.
I really can''t be any more specific than that since I don''t
run Linux and
thus can''t easily check anything. You''ll probably get better
help on a
list dedicated to Linux.
--
Kevin P. Neal http://www.pobox.com/~kpn/
"What is mathematics? The age-old answer is, of course, that mathematics
is what mathematicians do." - Donald Knuth
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to
"freebsd-stable-unsubscribe@freebsd.org"