Ticket #2139 (closed defect: fixed)
Fixup screen library imports
Reported by: | metux | Owned by: | metux |
---|---|---|---|
Priority: | major | Milestone: | 4.7 |
Component: | mc-core | Version: | master |
Keywords: | slang ncurses autoconf crosscompile | Cc: | zaytsev |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by metux) (diff)
Current screen library import has several issues, eg. breaking on crosscompile (AC_TRY_RUN, wrong absolute pathes, etc).
branch: 2139_screen_library_fixup
Change History
comment:1 Changed 15 years ago by metux
- Keywords slang ncurses autoconf crosscompile added
- Status changed from new to accepted
- Version changed from version not selected to master
- severity changed from no branch to on review
- Description modified (diff)
comment:2 Changed 15 years ago by andrew_b
- severity changed from on review to on rework
Cannot build:
checking for SLANG... configure: error: Package requirements (slang >= 2.0) were not met: No package 'slang' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables SLANG_CFLAGS and SLANG_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
My S-Lang is 2.1.4. slang.pc is provided in S-Lang since 2.2.version.
Note: See
TracTickets for help on using
tickets.