Re: [fpc-pascal] fpc network components
On Tue, 9 May 2006 13:08:29 +0200 (Romance Daylight Time) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Tue, 9 May 2006, Michael Van Canneyt wrote: > > > > > > > On Tue, 9 May 2006, Mattias Gaertner wrote: > > > >> I want to create a simple webserver, that runs locally on the user > >machine. > It must run on MacOSX, Linux, Windows and FreeBSD. > >> > >> What is the state of the FPC network units? > > > > lnet should function on most platforms. Micha Nelissen has made a simple > > webserver. I think it's time to move lnet to the FCL and/or packages and > > distribute it with FPC by default. > > And of course Synapse should work on all these platforms... I just downloaded synapsnap.zip and tried: It needs quite a lot of libc and there are a lot IFDEF linux which must be replaced by unix. Where is the version that runs on MacOSX? Is there already a libc for darwin/powerpc in the base packages of fpc? Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] fpc network components
> I just downloaded synapsnap.zip and tried: > It needs quite a lot of libc and there are a lot IFDEF linux which must be > replaced by unix. Where is the version that runs on MacOSX? Is there > already a libc for darwin/powerpc in the base packages of fpc? Again... Synapse with needed support is unreleased yet, it is not in latest synasnap yet. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] fpc network components
On Tue, 09 May 2006 15:27:34 +0200 "Lukas Gebauer" <[EMAIL PROTECTED]> wrote: > > > And of course Synapse should work on all these platforms... > > > > I find that very hard to believe since the feb snapshot still has > > un-ifdefed references to unit libc. > > > > Or do you have some developer only version? > > I do lot of modifications in Synapse what are unpublished yet. > Synapse know to use FPC native sockets/netdb units as socket backend > now. It opens Synapse to many supported platforms. > > Before a some time I asked here for help with debugging in various > unix platforms, but nobody contact me. I can debug only Linux on i386 > platform. I would like to test synapse on MacOSX. Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] fpc network components
> > Before a some time I asked here for help with debugging in various unix > > platforms, but nobody contact me. I can debug only Linux on i386 > > platform. > > I would like to test synapse on MacOSX. Great! Best will be if you can subscribe to synapse mailing list and wait for next Synasnap. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal