[fpc-pascal]Error when compile the latest source

2003-02-17 Thread milimeter
Hello, everybody I can't compile the source from the latest cvs, the errors are as follows: make -C gtkgl all make[7]: Entering directory `/root/tmp/fpc/packages/extra/gtk/gtkgl' /root/tmp/fpc/compiler/ppc386 -XX -CX -Xs -OG2p3 -n -Fu/root/tmp/fpc/rtl/linux -Fu/root/tmp/fpc/packages/e

Re: [fpc-pascal]Error when compile the latest source

2003-02-17 Thread Sebastian Günther
milimeter schrieb: > Hello, everybody > > I can't compile the source from the latest cvs, the errors are as follows: > Fatal: Can't find unit GL > Can anybody tell me what is wrong with it? yes, you have to compile and install the OpenGL units first (or maybe it is sufficient if you pull them

Re: [fpc-pascal]Error when compile the latest source

2003-02-17 Thread Mattias Gaertner
On Mon, 17 Feb 2003 11:32:04 +0100 Sebastian Günther <[EMAIL PROTECTED]> wrote: > milimeter schrieb: > > Hello, everybody > > > > I can't compile the source from the latest cvs, the errors are as > > follows: > > Fatal: Can't find unit GL > > Can anybody tell me what is wrong with it? > >

[fpc-pascal]How to implement a minimum http server?

2003-02-17 Thread milimeter
Hello, everybody I want to use free pascal to implement the smallest http server which only response static html files compressed in a tar.gz file. How should I do? Give me some suggestions pls. Thank you. mili ___ fpc-pascal maillist - [EMAIL

[fpc-pascal]Can't compile sockets demo

2003-02-17 Thread milimeter
Hello, everyone I got the following errors when compiling dsocksvr.pp, but there is already ssockets.o and ssockets.ppu under /usr/lib/fpc/1.0.7/units/linux/fcl: >>> dsocksvr.pp(26,23) Fatal: Can't compile unit SSOCKETS, no sources available <<< What's wrong with it? Thanks, m

[fpc-pascal]Solved! -- Can't compile sockets demo

2003-02-17 Thread milimeter
Sorry, It's my own fault, now all work correct. Thanks, mili ÔÚ ÐÇÆÚ¶þ 18 ¶þÔ 2003 10:20£¬ÄúдµÀ£º > Hello, everyone > > I got the following errors when compiling dsocksvr.pp, but there is > already ssockets.o and ssockets.ppu under > /usr/lib/fpc/1.0.7/units/linux/fcl: > > dsocksvr.pp

[fpc-pascal]Can anyone give an example for unit http?

2003-02-17 Thread milimeter
Hello, everybody I noticed that there are two units in fpc: http, AsyncIO, but there's no documents and examples for them. Does anybody know how to use them? Thanks, mili ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org