nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] compile nano.


From: Steven Kneizys
Subject: Re: [Nano-devel] compile nano.
Date: Sat, 25 May 2002 15:35:40 -0700 (PDT)

Greetings Petrov,

In nano.c, I had to enable the raw(); call to get it to work on an
Alpha.
Find this code and if your code segfaults on a control-\ then take off
the ifndef/ednif pair and see if that fixes it for you.  If it does
then maybe we can fix the distribution, if you do not need it then I
need to fix how I install it! :) :)

#ifndef _POSIX_VDISABLE
        /* We're going to have to do it the old way, i.e. on cygwin */
        raw();
#endif

        kbinput = wgetch(edit);

Take care!

Steve...

--- Chris Allegretta <address@hidden> wrote:
> On Sun, May 26, 2002 at 12:08:13AM +0300,  Petrov M.I. wrote:
> > Hi All!
> > >> $uname -a 
> > >> OSF1 V4.0 1229 alpha
> > 
> > > You'll need ncurses or a curses lib that doesn't suck. Did the
> compile
> > > fail for you? 
> >  $./configure 
> > ....
> > *** The glib-config script installed by GLIB could not be found
> > *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
> > *** your path, or set the GLIB_CONFIG environment variable to the
> > *** full path to glib-config.
> > configure: error:
> > *** snprintf() and/or vsnprintf() not found.  GLIB not found
> either.
> > *** You need both snprintf() and vsnprintf().  Alternatively you
> can
> > *** install the GLIB library which can be found at
> ftp://ftp.gtk.org/.
> > Tanx.
> 
> hi Petrov,
> 
>       The error message pseaks the truth ;)   You must have glib 
> installed if your system doesn't have snprinf.  You should even be
> able 
> to install it as a non-user if you dont have root.
> 
> Chris A
> -- 
> Chris Allegretta      http://www.asty.org
> 
> "Share and Enjoy" - Douglas Adams, 1952 - 2001
> 
> _______________________________________________
> Nano-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/nano-devel


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



reply via email to

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