On Wed, Oct 22, 2003 at 10:53:51PM +0200, Michalis Kamburelis wrote:
> Maybe you're using the Keyboard unit ? This unit uses Mouse in it's
> implementation, and by default unit Mouse uses Gpm unit (that links to
> libgpm). If you don't want to depend on libgpm you can recompile Mouse
> with symbol
James Mills wrote:
Hi,
I noticed the other day that one of my FPC programs which does not in
anyway shape or form use the gpm or any mouse libraries actually
requires the gpm library to be installed.
It seems the fpc 1.0.10 is compiling programs and requiring libgpm to be
installed.
Why is this ?
Don't know whether in my case it's libgpm-related but console pas code I
have developed on Linux under fpc-1.0.6 doesn't compile under 1.0.10 so
I downgraded to 1.0.6 and everything's fine.
-Laurent
On Thu, 23 Oct 2003 03:43:13 +1000, James Mills wrote:
> It seems the fpc 1.0.10 is compiling pr
> Hi,
>
> I noticed the other day that one of my FPC programs which does not in
> anyway shape or form use the gpm or any mouse libraries actually
> requires the gpm library to be installed.
>
> It seems the fpc 1.0.10 is compiling programs and requiring libgpm to be
> installed.
>
> Why is this ?
Hi,
I noticed the other day that one of my FPC programs which does not in
anyway shape or form use the gpm or any mouse libraries actually
requires the gpm library to be installed.
It seems the fpc 1.0.10 is compiling programs and requiring libgpm to be
installed.
Why is this ?
cheers
James
--
> On Tuesday 21 October 2003 11:57, you wrote:
> > Hello!
> >
> > I am interested in a demo which does really trivial graphics on LINUX,
> > compiles fine with FPC 1.0.4, and does basically that what a normal
> > TurboPascal for DOS can do with its graph unit.
> >
> > Because Linux uses X11, it
Hello
Thanks for asking, and sorry for late answer, but I haven't read the msg in
this group for a while, sorry.
As an answer to your and others questions, we have created a new webpage
about porting to Mac. In one or two days it will appear at
www.freepascal.org under "Development".
Hopefully