Ticket #371 (closed defect: wontfix)
"configure" fails on Cygwin
Reported by: | allter | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | mc-core | Version: | master |
Keywords: | Cc: | allter@… | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Master mc.org "configure" fails on cygwin. Both cygwin 1.5 and 1.7 were checked. Probably, it's an autoconf issue(?). 4.6.1 builds OK.
This is with glib2.0-devel package installed.
./configure: line 14070: syntax error near unexpected token `GLIB,'
./configure: line 14070: ` PKG_CHECK_MODULES(GLIB, glib-2.0, glib_found=yes, :)'
can anyone suggest something?
Change History
comment:2 Changed 15 years ago by slavazanko
- Milestone changed from future releases to 4.7
Need to fix before 4.7 release
comment:3 Changed 15 years ago by allter
- Cc allter@… added
I was able to "autogen.sh" and "configure" master mc on Cygwin-1.7. To do this I had to install pkg-config program. It's not mentioned in INSTALL or other docs in mc source tree - probably this should be documented somewhere.
Another problem is the S-lang which is absent in official Cygwin packages list. I've installed S-lang 2.1.4 from tarball and "configure" picked it but make fails with the following messages:
Info: resolving _SLang_TT_Read_FD by linking to impSLang_TT_Read_FD (auto-im
port)
Info: resolving _SLtt_Try_Termcap by linking to impSLtt_Try_Termcap (auto-im
port)
Info: resolving _SLang_TT_Baud_Rate by linking to impSLang_TT_Baud_Rate (aut
o-import)
Info: resolving _SLtt_Ignore_Beep by linking to impSLtt_Ignore_Beep (auto-im
port)
Info: resolving _SLtt_Use_Ansi_Colors by linking to impSLtt_Use_Ansi_Colors
(auto-import)
Info: resolving _SLang_Version by linking to impSLang_Version (auto-import)
Info: resolving _SLtt_Has_Alt_Charset by linking to impSLtt_Has_Alt_Charset
(auto-import)
Info: resolving _SLtt_Blink_Mode by linking to impSLtt_Blink_Mode (auto-impo
rt)
(sorry for too short exerpt - I've tried building on scroll-less console emulator and it's too late this night to give it another try)
comment:5 Changed 12 years ago by andrew_b
- Branch state set to no branch
Is this ticket still actual?