Re: [fpc-devel] Re: Is it possible to remove dependency on cygwin from freepascal ?

2009-04-29 Thread Florian Klaempfl
Daniël Mantione schrieb:
 
 
 Op Tue, 28 Apr 2009, schreef Vincent Snijders:
 
 Tomas Hajny schreef:
 On Tue, April 28, 2009 12:13, sakesun roykiatisak wrote:
 Is it possible to remove dependency on cygwin from freepascal ?
 To make it clear, I actually mean remove dependency on some cygwin
 utilities
 Fpc compiler is not based on cygwin, however.

 Sorry if this could cause some confusion to some new freepascal user.

 As far as I know, the most prominent place causing cygwin dependency on
 Win32 is the GDB debugger (and its library form used by FP IDE).

 The stand-alone debugger gdb distributed with fpc is not cygwin, but
 mingw32.
 
 Did someone ever try to build a libgdb under mingw32?

Yes, there is even a bug report discussing it (it doesn't work).
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Re: Is it possible to remove dependency on cygwin from freepascal ?

2009-04-29 Thread Marco van de Voort
In our previous episode, Florian Klaempfl said:
  mingw32.
  
  Did someone ever try to build a libgdb under mingw32?
 
 Yes, there is even a bug report discussing it (it doesn't work).

(I quickly tried to duplicate that last weekend, but kept running into
missing sys/ipc.h, even with mingw patches applied. I didn't have time to
further look into this. Probably will have to subscribe to mingw list to ask
a bunch of questions about it I assume)
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Re: Is it possible to remove dependency on cygwin from freepascal ?

2009-04-28 Thread Tomas Hajny
On Tue, April 28, 2009 12:13, sakesun roykiatisak wrote:
 Is it possible to remove dependency on cygwin from freepascal ?

 To make it clear, I actually mean remove dependency on some cygwin
 utilities
 Fpc compiler is not based on cygwin, however.

 Sorry if this could cause some confusion to some new freepascal user.

As far as I know, the most prominent place causing cygwin dependency on
Win32 is the GDB debugger (and its library form used by FP IDE).
Possibility of own debugger was discussed here repeatedly, but it's a
rather complex area.

Tomas


___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Re: Is it possible to remove dependency on cygwin from freepascal ?

2009-04-28 Thread Vincent Snijders

Tomas Hajny schreef:

On Tue, April 28, 2009 12:13, sakesun roykiatisak wrote:

Is it possible to remove dependency on cygwin from freepascal ?

To make it clear, I actually mean remove dependency on some cygwin
utilities
Fpc compiler is not based on cygwin, however.

Sorry if this could cause some confusion to some new freepascal user.


As far as I know, the most prominent place causing cygwin dependency on
Win32 is the GDB debugger (and its library form used by FP IDE).


The stand-alone debugger gdb distributed with fpc is not cygwin, but mingw32.

Vincent
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Re: Is it possible to remove dependency on cygwin from freepascal ?

2009-04-28 Thread Daniël Mantione



Op Tue, 28 Apr 2009, schreef Vincent Snijders:


Tomas Hajny schreef:

On Tue, April 28, 2009 12:13, sakesun roykiatisak wrote:

Is it possible to remove dependency on cygwin from freepascal ?

To make it clear, I actually mean remove dependency on some cygwin
utilities
Fpc compiler is not based on cygwin, however.

Sorry if this could cause some confusion to some new freepascal user.


As far as I know, the most prominent place causing cygwin dependency on
Win32 is the GDB debugger (and its library form used by FP IDE).


The stand-alone debugger gdb distributed with fpc is not cygwin, but mingw32.


Did someone ever try to build a libgdb under mingw32?

Daniël___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Re: Is it possible to remove dependency on cygwin from freepascal ?

2009-04-28 Thread Marco van de Voort
In our previous episode, Vincent Snijders said:
  As far as I know, the most prominent place causing cygwin dependency on
  Win32 is the GDB debugger (and its library form used by FP IDE).
 
 The stand-alone debugger gdb distributed with fpc is not cygwin, but mingw32.

The 2.2.4 gdb.exe greps on cygwin. It might be workarounds for debugging
cygwin programs though, since looking with pe-explorer doesn't show gdb.exe
statically linking to cygwin.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel