Module named (sortsmill editor main) does not exist

Issue #49 new
Former user created an issue
bash$ main/smed
Backtrace:
In ice-9/boot-9.scm:
 157: 1 [catch #t #<catch-closure 18a8c00> ...]
In unknown file:
   ?: 0 [apply-smob/1 #<catch-closure 18a8c00>]

ERROR: In procedure apply-smob/1:
ERROR: In procedure public-lookup: Module named (sortsmill editor main) does not exist

This package is quite a challenge to build :) I think smed is the actual GUI editor, but I'm not sure. In any event, I can't figure out how to run it.

I'm stumped as to what to do from here, any help would be appreciated.

Comments (1)

  1. jtanx

    Yep, it's a dog of a program to compile. Anyway, I figured out how to make it run:

    export GUILE_LOAD_COMPILED_PATH=/usr/local/lib/guile/2.0/site-ccache/
    export LD_LIBRARY_PATH=/usr/local/lib
    

    Once that's exported, smed will run.

  2. Log in to comment