-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sidebar.c fails with lvalue error #131
Comments
Oh dear. That's worrying. The COLS variable is part of ncurses and is hard-coded throughout mutt. I shall go away and have a think about what to do... |
@LMariachi Please try adding this near the top of mutt_curses.h and let me know if it makes a difference. #if defined (__CYGWIN__)
#define NCURSES_REENTRANT 0
#endif Bedtime, now. |
Nope, same error as before. |
Hmm... Starting again with clean source, please try: autoreconf -i; ./configure --enable-sidebar CFLAGS="-DNCURSES_REENTRANT=0"; make |
Had to add --with-homespool=~/mbox to the configure line, but the build failed anyway. Output attached. |
OK, this isn't going to work. Thanks for your debugging. |
I changed
to
and things seem to work.
sidebar.c.diff.zip
The text was updated successfully, but these errors were encountered: