Skip to content
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

Missing configure flags --with-slang-includes, --with-slang-libs #4330

Closed
mc-butler opened this issue Jan 27, 2022 · 4 comments
Closed

Missing configure flags --with-slang-includes, --with-slang-libs #4330

mc-butler opened this issue Jan 27, 2022 · 4 comments
Labels
area: docs Improvements or additions to documentation prio: low Minor problem or easily worked around ver: 4.8.27 Reproducible in version 4.8.27
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/4330
Reporter humeniuc (@humeniuc)

In mc's INSTALL file is mentioned --with-slang-includes and --with-slang-libs

`--with-slang-includes=[DIR]'
     Set path to SLANG includes [default=/usr/include]; make sense
     only if --with-screen=slang is used.

`--with-slang-libs=[DIR]'
     Set path to SLANG library [default=/usr/lib]; mke sense only
     if --with-screen=slang is used.

But when I run ./configure --prefix="$HOME/.local" --with-screen=slang --with-slang-includes="$HOME/.local/include" --with-slang-libs="$HOME/.local/lib" the following is outputed to stderr:

configure: WARNING: unrecognized options: --with-slang-includes, --with-slang-libs

Also, when I run ./configure --help| grep -i slang there is no mention of --with-slang-includes or --with-slang-libs

  --with-screen=[LIB]     Compile with screen library: slang or ncurses [slang
  SLANG_CFLAGS
              C compiler flags for SLANG, overriding pkg-config
  SLANG_LIBS  linker flags for SLANG, overriding pkg-config
@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jan 28, 2022 at 9:36 UTC (comment 1)

  • Component changed from mc-core to documentation

These options were removed in [0a26014], but INSTALL was not cleaned up.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jan 28, 2022 at 17:58 UTC (comment 2)

  • Blocked by set to #4270
  • Milestone changed from Future Releases to 4.8.28

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 13, 2022 at 10:35 UTC (comment 3)

  • Blocked by #4270 deleted

Fixed as [185c80f].

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 13, 2022 at 10:36 UTC (comment 4)

  • Resolution set to fixed
  • Status changed from new to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Improvements or additions to documentation prio: low Minor problem or easily worked around ver: 4.8.27 Reproducible in version 4.8.27
Development

No branches or pull requests

1 participant