Home > Archive > Prolog > February 2007 > Graphical User Interface
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Graphical User Interface
|
|
| girish 2007-02-17, 10:03 pm |
| Which is the best Prolog framework to use to build a stand-alone
application that would run on Linux?
Thanks.
| |
| girish 2007-02-17, 10:03 pm |
| On Feb 17, 10:20 pm, "girish" <Girish.Padmala...@gmail.com> wrote:
> Which is the best Prolog framework to use to build a stand-alone
> application that would run on Linux?
> Thanks.
ok. let me phrase it another way. Looks like SWI-Prolog on windows has
an IDE and development platform. But on linux I get a poor ?. So is
there no good support for GUI development using Prolog on Linux?
| |
| Jan Wielemaker 2007-02-18, 7:03 pm |
| On 2007-02-18, girish <Girish.Padmalayam@gmail.com> wrote:
> On Feb 17, 10:20 pm, "girish" <Girish.Padmala...@gmail.com> wrote:
>
> ok. let me phrase it another way. Looks like SWI-Prolog on windows has
> an IDE and development platform. But on linux I get a poor ?. So is
> there no good support for GUI development using Prolog on Linux?
It has the same on Linux, but some distros do not ship it or have split
the system into multiple sub-packages. Debian-based packages renamed pl
to something else (swipl?), but did not rename
/usr/lib/pl-<version>/pl.rc. This file should be renamed accordingly
(i.e. swipl.rc, etc.).
--- Jan
| |
| girish 2007-02-19, 8:02 am |
| On Feb 18, 9:29 am, Jan Wielemaker <j...@nospam.ct.xs4all.nl> wrote:
> On 2007-02-18, girish <Girish.Padmala...@gmail.com> wrote:
>
>
>
> It has the same on Linux, but some distros do not ship it or have split
> the system into multiple sub-packages. Debian-based packages renamed pl
> to something else (swipl?), but did not rename
> /usr/lib/pl-<version>/pl.rc. This file should be renamed accordingly
> (i.e. swipl.rc, etc.).
>
> --- Jan
it appears that ubuntu hasnt mangled it - uses a link.
-girish
|
|
|
|
|