-
Notifications
You must be signed in to change notification settings - Fork 10
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
Building on Cygwin fails #43
Comments
Should be harmless for other platforms. See #43. I really need to update this embedded Lua instead.
Thanks for the report!
I pushed a commit removing
That's weird! This sounds like a build issue. Perhaps some incompatibility between your curses headers and your library? |
Hi, sorry for late answer! After I did a git pull, the build problem disapeared from the lua lib linking. But it remains for the libconfigeditor.a linking. About the version of ncurse, I took the version shipped by cygwin, supposingly identical for binaries and headers. Compiling with ./configure --disable-ncurses don't change a thing. |
Here is version returned by cygcheck of ncurses libraries and header with integrity check:
|
When building on Cygwin (MobaXterm) with embeded Lua integrated, ar returns an error with unknown option "u" (deprecated anyway):
If I remove manually the "u" option in "Makefile" and "lua-5.3.0/src/Makefile", the compilation complete without any more errors, but running dit.exe fails with a segmentation fault. Using gdb I've got the following details:
The text was updated successfully, but these errors were encountered: