Thanks a lot

On Mon, Nov 3, 2014 at 3:09 PM,
<factor-talk-requ...@lists.sourceforge.net> wrote:
> Send Factor-talk mailing list submissions to
>         factor-talk@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/factor-talk
> or, via email, send a message with subject or body 'help' to
>         factor-talk-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>         factor-talk-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Factor-talk digest..."
>
>
> Today's Topics:
>
>    1. Re: Factor 0.97 now available (John Benediktsson)
>    2. Re: Factor 0.97 now available (Dave Spanton)
>    3. Re: Factor 0.97 now available (Stanislav Paskalev)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 2 Nov 2014 20:11:53 -0800
> From: John Benediktsson <mrj...@gmail.com>
> Subject: Re: [Factor-talk] Factor 0.97 now available
> To: "factor-talk@lists.sourceforge.net"
>         <factor-talk@lists.sourceforge.net>
> Message-ID:
>         <CAKkuUiaTp_GLZMv4P=jt-dwomx9uommv4ao8g680ltged+t...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Do you have a /usr/lib/libgtk-x11-2.0.so.0?
>
> On Sun, Nov 2, 2014 at 8:00 PM, mr wzrd <wzr...@gmail.com> wrote:
>
>>  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
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Mon, 3 Nov 2014 09:46:42 +0000
> From: Dave Spanton <davespan...@gmail.com>
> Subject: Re: [Factor-talk] Factor 0.97 now available
> To: factor-talk@lists.sourceforge.net
> Message-ID:
>         <cal6a+mrda_o+tkmxduquzo625c2yuvyzhmqxhhzuhufsd8p...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Great work.
>
> On Mon, Nov 3, 2014 at 12:46 AM, John Benediktsson <mrj...@gmail.com> 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
>>
>> This release is brought to you with over 1,400 commits by the following
>> individuals:
>>
>>     Alex Vondrak, Andrew Pennebaker, Benjamin Pollack, Bj?rn Lindqvist, CW
>>     Alston, Doug Coleman, Erik Charlebois, Fred Alger, Iskander Sitdikov,
>> John
>>     Benediktsson, Jon Harper, Loryn Jenkins, Paul Woolcock, Roc King,
>> Samuel
>>     Tardieu, Steven Stewart-Gallus, and @Profpatsch
>>
>> Besides some bug fixes and library improvements, I want to highlight the
>> following changes:
>>
>> * Support for more color spaces including LAB, LCH, LUV, RYB, xyY, XYZ,
>> and YUV
>> * Support for SSL on windows
>> * Some new checksum implementations and performance improvements
>> * Cross-platform C library finder
>> * Client for IMAP protocol
>> * Support for MessagePack encoding and decoding
>> * Support for uuencoding and uudecoding
>> * Support for terminfo database files
>> * Support for tzinfo files
>> * Support for in-place sorting (using Quicksort)
>> * Bindings for ZeroMQ and Python
>> * Runner for Applescript (including definition support)
>> * Performance improvement to printf and support for vprintf
>> * Support saving images in GTK, Cocoa, and Windows backends
>> * Generative Modeling Language
>> * Lots of documentation added to the compiler
>> * Many, many improvements to the FUEL emacs mode
>>
>> Some possible backwards compatibility issues:
>>
>> * Fixed mask? in math.bitwise to be more correct
>> * Fixed bias in Mersenne Twister random number generator
>> * Better support for shebang (no longer need a space after #!)
>> * io-error now lives in the libc vocabulary
>> * sender stubs in cocoa.messages now named by method signature
>> * filter now allocates length of seq, not exemplar.
>> * Removed make-assoc in favor of explicit get's.
>>
>> For more details, please see the full announcement at:
>>
>> http://re-factor.blogspot.com/2014/11/factor-097-now-available.html
>>
>>
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> Factor-talk mailing list
>> Factor-talk@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Mon, 3 Nov 2014 13:09:44 +0200
> From: Stanislav Paskalev <ksh...@gmail.com>
> Subject: Re: [Factor-talk] Factor 0.97 now available
> To: factor-talk@lists.sourceforge.net
> Message-ID:
>         <cakvk0tgfnu4nk-kkc5o-hxvfvezmhja8vljivs5c1b19zg9...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Great job! :)
>
> Stanislav Paskalev
>
> On Mon, Nov 3, 2014 at 11:46 AM, Dave Spanton <davespan...@gmail.com> wrote:
>
>> Great work.
>>
>> On Mon, Nov 3, 2014 at 12:46 AM, John Benediktsson <mrj...@gmail.com>
>> 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
>>>
>>> This release is brought to you with over 1,400 commits by the following
>>> individuals:
>>>
>>>     Alex Vondrak, Andrew Pennebaker, Benjamin Pollack, Bj?rn Lindqvist, CW
>>>     Alston, Doug Coleman, Erik Charlebois, Fred Alger, Iskander Sitdikov,
>>> John
>>>     Benediktsson, Jon Harper, Loryn Jenkins, Paul Woolcock, Roc King,
>>> Samuel
>>>     Tardieu, Steven Stewart-Gallus, and @Profpatsch
>>>
>>> Besides some bug fixes and library improvements, I want to highlight the
>>> following changes:
>>>
>>> * Support for more color spaces including LAB, LCH, LUV, RYB, xyY, XYZ,
>>> and YUV
>>> * Support for SSL on windows
>>> * Some new checksum implementations and performance improvements
>>> * Cross-platform C library finder
>>> * Client for IMAP protocol
>>> * Support for MessagePack encoding and decoding
>>> * Support for uuencoding and uudecoding
>>> * Support for terminfo database files
>>> * Support for tzinfo files
>>> * Support for in-place sorting (using Quicksort)
>>> * Bindings for ZeroMQ and Python
>>> * Runner for Applescript (including definition support)
>>> * Performance improvement to printf and support for vprintf
>>> * Support saving images in GTK, Cocoa, and Windows backends
>>> * Generative Modeling Language
>>> * Lots of documentation added to the compiler
>>> * Many, many improvements to the FUEL emacs mode
>>>
>>> Some possible backwards compatibility issues:
>>>
>>> * Fixed mask? in math.bitwise to be more correct
>>> * Fixed bias in Mersenne Twister random number generator
>>> * Better support for shebang (no longer need a space after #!)
>>> * io-error now lives in the libc vocabulary
>>> * sender stubs in cocoa.messages now named by method signature
>>> * filter now allocates length of seq, not exemplar.
>>> * Removed make-assoc in favor of explicit get's.
>>>
>>> For more details, please see the full announcement at:
>>>
>>> http://re-factor.blogspot.com/2014/11/factor-097-now-available.html
>>>
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Factor-talk mailing list
>>> Factor-talk@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>>>
>>>
>>
>>
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> Factor-talk mailing list
>> Factor-talk@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> ------------------------------------------------------------------------------
>
>
> ------------------------------
>
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
> End of Factor-talk Digest, Vol 102, Issue 2
> *******************************************

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

Reply via email to