-
-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
buggood-first-issueThis is a label for those starting out in development to find a starting point.This is a label for those starting out in development to find a starting point.
Description
To reproduce:
git clone https://github.com/lem-project/lem.git
cd lem && make webview
sudo make install
lem -i webviewdebugger invoked on a SIMPLE-ERROR in thread
#<THREAD tid=32533 "main thread" RUNNING {1200048003}>:
implementation NCURSES not found
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit from the current thread.
(LEM-CORE:LAUNCH #S(LEM-CORE::COMMAND-LINE-ARGUMENTS :ARGS NIL :HELP NIL :DEBUG NIL :VERSION NIL :WITHOUT-INIT-FILE NIL :LOG-FILENAME NIL :INTERFACE :NCURSES :FILENAMES NIL))
source: (ERROR "implementation ~A not found" IMPLEMENTATION-KEYWORD)
0] This also breaks launching the .desktop file as it uses lem -i webview.
If we build both webview and ncurses instead,
make webview-ncurses
sudo make install
lem -i webviewLem opens the ncurses version.
Running lem without -i webview works and opens the webview version successfully.
vindarelnmccamish
Metadata
Metadata
Assignees
Labels
buggood-first-issueThis is a label for those starting out in development to find a starting point.This is a label for those starting out in development to find a starting point.