Building Poco for Cygwin (was: Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address)

2015-11-09 Thread David Stacey
Hi Francis. If you're still keen to build Poco for Cygwin yourself, then it's probably worth looking at the patches and compiler settings that I use, as you may want to make use of them. Download the source, either using Cygwin's setup.exe or directly from a mirror [1], and unpack. The 'poco.

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-09 Thread Ken Brown
On 11/9/2015 11:44 AM, Francis ANDRE wrote: rebase -O -T list That's works effectively but why it does not work without the -O option? Hold on, the story is not closed when doing the following steps at the console, it works find . -name "*.dll" > dlls rebase -O -T dlls PATH=/cygdrive/z/gi

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-09 Thread Ken Brown
On 11/9/2015 10:23 AM, Francis ANDRE wrote: Le 08/11/2015 17:05, Ken Brown a écrit : On 11/8/2015 10:11 AM, Francis ANDRE wrote: $ rebase --help [...] -O, --oblivious Do not change any files already in the database and do not record any changes to the databa

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-09 Thread Francis ANDRE
rebase -O -T list That's works effectively but why it does not work without the -O option? Hold on, the story is not closed when doing the following steps at the console, it works find . -name "*.dll" > dlls rebase -O -T dlls PATH=/cygdrive/z/git/poco-1.6.2/stage/tools/PocoDoc/bin/CYGWIN/i6

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-09 Thread Francis ANDRE
Le 08/11/2015 17:05, Ken Brown a écrit : On 11/8/2015 10:11 AM, Francis ANDRE wrote: $ rebase --help [...] -O, --oblivious Do not change any files already in the database and do not record any changes to the database. (Implies -s).

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-08 Thread Ken Brown
On 11/8/2015 10:11 AM, Francis ANDRE wrote: > reinstalled poco-1.6.1 and the problem reappears...thsu, following your > advises > > $ find stage/tools -name "*.dll" > dlls > $ cat dlls > stage/tools/lib/CYGWIN/i686/cygPocoCppParser.32.dll > stage/tools/lib/CYGWIN/i686/cygPocoCppParser.dll > stage

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-08 Thread Francis ANDRE
Le 07/11/2015 22:17, Marco Atzeri a écrit : On 07/11/2015 22:02, David Stacey wrote: On 07/11/15 09:06, Francis ANDRE wrote: Le 07/11/2015 09:13, David Stacey a écrit : On 07/11/15 07:12, Marco Atzeri wrote: On 07/11/2015 07:39, Francis ANDRE wrote: Hi read /usr/share/doc/rebase/README

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-07 Thread Achim Gratz
Marco Atzeri writes: > It is what I do for octave builds from mercurial repository, > as rebase is not aware of these new dll's > > find /build_root -name "*.dll" > new_dlls > rebase -T new_dlls Make that either rebase -OT new_dlls or find builddir -name \*.dll | rebase -OT - if you want to

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-07 Thread Marco Atzeri
On 07/11/2015 22:02, David Stacey wrote: On 07/11/15 09:06, Francis ANDRE wrote: Le 07/11/2015 09:13, David Stacey a écrit : On 07/11/15 07:12, Marco Atzeri wrote: On 07/11/2015 07:39, Francis ANDRE wrote: Hi read /usr/share/doc/rebase/README As this files are not part of the cygwin packa

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-07 Thread David Stacey
On 07/11/15 09:06, Francis ANDRE wrote: Le 07/11/2015 09:13, David Stacey a écrit : On 07/11/15 07:12, Marco Atzeri wrote: On 07/11/2015 07:39, Francis ANDRE wrote: Hi I have recently updated my Cygwin installation using the latest setup_x86.exe and then the following executable PocoDoc --co

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-07 Thread Francis ANDRE
Le 07/11/2015 08:12, Marco Atzeri a écrit : On 07/11/2015 07:39, Francis ANDRE wrote: Hi I have recently updated my Cygwin installation using the latest setup_x86.exe and then the following executable PocoDoc --config=/cygdrive/z/git/poco-1.6.2/PocoDoc/cfg/mkdoc-poco.xml --config=/cygdrive/z

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-07 Thread David Stacey
On 07/11/15 07:12, Marco Atzeri wrote: On 07/11/2015 07:39, Francis ANDRE wrote: Hi I have recently updated my Cygwin installation using the latest setup_x86.exe and then the following executable PocoDoc --config=/cygdrive/z/git/poco-1.6.2/PocoDoc/cfg/mkdoc-poco.xml --config=/cygdrive/z/git/po

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-06 Thread Marco Atzeri
On 07/11/2015 07:39, Francis ANDRE wrote: Hi I have recently updated my Cygwin installation using the latest setup_x86.exe and then the following executable PocoDoc --config=/cygdrive/z/git/poco-1.6.2/PocoDoc/cfg/mkdoc-poco.xml --config=/cygdrive/z/git/poco-1.6.2/stage/docbuild/PocoDoc.ini e

Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address

2015-11-06 Thread Francis ANDRE
Hi I have recently updated my Cygwin installation using the latest setup_x86.exe and then the following executable PocoDoc --config=/cygdrive/z/git/poco-1.6.2/PocoDoc/cfg/mkdoc-poco.xml --config=/cygdrive/z/git/poco-1.6.2/stage/docbuild/PocoDoc.ini emits " Loaded to different address:" err