Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread Doug Coleman
Try this from factor.sh: udo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev libgtk2.0-dev gtk2-engines-pixbuf libgtkglext1-dev wget git git-doc rlwrap clang gcc make screen tmux libssl-dev On Nov 3, 2014 9:17 PM, "mr wzrd" wrote: > On 11/03/2014 11:54 PM, John Benediktsson

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread mr wzrd
On 11/03/2014 11:54 PM, John Benediktsson wrote: Ok, if you look at the top of gtk.ffi vocabulary, you'll see the new way we look for libraries: << "gtk" { { linux "gtk-x11-2.0" } { windows "libgtk-win32-2.0-0" } } os of [ find-library cdecl add-library ] when*

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread John Benediktsson
Ok, if you look at the top of gtk.ffi vocabulary, you'll see the new way we look for libraries: << "gtk" { { linux "gtk-x11-2.0" } { windows "libgtk-win32-2.0-0" } } os of [ find-library cdecl add-library ] when* >> You can test how well the find-library mechanis

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread mr wzrd
On 11/03/2014 03:05 PM, John Benediktsson wrote: Okay, we switched to using alien.libraries.finder to look for C libraries instead of hard-coding their paths. Seems logical. Sounds like there is something about your setup that is not able to work. Setup here is pretty mundane. Ubuntu 14.0

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread John Benediktsson
Okay, we switched to using alien.libraries.finder to look for C libraries instead of hard-coding their paths. Sounds like there is something about your setup that is not able to work. Would it be easier to help us debug it or would you like me to show you how to revert GTK to its previous behavi

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread mr wzrd
Don't have /usr/lib/libgtk-x11-2.0.so.0. On 11/02/2014 11:11 PM, John Benediktsson wrote: Do you have a /usr/lib/libgtk-x11-2.0.so.0? On Sun, Nov 2, 2014 at 8:00 PM, mr wzrd > wrote: Got this error after downloading and unpacking the 0.97 tarball ... $ ./fact

Re: [Factor-talk] Factor-talk Digest, Vol 102, Issue 2

2014-11-03 Thread Ala'a Mohammad
Thanks a lot On Mon, Nov 3, 2014 at 3:09 PM, 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 m

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread John Benediktsson
We've been brainstorming a few things. Not sure how much of it will be done and in what order, but some of the features I'd like us to work on: - new parser to allow parsing cross-platform vocabularies without loading them and development of useful refactoring tools - improve compiler for perf

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread Björn Lindqvist
Hurra! Any plans for 0.98 or, dare I say it, 1.0? Factor feels like a very solid language to me and it's just lacking in polish. -- mvh/best regards Björn Lindqvist -- ___ Fa

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread Stanislav Paskalev
Great job! :) Stanislav Paskalev On Mon, Nov 3, 2014 at 11:46 AM, Dave Spanton wrote: > Great work. > > On Mon, Nov 3, 2014 at 12:46 AM, 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 th

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread Dave Spanton
Great work. On Mon, Nov 3, 2014 at 12:46 AM, 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://factorco