On Sat, Dec 8, 2012 at 10:41 PM, Leonard P <leonard14...@gmail.com> wrote:
>> Message: 3
>> Date: Sat, 8 Dec 2012 15:48:33 +0100
>> From: Marek Kubica <ma...@xivilization.net>
>> Subject: Re: [Factor-talk] Running factor
>> To: factor-talk@lists.sourceforge.net
>> Message-ID: <20121208154833.6b57a...@xivilization.net>
>> Content-Type: text/plain; charset=US-ASCII
>>
>> On Fri, 7 Dec 2012 20:30:56 -0500
>> Leonard P <leonard14...@gmail.com> wrote:
>>
>>> $ ls -l /lib/libc-*.so /lib/libc.so*
>>> -rwxr-xr-x 1 root root 1437064 Jun  6  2012 /lib/libc-2.11.3.so
>>> lrwxrwxrwx 1 root root      14 Dec  6 06:47 /lib/libc.so.6 ->
>>> libc-2.11.3.so
>>
>> This kinda looks ancient. How did you install Factor? You might want to
>> install Factor from source to get a Factor binary linked against your
>> version of glibc.
>>
>> regards,
>> Marek

First downloaded the Factor binary.  Got as far as the error message
about the glibc version.

Then compiled Factor from source.  Got this far ...

$ ./factor
Cannot resolve C library function
Symbol: gtk_init
Library: f
(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
    ]

Tried this ...

$ sudo apt-get install g++ libc6-dev libpango1.0-dev libx11-dev
libgl1-mesa-dev libsqlite3-dev libssl-dev libgtkglext1-dev
[sudo] password for leonard:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6-dev is already the newest version.
libc6-dev set to manually installed.
g++ is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgtkglext1-dev : Depends: libgtk2.0-dev but it is not going to be installed
 libpango1.0-dev : Depends: libcairo2-dev (>= 1.8.2-2) but it is not
going to be installed
E: Broken packages

Strange thing is that I can remember running the graphical listener before.

Any plans in the future to publish Factor as a debian package?  :)

 - Leonard

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to