Got this error after downloading and unpacking the 0.97 tarball ...

$ ./factor
Cannot resolve C library function
Library: DLL" /usr/lib/libgtk-x11-2.0.so.0"
Symbol: gtk_init
DlError: none
See http://concatenative.org/wiki/view/Factor/Requirements
(U) Quotation: [ c-to-factor -> ]
    Word: c-to-factor
(U) Quotation: [ [ catchstack* push ] dip call -> catchstack* pop* ]
(O) Word: command-line-startup
(O) Method: M\ gtk-ui-backend (with-ui)
(U) Quotation: [
        OBJ-CURRENT-THREAD special-object error-thread set-global
        current-continuation -> error-continuation set-global
        [ original-error set-global ] [ rethrow ] bi
    ]

Pretty sure Factor was running before.

Then I realized that maybe I should have unpacked the 0.97 tarball into a different directory than $HOME/Downloads/factor, where 0.96 was residing.

Unpacked the 0.97 tarball into its own directory, $HOME/Downloads/factor-0.97.

Still had a 0.96 tarball sitting around.

So I unpacked it into $HOME/Downloads/factor-0.96.

From there, ./factor brings up the listener just fine.

From $HOME/Downloads/factor-0.97, ./factor causes the aforementioned error.

  - mrw

On 11/02/2014 07:46 PM, John Benediktsson wrote:
"If birds can glide for long periods of time, then... why can’t I?" - Orville Wright

I'm very pleased to announce the release of Factor 0.97! You can
find download links on the Factor website:

http://factorcode.org

...

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to