Re: [fpc-devel] Is lnet compilation working?

2009-09-11 Thread Joost van der Sluis
On Tue, 2009-09-08 at 22:18 +0200, Aleš Katona wrote: What did you change? Btw. the forward declaration bug in windows was fixed in lNet trunk, so windows users can use it with fpc fixes branch at least... (didn't try fpc trunk). Replaced the 'var lServerSocker: TLHTTPServerSocket absolute

Re: [fpc-devel] Is lnet compilation working?

2009-09-11 Thread Aleš Katona
Thanks for the patch, Micha will look into it. As for the absolute, I'll update lNet in fppkg when 0.6.3 goes out (hopefuly soon). Ales ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Is lnet compilation working?

2009-09-10 Thread Aleš Katona
Fixed, thanks for reporting. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Is lnet compilation working?

2009-09-09 Thread ABorka
lNet latest SVN revision 2316 gives . . . Target OS: Win32 for i386 Compiling ludp.pp ludp.pp(84,26) Error: Identifier not found LADDR_BR ludp.pp(116) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted . . . with the latest FPC svn rev 13686 Aleš Katona wrote:

Re: [fpc-devel] Is lnet compilation working?

2009-09-08 Thread Joost van der Sluis
On Sat, 2009-09-05 at 08:05 +0200, Vincent Snijders wrote: ABorka schreef: No, just with the latest FPC/Lazarus SVN Then you probably need the get back to 2.2.4 for the released lnet and to svn version of fpc from before the latest changes in the sockets unit. I've added some hacks to

Re: [fpc-devel] Is lnet compilation working?

2009-09-08 Thread Aleš Katona
What did you change? Btw. the forward declaration bug in windows was fixed in lNet trunk, so windows users can use it with fpc fixes branch at least... (didn't try fpc trunk). NOTE: IPv6 will only work for unix atm. ___ fpc-devel maillist -

Re: [fpc-devel] Is lnet compilation working?

2009-09-05 Thread Vincent Snijders
ABorka schreef: No, just with the latest FPC/Lazarus SVN Then you probably need the get back to 2.2.4 for the released lnet and to svn version of fpc from before the latest changes in the sockets unit. Vincent ___ fpc-devel maillist -

Re: [fpc-devel] Is lnet compilation working?

2009-09-05 Thread Aleš Katona
On Fri, 04 Sep 2009 18:30:58 -0700 ABorka fpc-de...@aborka.com wrote: Hi, Trying to send emails and load web pages from Lazarus/FPC programs. Since the latest Indy cannot be compiled and used in Lazarus/Freepascal at the moment (it seems at least so), I have tried to start using lNet.

[fpc-devel] Is lnet compilation working?

2009-09-04 Thread ABorka
Hi, Trying to send emails and load web pages from Lazarus/FPC programs. Since the latest Indy cannot be compiled and used in Lazarus/Freepascal at the moment (it seems at least so), I have tried to start using lNet. However, it seems it does not compile either. The lNet SVN gives: . . .

Re: [fpc-devel] Is lnet compilation working?

2009-09-04 Thread Vincent Snijders
ABorka schreef: Hi, Trying to send emails and load web pages from Lazarus/FPC programs. Since the latest Indy cannot be compiled and used in Lazarus/Freepascal at the moment (it seems at least so), I have tried to start using lNet. Did you try with fpc 2.2.4? Vincent

Re: [fpc-devel] Is lnet compilation working?

2009-09-04 Thread ABorka
No, just with the latest FPC/Lazarus SVN Vincent Snijders wrote: ABorka schreef: Hi, Trying to send emails and load web pages from Lazarus/FPC programs. Since the latest Indy cannot be compiled and used in Lazarus/Freepascal at the moment (it seems at least so), I have tried to start using