Re: Build Problem (solved)

2015-08-16 Thread Andrea Pescetti

On 08/08/2015 Jason Marshall wrote:

build completed and I was able to install from the build. ...
Hopefully from there I can tackle some of the smaller issues
identified on Bugzilla and so make a meaningful contribution.


Welcome Jason, congratulations and if you want to start making some 
small contributions that will immediately be useful to the project you 
can practice with the release blockers for 4.1.2.


A particularly simple one, for example, is
https://bz.apache.org/ooo/show_bug.cgi?id=126454
which can be solved the same way as
https://bz.apache.org/ooo/show_bug.cgi?id=125965
but still allows you to practice updating components. If you wish to try 
with that one, just let us know (and ask for any doubts); otherwise I'll 
take care of this one and we can find several other issues to fix.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Build Problem (solved)

2015-08-08 Thread Regina Henschel

Hi Jason,

Jason Marshall schrieb:

Hi Regina


Thank you for the advice here.  I followed what you said and moved
the source into the root of C drive, placing it in a directory with
no special characters.  I did subsequently encounter an issue with
building the modules associated with the SDK, but I re-ran configure
with SDK disabled using the --disable-odk command.  Accordingly, the
build completed and I was able to install from the build.


That is good news. Congratulation.




I will not move onto some of the tutorials kindly provided on the OO
wiki and have a go at hacking some of the code on my own computer.
Hopefully from there I can tackle some of the smaller issues
identified on Bugzilla and so make a meaningful contribution.


When you have identified an area of interest, you should write a note. 
OpenOffice is huge. Perhaps you can get then some useful hints and tips 
from our experts.


Kind regards
Regina













From: Regina Henschel Sent: ‎Tuesday‎, ‎21‎ ‎July‎ ‎2015 ‎12‎:‎51 To:
dev@openoffice.apache.org





Hi Jason,

Jason Marshall schrieb:

Hi Regina

Thank you for looking at this.  I have ensured that with a new
Cygwin session I have run the following successfully:

/source winenv.set.sh/


Following that, I have run the following:

/build --all:comphelper 2>&1 | tee mybuild.log/


The build again did not progress past building the 'comphelper'
module and appeared to have the same error as previously.  However,
I have attached the log file, 'mybuild.log' that was produced.

When I ran the 'configure' command, I ran this with the following
parameters:

/./configure --with-frame-home="$SDK_PATH"
--with-psdk-home="$SDK_PATH" --with-midl-path="$SDK_PATH/bin"
--with-ant-home="/cygdrive/c/ant"
--with-jdk-home="/cygdrive/c/Java/jdk1.8.0_45"
--with-dmake-url="//https://github.com/mohawk2/dmake/archive/DMAKE_4_12.tar.gz//";



--with-epm-url="//https://www.msweet.org/files/project2/epm-4.2-source.tar.gz//";

--enable-pch --disable-atl --disable-activex --without-junit
--disable-directx/


Please try with removed --enable-pch "pch" is "precompiled header
support"

--with-epm-url is not needed for Windows builds.

You might want to add --without-fonts, download of "gentium"
sometimes fails.




I have also included as a file attachment the output of running
'configure' and can confirm that no errors were generated, although
two warnings were as follows, which appear to not be related to the
issue here:

/checking which cppunit to use... configure: WARNING: not using
cppunit/ /configure: WARNING: NSIS not found, no self contained
installer will be build./


I also note from the 'configure' output that the source code is
identified as being in the 'tmp' directory as follows:

/The variable SRC_ROOT  is set to:
C:/cygwin/tmp/aoo-4.1.1/main/


Do you think that it may be better for me to delete the part of
the build that has succeeded and then unpack the source into
another directory that is not temp?  If so, would this simply be to
the root of the Cygwin file system?


Yes, I think it is better to put the source not under tmp or any
other directory, which is set somewhere as temp-directory.

I have always use a directory directly under C: I have always use
names without special characters. I have never tried to put the
source somewhere inside cygwin, so I cannot say, whether that is
possible.

To test, whether the tmp directory is the problem, please move the
folder aoo-4.1.1 under C: and rename it to e.g. aoo411

You need to remove all remainders of previous build tries then. In
cygwin change to the main folder of your source, then use the
following command (all in one line) find . -maxdepth 2 -name
"wntmsci12*" | xargs rm -rf

In addition you have to manually delete the wntmsci12* folders in
main/solver in all subfolders of ext_libraries in all subfolders of
extras

Start with a new configure with parameters.

Hopefully it works better then.

Kind regards Regina





-



To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For additional commands, e-mail: dev-h...@openoffice.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Build Problem (solved)

2015-08-08 Thread Jason Marshall
Hi Regina


Thank you for the advice here.  I followed what you said and moved the source 
into the root of C drive, placing it in a directory with no special characters. 
 I did subsequently encounter an issue with building the modules associated 
with the SDK, but I re-ran configure with SDK disabled using the --disable-odk 
command.  Accordingly, the build completed and I was able to install from the 
build.


I will not move onto some of the tutorials kindly provided on the OO wiki and 
have a go at hacking some of the code on my own computer.  Hopefully from there 
I can tackle some of the smaller issues identified on Bugzilla and so make a 
meaningful contribution.


Best regards


Jason






Sent from Windows Mail





From: Regina Henschel
Sent: ‎Tuesday‎, ‎21‎ ‎July‎ ‎2015 ‎12‎:‎51
To: dev@openoffice.apache.org





Hi Jason,

Jason Marshall schrieb:
> Hi Regina
>
> Thank you for looking at this.  I have ensured that with a new Cygwin
> session I have run the following successfully:
>
> /source winenv.set.sh/
>
>
> Following that, I have run the following:
>
> /build --all:comphelper 2>&1 | tee mybuild.log/
>
>
> The build again did not progress past building the 'comphelper' module
> and appeared to have the same error as previously.  However, I have
> attached the log file, 'mybuild.log' that was produced.
>
> When I ran the 'configure' command, I ran this with the following
> parameters:
>
> /./configure --with-frame-home="$SDK_PATH"
> --with-psdk-home="$SDK_PATH" --with-midl-path="$SDK_PATH/bin"
> --with-ant-home="/cygdrive/c/ant"
> --with-jdk-home="/cygdrive/c/Java/jdk1.8.0_45"
> 
> --with-dmake-url="//https://github.com/mohawk2/dmake/archive/DMAKE_4_12.tar.gz//";
> 
> --with-epm-url="//https://www.msweet.org/files/project2/epm-4.2-source.tar.gz//";
> --enable-pch --disable-atl --disable-activex --without-junit
> --disable-directx/

Please try with removed --enable-pch
"pch" is "precompiled header support"

--with-epm-url is not needed for Windows builds.

You might want to add --without-fonts, download of "gentium" sometimes 
fails.

>
>
> I have also included as a file attachment the output of running
> 'configure' and can confirm that no errors were generated, although two
> warnings were as follows, which appear to not be related to the issue here:
>
> /checking which cppunit to use... configure: WARNING: not using cppunit/
> /configure: WARNING: NSIS not found, no self contained installer
> will be build./
>
>
> I also note from the 'configure' output that the source code is
> identified as being in the 'tmp' directory as follows:
>
> /The variable SRC_ROOT  is set to: C:/cygwin/tmp/aoo-4.1.1/main/
>
>
> Do you think that it may be better for me to delete the part of the
> build that has succeeded and then unpack the source into another
> directory that is not temp?  If so, would this simply be to the root of
> the Cygwin file system?

Yes, I think it is better to put the source not under tmp or any other 
directory, which is set somewhere as temp-directory.

I have always use a directory directly under C:
I have always use names without special characters.
I have never tried to put the source somewhere inside cygwin, so I 
cannot say, whether that is possible.

To test, whether the tmp directory is the problem, please move the 
folder aoo-4.1.1 under C: and rename it to e.g. aoo411

You need to remove all remainders of previous build tries then.
In cygwin change to the main folder of your source, then use the 
following command (all in one line)
find . -maxdepth 2 -name "wntmsci12*" | xargs rm -rf

In addition you have to manually delete the wntmsci12* folders
in main/solver
in all subfolders of ext_libraries
in all subfolders of extras

Start with a new configure with parameters.

Hopefully it works better then.

Kind regards
Regina





-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Build Problem

2015-07-21 Thread Regina Henschel

Hi Jason,

Jason Marshall schrieb:

Hi Regina

Thank you for looking at this.  I have ensured that with a new Cygwin
session I have run the following successfully:

/source winenv.set.sh/


Following that, I have run the following:

/build --all:comphelper 2>&1 | tee mybuild.log/


The build again did not progress past building the 'comphelper' module
and appeared to have the same error as previously.  However, I have
attached the log file, 'mybuild.log' that was produced.

When I ran the 'configure' command, I ran this with the following
parameters:

/./configure --with-frame-home="$SDK_PATH"
--with-psdk-home="$SDK_PATH" --with-midl-path="$SDK_PATH/bin"
--with-ant-home="/cygdrive/c/ant"
--with-jdk-home="/cygdrive/c/Java/jdk1.8.0_45"

--with-dmake-url="//https://github.com/mohawk2/dmake/archive/DMAKE_4_12.tar.gz//";

--with-epm-url="//https://www.msweet.org/files/project2/epm-4.2-source.tar.gz//";
--enable-pch --disable-atl --disable-activex --without-junit
--disable-directx/


Please try with removed --enable-pch
"pch" is "precompiled header support"

--with-epm-url is not needed for Windows builds.

You might want to add --without-fonts, download of "gentium" sometimes 
fails.





I have also included as a file attachment the output of running
'configure' and can confirm that no errors were generated, although two
warnings were as follows, which appear to not be related to the issue here:

/checking which cppunit to use... configure: WARNING: not using cppunit/
/configure: WARNING: NSIS not found, no self contained installer
will be build./


I also note from the 'configure' output that the source code is
identified as being in the 'tmp' directory as follows:

/The variable SRC_ROOT  is set to: C:/cygwin/tmp/aoo-4.1.1/main/


Do you think that it may be better for me to delete the part of the
build that has succeeded and then unpack the source into another
directory that is not temp?  If so, would this simply be to the root of
the Cygwin file system?


Yes, I think it is better to put the source not under tmp or any other 
directory, which is set somewhere as temp-directory.


I have always use a directory directly under C:
I have always use names without special characters.
I have never tried to put the source somewhere inside cygwin, so I 
cannot say, whether that is possible.


To test, whether the tmp directory is the problem, please move the 
folder aoo-4.1.1 under C: and rename it to e.g. aoo411


You need to remove all remainders of previous build tries then.
In cygwin change to the main folder of your source, then use the 
following command (all in one line)

find . -maxdepth 2 -name "wntmsci12*" | xargs rm -rf

In addition you have to manually delete the wntmsci12* folders
in main/solver
in all subfolders of ext_libraries
in all subfolders of extras

Start with a new configure with parameters.

Hopefully it works better then.

Kind regards
Regina





-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



RE: Build Problem

2015-07-18 Thread Jason Marshall
Having looked again at the following build error message:
 

awk: fatal: can't open source file 
`C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solenv/gbuild/processdeps.awk' for 
reading (No such file or directory)
C:/cygwin/tmp/aoo-4.1.1/main/solenv/gbuild/PrecompiledHeaders.mk:49: recipe for 
target 
'/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/workdir/PrecompiledHeader/nodebug/precompiled_comphelper.hxx.pch'
 failed
make: *** 
[/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/workdir/PrecompiledHeader/nodebug/precompiled_comphelper.hxx.pch]
 Error 2
dmake:  Error code 2, while making 'all'
 
I have viewed the file 'precompiled_comphelper.hxx.pch' using vi and having 
searched have found multiple hard-coded entries to an invalid path as follows:
 

C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/inc/stl
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/inc/external
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/inc
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solenv/wntmsci12/inc
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solenv/inc
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/res
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/inc/stl
C:/cygwinc:/Cygwin/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/inc/external
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/inc
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solenv/wntmsci12/inc
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solenv/inc
C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/res
 
However, other paths in the same file do appear correct, as follows:
 

c:\cygwin\tmp\aoo-4.1.1\main\solver\411\wntmsci12.pro\workdir\linktarget\pdb\library\icomphelp.lib.pdb
I am guessing that this is a header file for the C++ code.  Based on the date 
and time of modification, which is at the time of my last build attempt, I am 
guessing that the header file is produced at build time.  However, I am 
struggling to understand how this erroneous path is being introduced.  
Presumably it is by whatever process of creating the 
'precompiled_comphelper.hxx.pch' file.  Furthermore, it seems to be only some 
of the paths in the header file that are incorrect, with others being correct.
 
I guess that at least this has narrowed things down, but I am still struggling 
to know where to go from here.
 
Thanks
 
Jason

 
> Date: Sat, 18 Jul 2015 20:03:11 +0200
> From: rb.hensc...@t-online.de
> To: dev@openoffice.apache.org
> Subject: Re: Build Problem
> 
> Hi Jason,
> 
> you have put the source into a folder under "tmp". I see the same in the 
> mail you referred. I'm not sure, but it might be, that this confuses 
> some path settings.
> 
> 
> Some curious errors appear, if the path settings are not applied or if 
> build is called from a wrong directory.
> 
> Please close your cygwin window. Then open it again.
> Change into folder "main" of the source.
> Call command
> 
>  source winenv.set.sh
> 
> Change into folder "instsetoo_native"
> 
> Call command
> 
>  build --all 2>&1 | tee mybuild.log
> 
> If build still breaks, you should provide some more information, for 
> example your configure command with all its parameters.
> 
> 
> 
> Some access errors might occur, when an antivirus software is running. 
> You can try to exclude the AOO source directory from any scan or you 
> deactive the antivirus software while compiling (and do nothing parallel 
> in that state!).
> 
> Kind regards
> Regina
> 
> 
> 
> Jason Marshall schrieb:
> > Hi everyone
> >
> > I am attempting to build OpenOffice on Windows 7 32-bit having downloaded 
> > version 4.1.1 of the source code.  I have got as far as calling build, but 
> > have encountered the following error which terminates the build:
> >
> > =
> > Building module comphelper
> > =
> > Entering /tmp/aoo-4.1.1/main/comphelper/prj
> > cd .. && make -s -r -j1   && make -s -r deliverlog
> > [ info  ALL ] LinkTarget Library/isal.lib not defined: Assuming headers to 
> > be there!
> > [ info  ALL ] LinkTarget Library/icppuhelper.lib not defined: Assuming 
> > headers to be there!
> > [ info  ALL ] LinkTarget Library/icppu.lib not defined: Assuming headers to 
> > be there!
> > [ info  ALL ] LinkTarget Library/iucbhelper.lib not defined: Assuming 
> > headers to be there!
> > [ info  ALL ] LinkTarget Library/ivos.lib not defined: Assuming headers to 
> > be there!
> > [ info  ALL ] LinkTarget Library/msvcprt.lib not defined: Assuming headers 
> > to be there!
> > [ info  ALL ] LinkTarget Library/uwinapi.lib not defined: Assuming headers 
> > to be there!
> > [ info  ALL ] LinkTarget Library/kernel32.lib not defin

RE: Build Problem

2015-07-18 Thread Jason Marshall
Hi Regina
 
Thank you for looking at this.  I have ensured that with a new Cygwin session I 
have run the following successfully:
 
source winenv.set.sh
 
Following that, I have run the following:
 
build --all:comphelper 2>&1 | tee mybuild.log
 
The build again did not progress past building the 'comphelper' module and 
appeared to have the same error as previously.  However, I have attached the 
log file, 'mybuild.log' that was produced.
 
When I ran the 'configure' command, I ran this with the following parameters:
 
./configure --with-frame-home="$SDK_PATH" --with-psdk-home="$SDK_PATH" 
--with-midl-path="$SDK_PATH/bin" --with-ant-home="/cygdrive/c/ant" 
--with-jdk-home="/cygdrive/c/Java/jdk1.8.0_45" 
--with-dmake-url="https://github.com/mohawk2/dmake/archive/DMAKE_4_12.tar.gz"; 
--with-epm-url="https://www.msweet.org/files/project2/epm-4.2-source.tar.gz"; 
--enable-pch --disable-atl --disable-activex --without-junit --disable-directx
 
I have also included as a file attachment the output of running 'configure' and 
can confirm that no errors were generated, although two warnings were as 
follows, which appear to not be related to the issue here:
 
checking which cppunit to use... configure: WARNING: not using cppunit
configure: WARNING: NSIS not found, no self contained installer will be build.
 
I also note from the 'configure' output that the source code is identified as 
being in the 'tmp' directory as follows:
 
The variable SRC_ROOT  is set to: C:/cygwin/tmp/aoo-4.1.1/main
 
Do you think that it may be better for me to delete the part of the build that 
has succeeded and then unpack the source into another directory that is not 
temp?  If so, would this simply be to the root of the Cygwin file system?
 
If you require any further information, please do let me know.
 
Thanks again.
 
Jason
 
> Date: Sat, 18 Jul 2015 20:03:11 +0200
> From: rb.hensc...@t-online.de
> To: dev@openoffice.apache.org
> Subject: Re: Build Problem
> 
> Hi Jason,
> 
> you have put the source into a folder under "tmp". I see the same in the 
> mail you referred. I'm not sure, but it might be, that this confuses 
> some path settings.
> 
> 
> Some curious errors appear, if the path settings are not applied or if 
> build is called from a wrong directory.
> 
> Please close your cygwin window. Then open it again.
> Change into folder "main" of the source.
> Call command
> 
>  source winenv.set.sh
> 
> Change into folder "instsetoo_native"
> 
> Call command
> 
>  build --all 2>&1 | tee mybuild.log
> 
> If build still breaks, you should provide some more information, for 
> example your configure command with all its parameters.
> 
> 
> 
> Some access errors might occur, when an antivirus software is running. 
> You can try to exclude the AOO source directory from any scan or you 
> deactive the antivirus software while compiling (and do nothing parallel 
> in that state!).
> 
> Kind regards
> Regina
> 
> 
> 
> Jason Marshall schrieb:
> > Hi everyone
> >
> > I am attempting to build OpenOffice on Windows 7 32-bit having downloaded 
> > version 4.1.1 of the source code.  I have got as far as calling build, but 
> > have encountered the following error which terminates the build:
> >
> > =
> > Building module comphelper
> > =
> > Entering /tmp/aoo-4.1.1/main/comphelper/prj
> > cd .. && make -s -r -j1   && make -s -r deliverlog
> > [ info  ALL ] LinkTarget Library/isal.lib not defined: Assuming headers to 
> > be there!
> > [ info  ALL ] LinkTarget Library/icppuhelper.lib not defined: Assuming 
> > headers to be there!
> > [ info  ALL ] LinkTarget Library/icppu.lib not defined: Assuming headers to 
> > be there!
> > [ info  ALL ] LinkTarget Library/iucbhelper.lib not defined: Assuming 
> > headers to be there!
> > [ info  ALL ] LinkTarget Library/ivos.lib not defined: Assuming headers to 
> > be there!
> > [ info  ALL ] LinkTarget Library/msvcprt.lib not defined: Assuming headers 
> > to be there!
> > [ info  ALL ] LinkTarget Library/uwinapi.lib not defined: Assuming headers 
> > to be there!
> > [ info  ALL ] LinkTarget Library/kernel32.lib not defined: Assuming headers 
> > to be there!
> > [ info  ALL ] LinkTarget Library/msvcrt.lib not defined: Assuming headers 
> > to be there!
> > [ info  ALL ] LinkTarget Library/oldnames.lib not defined: Assuming headers 
> > to be there!
> > [ build PKG ] comphelper_inc
> > [ build PCH ] precompiled_comphelper
> > precompiled_

Re: Build Problem

2015-07-18 Thread Regina Henschel

Hi Jason,

you have put the source into a folder under "tmp". I see the same in the 
mail you referred. I'm not sure, but it might be, that this confuses 
some path settings.



Some curious errors appear, if the path settings are not applied or if 
build is called from a wrong directory.


Please close your cygwin window. Then open it again.
Change into folder "main" of the source.
Call command

source winenv.set.sh

Change into folder "instsetoo_native"

Call command

build --all 2>&1 | tee mybuild.log

If build still breaks, you should provide some more information, for 
example your configure command with all its parameters.




Some access errors might occur, when an antivirus software is running. 
You can try to exclude the AOO source directory from any scan or you 
deactive the antivirus software while compiling (and do nothing parallel 
in that state!).


Kind regards
Regina



Jason Marshall schrieb:

Hi everyone

I am attempting to build OpenOffice on Windows 7 32-bit having downloaded 
version 4.1.1 of the source code.  I have got as far as calling build, but have 
encountered the following error which terminates the build:

=
Building module comphelper
=
Entering /tmp/aoo-4.1.1/main/comphelper/prj
cd .. && make -s -r -j1   && make -s -r deliverlog
[ info  ALL ] LinkTarget Library/isal.lib not defined: Assuming headers to be 
there!
[ info  ALL ] LinkTarget Library/icppuhelper.lib not defined: Assuming headers 
to be there!
[ info  ALL ] LinkTarget Library/icppu.lib not defined: Assuming headers to be 
there!
[ info  ALL ] LinkTarget Library/iucbhelper.lib not defined: Assuming headers 
to be there!
[ info  ALL ] LinkTarget Library/ivos.lib not defined: Assuming headers to be 
there!
[ info  ALL ] LinkTarget Library/msvcprt.lib not defined: Assuming headers to 
be there!
[ info  ALL ] LinkTarget Library/uwinapi.lib not defined: Assuming headers to 
be there!
[ info  ALL ] LinkTarget Library/kernel32.lib not defined: Assuming headers to 
be there!
[ info  ALL ] LinkTarget Library/msvcrt.lib not defined: Assuming headers to be 
there!
[ info  ALL ] LinkTarget Library/oldnames.lib not defined: Assuming headers to 
be there!
[ build PKG ] comphelper_inc
[ build PCH ] precompiled_comphelper
precompiled_comphelper.cxx
awk: fatal: can't open source file 
`C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solenv/gbuild/processdeps.awk' for 
reading (No such file or directory)
C:/cygwin/tmp/aoo-4.1.1/main/solenv/gbuild/PrecompiledHeaders.mk:49: recipe for 
target 
'/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/workdir/PrecompiledHeader/nodebug/precompiled_comphelper.hxx.pch'
 failed
make: *** 
[/tmp/aoo-4.1.1/main/solver/411/wntmsci12.pro/workdir/PrecompiledHeader/nodebug/precompiled_comphelper.hxx.pch]
 Error 2
dmake:  Error code 2, while making 'all'
1 module(s):
 comphelper
need(s) to be rebuilt
Reason(s):
ERROR: error 65280 occurred while making /tmp/aoo-4.1.1/main/comphelper/prj
When you have fixed the errors in that module you can resume the build by 
running:
 build --all:comphelper

I have confirmed that 'processdeps.awk' does indeed exist and believe that the 
problem is that the script is attempting to find the file using a following 
directory, which is clearly invalid:

C:/cygwinc:/cygwin/tmp/aoo-4.1.1/main/solenv/gbuild

It therefore seems that for some reason the build process is using a patently 
incorrect file path.  I have tried to understand the workings of the 'build' 
script and the overall process, including looking in the relevant 'build.lst' 
file, but there is nothing obvious.  Also, I note that this issue was reported 
by someone else previously at the following link:

http://mail-archives.apache.org/mod_mbox/openoffice-dev/201301.mbox/%3c50f54500.6050...@googlemail.com%3E

However, it did not appear to get any answer.  I am rather stumped and 
essentially cannot move forward, so if anyone can help, that would be 
appreciated.

Thanks

Jason





-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: build problem...missing oox/source/token/tokens.hxx

2013-07-06 Thread Kay Schenk
On Fri, Jul 5, 2013 at 10:11 AM, Kay Schenk  wrote:

>
>
> On Fri, Jul 5, 2013 at 9:02 AM, Herbert Duerr  wrote:
>
>> On 05.07.2013 17:53, Kay Schenk wrote:
>>
>>> I'm trying to a build and seem to be missing  oox/source/token/tokens.hxx
>>>
>>> referenced in oox/prj/d.lst
>>>
>>> I seem to have oox/source/token/tokens.hxx.**head and
>>> oox/source/token/tokens.hxx.**tail
>>> but no oox/source/token/tokens.hxx.
>>>
>>> Can d.lst be fixed to use these or has tokens.hxx been removed or ???
>>>
>>
>> The tokens.hxx header seems to be a file generated by
>>   main/oox/source/token/token.pl
>> and
>>   main/oox/source/token/makefile**.mk 
>>
>
> hmmm...OK, this is a help. I didn't run into this last time about a month
> or so ago, so a surprise.
>

Oddly, I reconfigured to use my local C stdlibs and local python as I had
formerly done, and got past this issue. Now on to other issues. :/

Thanks again.



>
>
>
>>
>> I suggest to remove the output tree from the oox/module and then rebuild
>> that module. The name of that output tree depends on the platform (e.g.
>> wntmsci12* on Windows).
>>
>
> ok, thanks.
>
>
>>
>> Herbert
>>
>> --**--**-
>> To unsubscribe, e-mail: 
>> dev-unsubscribe@openoffice.**apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
>
>
> --
>
> -
> MzK
>
> "If you stick with a vision, it might not all work,
>  but some of it will be absolute genius."
>-- Kim Cattrall
>
>


-- 
-
MzK

"If you stick with a vision, it might not all work,
 but some of it will be absolute genius."
   -- Kim Cattrall


Re: build problem...missing oox/source/token/tokens.hxx

2013-07-05 Thread Kay Schenk
On Fri, Jul 5, 2013 at 9:02 AM, Herbert Duerr  wrote:

> On 05.07.2013 17:53, Kay Schenk wrote:
>
>> I'm trying to a build and seem to be missing  oox/source/token/tokens.hxx
>>
>> referenced in oox/prj/d.lst
>>
>> I seem to have oox/source/token/tokens.hxx.**head and
>> oox/source/token/tokens.hxx.**tail
>> but no oox/source/token/tokens.hxx.
>>
>> Can d.lst be fixed to use these or has tokens.hxx been removed or ???
>>
>
> The tokens.hxx header seems to be a file generated by
>   main/oox/source/token/token.pl
> and
>   main/oox/source/token/makefile**.mk 
>

hmmm...OK, this is a help. I didn't run into this last time about a month
or so ago, so a surprise.



>
> I suggest to remove the output tree from the oox/module and then rebuild
> that module. The name of that output tree depends on the platform (e.g.
> wntmsci12* on Windows).
>

ok, thanks.


>
> Herbert
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
-
MzK

"If you stick with a vision, it might not all work,
 but some of it will be absolute genius."
   -- Kim Cattrall


Re: build problem...missing oox/source/token/tokens.hxx

2013-07-05 Thread Herbert Duerr

On 05.07.2013 17:53, Kay Schenk wrote:

I'm trying to a build and seem to be missing  oox/source/token/tokens.hxx

referenced in oox/prj/d.lst

I seem to have oox/source/token/tokens.hxx.head and
oox/source/token/tokens.hxx.tail
but no oox/source/token/tokens.hxx.

Can d.lst be fixed to use these or has tokens.hxx been removed or ???


The tokens.hxx header seems to be a file generated by
  main/oox/source/token/token.pl
and
  main/oox/source/token/makefile.mk

I suggest to remove the output tree from the oox/module and then rebuild 
that module. The name of that output tree depends on the platform (e.g. 
wntmsci12* on Windows).


Herbert

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Build problem on epm in the rejuvenate01 branche

2013-06-02 Thread Raphael Bircher

Am 31.05.13 08:59, schrieb Herbert Dürr:

Hi Raphael,

On 2013/05/30 8:27 PM, Raphael Bircher wrote:

Mac OS X 10.7 with XCode 4.3

My build stops at the epm modul. I know there is a workflow to find more
details about the breaker, but I fergot it :-( Can sameone help me?


Go into the module that had the problem and run
   build verbose=t
there.

Thanks Herbert. I fail over the wrong epm Link ;-)

Greetings Raphael



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Build problem on epm in the rejuvenate01 branche

2013-05-31 Thread Herbert Dürr

Hi Raphael,

On 2013/05/30 8:27 PM, Raphael Bircher wrote:

Mac OS X 10.7 with XCode 4.3

My build stops at the epm modul. I know there is a workflow to find more
details about the breaker, but I fergot it :-( Can sameone help me?


Go into the module that had the problem and run
   build verbose=t
there.

Herbert

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [BUILD PROBLEM] Fail on JPropex build.xml line 122 \\ Error 65280

2013-02-16 Thread Maarten Kesselaers
Hi guys,

I have some problems building ( see below).
The guide I've used is the one at : 
http://wiki.openoffice.org/wiki/User:Dyrcona/LeopardBuild#flex

The output I get after the following command : build --from l10ntools -P4 
--dlv_switch -link  
is :
BUILD FAILED
/Users/maartenkesselaers/Documents/Projecten/aoo/main/l10ntools/java/jpropex/build.xml:122:
 Compile failed; see the compiler error output for details.

Total time: 3 seconds
dmake:  Error code 1, while making 'ANTBUILD'
Making:tralay
unx
-rwxr-xr-x  1 maartenkesselaers  staff  372972 Feb 16 12:47 
../unxmacxi.pro/bin/tralay
Making:all_tralay.dpobj
Compiling: l10ntools/source/help/HelpCompiler.cxx
Making:HelpLinker.lib
Compiling: l10ntools/source/help/HelpLinker.cxx
Compiling: l10ntools/source/help/HelpCompiler.cxx
Making:HelpLinker.lib
Making:libhelplinker.dylib
/Users/maartenkesselaers/Documents/Projecten/aoo/main/solenv/bin/checkdll.sh 
-L../../unxmacxi.pro/lib 
-L/Users/maartenkesselaers/Documents/Projecten/aoo/main/solver/400/unxmacxi.pro/lib
  ../../unxmacxi.pro/lib/libhelplinker.dylib
Checking DLL ../../unxmacxi.pro/lib/libhelplinker.dylib ...: ok
Making:HelpLinker
unx
-rwxr-xr-x  1 maartenkesselaers  staff  270820 Feb 16 12:47 
../../unxmacxi.pro/bin/HelpLinker
zip warning: ../HelpIndexerTool.jar not found or empty
  adding: META-INF/MANIFEST.MF (deflated 11%)
  adding: com/sun/star/help/HelpFileDocument.class (deflated 51%)
  adding: com/sun/star/help/HelpIndexerTool.class (deflated 47%)
Making:all_HelpLinker.dpslo
Making:all_HelpLinker.dpobj

1 module(s): 
l10ntools
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making 
/Users/maartenkesselaers/Documents/Projecten/aoo/main/l10ntools/java/jpropex

When you have fixed the errors in that module you can resume the build by 
running:

build --from l10ntools

Any ideas?

Thanks a lot,
Regards,
Maarten

Op 15-feb-2013, om 17:18 heeft Maarten Kesselaers het volgende geschreven:

> I'm building the total source in the terminal, not with Eclipse.
> The building guide that I used was the normal one for Mac OS X Snow Leopard.
> I haven't changed any classpath in my Java build env.
> 
> Regards,
> Maarten
> 
> Op 15-feb.-2013 09:32 schreef "Jürgen Schmidt"  het 
> volgende:
> On 2/15/13 7:00 AM, Maarten Kesselaers wrote:
> > I have full working eclipse env and try to build on Mac OS X 10.6.
> > All prerequisits are installed as described in the guide.
> 
> l10tools is normally build as all other modules in a command line
> environment triggered via makefiles. I am not aware that anybody has
> build it in eclipse.
> 
> Which guide, do you mean the normal building guide? Have you configured
> the build env? If yes tweak the build.xml and print out the classpath to
> see what you need inside Eclipse.
> 
> Juergen
> 
> 
> >
> > Thanks,
> > Maarten
> > Op 14-feb.-2013 09:33 schreef "Jürgen Schmidt"  het
> > volgende:
> >
> >> On 2/13/13 10:27 PM, Maarten Kesselaers wrote:
> >>> My build just crashed on the build.xml under
> >>> ./main/l10ntools/java/jpropex/ at line 122 :
> >>>
> >>> 122classpathref="classpath">
> >>>
> >>> So I guess I need to set a CLASSPATH, right?
> >>> To which directory should it be set?
> >>>
> >>
> >> do you have configured a working build env with Java? If no please try
> >> to do that first. You don't have to tweak classpath settings manually,
> >> everything should be fine with working and well configured build env.
> >>
> >> On which platform are you building?
> >>
> >> Juergen
> >>
> >>
> >>
> >
> 



Re: [BUILD PROBLEM] Fail on JPropex build.xml line 122 \\ Error 65280

2013-02-15 Thread Maarten Kesselaers
I'm building the total source in the terminal, not with Eclipse.
The building guide that I used was the normal one for Mac OS X Snow Leopard.
I haven't changed any classpath in my Java build env.

Regards,
Maarten
Op 15-feb.-2013 09:32 schreef "Jürgen Schmidt"  het
volgende:

> On 2/15/13 7:00 AM, Maarten Kesselaers wrote:
> > I have full working eclipse env and try to build on Mac OS X 10.6.
> > All prerequisits are installed as described in the guide.
>
> l10tools is normally build as all other modules in a command line
> environment triggered via makefiles. I am not aware that anybody has
> build it in eclipse.
>
> Which guide, do you mean the normal building guide? Have you configured
> the build env? If yes tweak the build.xml and print out the classpath to
> see what you need inside Eclipse.
>
> Juergen
>
>
> >
> > Thanks,
> > Maarten
> > Op 14-feb.-2013 09:33 schreef "Jürgen Schmidt" 
> het
> > volgende:
> >
> >> On 2/13/13 10:27 PM, Maarten Kesselaers wrote:
> >>> My build just crashed on the build.xml under
> >>> ./main/l10ntools/java/jpropex/ at line 122 :
> >>>
> >>> 122classpathref="classpath">
> >>>
> >>> So I guess I need to set a CLASSPATH, right?
> >>> To which directory should it be set?
> >>>
> >>
> >> do you have configured a working build env with Java? If no please try
> >> to do that first. You don't have to tweak classpath settings manually,
> >> everything should be fine with working and well configured build env.
> >>
> >> On which platform are you building?
> >>
> >> Juergen
> >>
> >>
> >>
> >
>
>


Re: [BUILD PROBLEM] Fail on JPropex build.xml line 122 \\ Error 65280

2013-02-15 Thread Jürgen Schmidt
On 2/15/13 7:00 AM, Maarten Kesselaers wrote:
> I have full working eclipse env and try to build on Mac OS X 10.6.
> All prerequisits are installed as described in the guide.

l10tools is normally build as all other modules in a command line
environment triggered via makefiles. I am not aware that anybody has
build it in eclipse.

Which guide, do you mean the normal building guide? Have you configured
the build env? If yes tweak the build.xml and print out the classpath to
see what you need inside Eclipse.

Juergen


> 
> Thanks,
> Maarten
> Op 14-feb.-2013 09:33 schreef "Jürgen Schmidt"  het
> volgende:
> 
>> On 2/13/13 10:27 PM, Maarten Kesselaers wrote:
>>> My build just crashed on the build.xml under
>>> ./main/l10ntools/java/jpropex/ at line 122 :
>>>
>>> 122classpathref="classpath">
>>>
>>> So I guess I need to set a CLASSPATH, right?
>>> To which directory should it be set?
>>>
>>
>> do you have configured a working build env with Java? If no please try
>> to do that first. You don't have to tweak classpath settings manually,
>> everything should be fine with working and well configured build env.
>>
>> On which platform are you building?
>>
>> Juergen
>>
>>
>>
> 



Re: [BUILD PROBLEM] Fail on JPropex build.xml line 122 \\ Error 65280

2013-02-14 Thread Maarten Kesselaers
I have full working eclipse env and try to build on Mac OS X 10.6.
All prerequisits are installed as described in the guide.

Thanks,
Maarten
Op 14-feb.-2013 09:33 schreef "Jürgen Schmidt"  het
volgende:

> On 2/13/13 10:27 PM, Maarten Kesselaers wrote:
> > My build just crashed on the build.xml under
> > ./main/l10ntools/java/jpropex/ at line 122 :
> >
> > 122classpathref="classpath">
> >
> > So I guess I need to set a CLASSPATH, right?
> > To which directory should it be set?
> >
>
> do you have configured a working build env with Java? If no please try
> to do that first. You don't have to tweak classpath settings manually,
> everything should be fine with working and well configured build env.
>
> On which platform are you building?
>
> Juergen
>
>
>


Re: [BUILD PROBLEM] Fail on JPropex build.xml line 122 \\ Error 65280

2013-02-14 Thread Jürgen Schmidt
On 2/13/13 10:27 PM, Maarten Kesselaers wrote:
> My build just crashed on the build.xml under
> ./main/l10ntools/java/jpropex/ at line 122 :
> 
> 122classpathref="classpath">
> 
> So I guess I need to set a CLASSPATH, right?
> To which directory should it be set?
> 

do you have configured a working build env with Java? If no please try
to do that first. You don't have to tweak classpath settings manually,
everything should be fine with working and well configured build env.

On which platform are you building?

Juergen




Re: Re: Re: Re: build problem

2013-01-21 Thread Fan Zheng
Welcome!

2013/1/21 2 

> Fan Zheng,
>  I'm so sorry for missing your reply because of my job. I have
> finished the building with your help.
> Thank you!
>
> Yi
> At 2013-01-11 15:07:44,"Fan Zheng"  wrote:
> >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 
> >
> >> 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  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  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  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 
> 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
> >>
>


Re:Re: Re: Re: build problem

2013-01-21 Thread 2
Fan Zheng,
 I'm so sorry for missing your reply because of my job. I have finished 
the building with your help.
Thank you!
 
Yi
At 2013-01-11 15:07:44,"Fan Zheng"  wrote:
>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 
>
>> 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  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  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  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  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
>>


Re: Re: Re: build problem

2013-01-10 Thread Fan Zheng
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 

> 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  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  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  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  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
>


Re:Re: Re: build problem

2013-01-09 Thread 2
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  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  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  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  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


Re: Re: build problem

2013-01-09 Thread chengjh
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  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  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  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


Re: build problem

2013-01-09 Thread chengjh
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  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


Re: build problem

2013-01-08 Thread Herbert Duerr

On 09.01.2013 08:06, 2 wrote:

 when got my own build, I couldn't found the filefolder wntmsci12.pro in 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