Seems your cygwin did not to be allow to use system api to create process. Did you use some kind of anti-virus application like Symantec EndPoint Protection? If yes, you may need to install a newly version with certain verification for cygwin.
BTW, the method you executed last one "make -sr" will give a release build without the debug information. try "make -sr debug=true" please. 2013/1/10 2 <laoyi...@126.com> > After my step 2, I go to sw and run "build debug=true", but it didn'i > work. I got the message: > >/cygdrive/d/aoo/main/sw > >$ build debug=true > cygwin warning: > MS-DOS style path detected: D:/aoo/main/solenv/bin/build.pl > Preferred POSIX equivalent is: /cygdrive/d/aoo/main/solenv/bin/build.pl > CYGWIN environment variable option "nodosfilewarning" turns off this > warning. > Consult the user's guide for more details about POSIX paths: > http://cygwin.com/cygwin-ug-net/using.html#using-pathnames > build -- version: 275224 > This module has been migrated to GNU make. > You can only use build --all/--since here with build.pl. > To do the equivalent of 'build && deliver' call: > make -sr > in the module root (This will modify the solver). > > >/cygdrive/d/aoo/main/sw > >$ make -sr > 2 [main] sh 2720 fork: child -1 - CreateProcessW failed for > 'C:\cygwin\bin\sh.exe', errno 13 > /bin/sh: fork: Permission denied > D:/aoo/main/solenv/gbuild/AllLangResTarget.mk:91: recipe for target > `/cygdrive/d/aoo/main/solver/341/ > wntmsci12.pro/workdir/Dep/SrsPartTarget/sw/source/ui/index/idxmrk.src.d' > failed > make: *** [/cygdrive/d/aoo/main/solver/341/ > wntmsci12.pro/workdir/Dep/SrsPartTarget/sw/source/ui/index/idxmrk.src.d] > Error 254 > > > > > > > > > > At 2013-01-10 11:07:51,chengjh <chen...@apache.org> wrote: > >I am not sure your step 4,5,6...After your step 2, you can go to sw module > >and run "build debug=true" to do individual build with debug info once you > >have done modifications in sw module,and then you will find > >that breakpoints can be added to your modified files after the new built > >dlls at ..\main\solver\350\wntmsci12.pro\workdir\LinkTarget\Library are > >copied and pasted to your installation directory,such as > >D:\OO34\Basis\program\... > > > >On Thu, Jan 10, 2013 at 10:43 AM, 2 <laoyi...@126.com> wrote: > > > >> Hi, > >> I have found the dlls in solver folder, but I was another > problem, > >> when build sw with debug information, but I couldn't found the dlls with > >> debug infomation, where are them? > >> there are the command I input in cygwin: > >> 1.cd main > >> 2.source winenv.Set.sh > >> 4.cd instsetoo_native > >> 5.build --from sw --prepare # removes old output trees and solver > >> 6.build debug=true --from sw > >> > >> Yi > >> > >> > >> At 2013-01-09 16:32:46,chengjh <chen...@apache.org> wrote: > >> >Sure,the compiled object files can be found at ..\main\solver\350\ > >> >wntmsci12.pro\workdir\CxxObject\sw\.,and dlls can be got > >> >from ..\main\solver\350\wntmsci12.pro > \workdir\LinkTarget\Library..Thanks. > >> > > >> >On Wed, Jan 9, 2013 at 3:52 PM, Herbert Duerr <h...@apache.org> wrote: > >> > > >> >> On 09.01.2013 08:06, 2 wrote: > >> >> > >> >>> when got my own build, I couldn't found the filefolder > >> wntmsci12.proin sw module which be found in sc module, could it be said > >> that my build > >> >>> failed ? > >> >>> > >> >> > >> >> That is no problem: The sw module has been converted to gbuild, so > that > >> >> the files are now in main/solver/350/wntmsci12.pro instead of the > >> modules > >> >> wntmsci12.pro folder. > >> >> > >> >> Herbert > >> >> > >> > > >> > > >> > > >> >-- > >> > > >> >Best Regards,Jianhong Cheng > >> > > > > > > > >-- > > > >Best Regards,Jianhong Cheng >