Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-29 Thread Michael Schnell
I'll do another test and report... -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-29 Thread Michael Schnell
Follow-up: I d/l'ed the most recent Synapse snapshot and when compiling I get: Compiling ./synapse/synautil.pas jedi.inc(512,4) Error: Illegal assembler style specified INTEL This is easily fixed by commenting out the appropriate line in jedi.inc, but it shows that this Synapse version is

[fpc-devel] Windows 32bits .EXE socket server application on Linux x64

2013-01-29 Thread Jy V
I wanted to share how I have been able to setup a Windows 32 bits executable on Ubuntu x64 using Wine, the EXE has been compiled with Delphi (the same works with Lazarus), the program is an embedded http server listening on port 80, any program listening on low ports (server sockets on ports 25,

Re: [fpc-devel] for-in-index loop

2013-01-29 Thread Hans-Peter Diettrich
Paul Ishenin schrieb: At least it's more fun to implement something very new, instead of working on incomplete parts (loadable libraries, targets) which had been delayed due to problems. The same situation in Lazarus and in many open source projects BTW. Where are your patches for loadable

Re: [fpc-devel] for-in-index loop

2013-01-29 Thread Paul Ishenin
29.01.13, 17:23, Hans-Peter Diettrich пишет: Paul Ishenin schrieb: At least it's more fun to implement something very new, instead of working on incomplete parts (loadable libraries, targets) which had been delayed due to problems. The same situation in Lazarus and in many open source projects

[fpc-devel] Fixes 2.6.1 fails to install under Win32

2013-01-29 Thread Graeme Geldenhuys
Hi, I'm using a Win2000, and have a released FPC 2.6.0 installed. I updated my FPC 2.6.1 to r23533 (latest revision to date). I run by usual build.bat script (shown below). FPC, RTL and FCL seems to compile fine, but the 'make install ...' seems to fail. I've never had such issues before. It

Re: [fpc-devel] Fixes 2.6.1 fails to install under Win32

2013-01-29 Thread Michalis Kamburelis
Graeme Geldenhuys wrote: Hi, I'm using a Win2000, and have a released FPC 2.6.0 installed. I updated my FPC 2.6.1 to r23533 (latest revision to date). I run by usual build.bat script (shown below). FPC, RTL and FCL seems to compile fine, but the 'make install ...' seems to fail. I've never had