Skip to content

./nnn: symbol lookup error: ./nnn: undefined symbol: COLORS #1687

Closed Locked Answered by mikarm999
mikarm999 asked this question in Q&A
Discussion options

You must be logged in to vote

Simple script which does the task:


#!/bin/bash

#O_DEBUG := 0 # debug binary
#O_NORL := 0 # no readline support
#O_PCRE := 0 # link with PCRE library
#O_NOLOC := 0 # no locale support
#O_NOMOUSE := 0 # no mouse support
#O_NOBATCH := 0 # no built-in batch renamer
#O_NOFIFO := 0 # no FIFO previewer support
#O_CTX8 := 0 # enable 8 contexts
#O_ICONS := 0 # support icons-in-terminal

O_NERD := 0 # support icons-nerdfont

#O_QSORT := 0 # use Alexey Tourbin's QSORT implementation
#O_BENCH := 0 # benchmark mode (stops at first user input)
#O_NOSSN := 0 # enable session support
#O_NOUG := 0 # disable user, group name in status bar

git clone https://github.com/jarun/nnn.git
PATH_OLD = $(echo $PATH)
e…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@mikarm999
Comment options

Comment options

You must be logged in to vote
7 replies
@mikarm999
Comment options

@N-R-K
Comment options

@mikarm999
Comment options

@mikarm999
Comment options

Answer selected by jarun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants