[dev] Re: [www-dev] Re: building svl failed

2011-03-16 Thread Yan Wu
You're welcome. Indeed, either ' export TEMP="C:/cygwin/tmp" ' or ' export TMP="C:/cygwin/tmp" ' is OK. I tried it on my machine. On 3/16/11, 胡其图 wrote: > It's works! thank you very much! you so lovely... > > > > > > At 2011-03-15 17:49:27,"Yan Wu" wrote: > >>On 3/15/11, huq...@163.com wrote:

[dev] Re: [www-dev] Re: building svl failed

2011-03-16 Thread 胡其图
It's works! thank you very much! you so lovely... At 2011-03-15 17:49:27,"Yan Wu" wrote: >On 3/15/11, huq...@163.com wrote: >> I set the environment viable TEMP and TMP to "C:/cygwin/tmp", but I got >> the same error! >> and where can i find rsc_tempfiles.patch file and how to apply it!

[dev] Re: [www-dev] Re: building svl failed

2011-03-15 Thread Yan Wu
On 3/15/11, huq...@163.com wrote: > I set the environment viable TEMP and TMP to "C:/cygwin/tmp", but I got > the same error! > and where can i find rsc_tempfiles.patch file and how to apply it! > thank you ! > -- I did it in this way to solve this problem: $cd svl $make clean $export TEMP="C:/cyg

[dev] Re: [www-dev] Re: building svl failed

2011-03-15 Thread huqitu
I set the environment viable TEMP and TMP to "C:/cygwin/tmp", but I got the same error! and where can i find rsc_tempfiles.patch file and how to apply it! thank you ! -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For

[dev] Re: [www-dev] Re: building svl failed

2011-03-15 Thread 胡其图
I set the environment viable TEMP and TMP to "C:/cygwin/tmp", but I got the same error!-- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Yan Wu
Yes, it caused by the spaces in the temp path "C:\Documents and Settings\". I applied the patch rsc_tempfiles.patch, but it got the same error. The TMPDIR in my winenv.set.sh is "C:/cygwin/tmp". After setting environment viable TEMP and TMP to "C:/cygwin/tmp", building svl succeeded. Thanks all f

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Hans-Joachim Lankenau
hi! more below... Yan Wu wrote: hmm, still have no idea, the call to cpp/rscpp is not shown... please try the following: first apply the attached patch (to give -verbose flag to rsc) then rebuild rsc: (cd rsc&& rm -r wntmsci*&& build debug=t&& deliver) then try again, it should now print

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Christian Lippka
Hi Yan, Am 02.03.2011 04:45, schrieb Yan Wu: hmm, still have no idea, the call to cpp/rscpp is not shown... please try the following: first apply the attached patch (to give -verbose flag to rsc) then rebuild rsc: (cd rsc&& rm -r wntmsci*&& build debug=t&& deliver) then try again, it shoul

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Michael Stahl
On 02/03/2011 04:45, Yan Wu wrote: >> hmm, still have no idea, the call to cpp/rscpp is not shown... >> please try the following: >> first apply the attached patch (to give -verbose flag to rsc) >> then rebuild rsc: >> (cd rsc && rm -r wntmsci* && build debug=t && deliver) >> then try again, it sh

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Yan Wu
On 3/2/11, Yan Wu wrote: >> >> hmm, still have no idea, the call to cpp/rscpp is not shown... >> please try the following: >> first apply the attached patch (to give -verbose flag to rsc) >> then rebuild rsc: >> (cd rsc && rm -r wntmsci* && build debug=t && deliver) >> then try again, it should n

[dev] Re: [www-dev] Re: building svl failed

2011-03-01 Thread Yan Wu
> > hmm, still have no idea, the call to cpp/rscpp is not shown... > please try the following: > first apply the attached patch (to give -verbose flag to rsc) > then rebuild rsc: > (cd rsc && rm -r wntmsci* && build debug=t && deliver) > then try again, it should now print the arguments that don't

[dev] Re: [www-dev] Re: building svl failed

2011-03-01 Thread Michael Stahl
On 25/02/2011 11:05, Yan Wu wrote: > $ make -r > [ build DEP ] SRS:svl/res > R=/cygdrive/f && S=$R/DEV300_m100 && O=$S/solver/300/wntmsci12.pro && > W=$O/workd > ir && mkdir -p $W/Dep/SrsTarget/svl/ && cat > $W/Dep/SrsPartTarget/svl/source/mis > c/mediatyp.src.d $W/Dep/SrsPartTarget/svl/source/

[www-dev] Re: building svl failed

2011-02-25 Thread Yan Wu
> > haven't seen this error before. > please try again without the -s parameter, so we can see the command that > fails. like so: > (cd svl && make -r) > > also, what does "which cpp" say? > The error is as following without the -s parameter: $ make -r [ build DEP ] SRS:svl/res R=/cygdrive/f &&

[www-dev] Re: building svl failed

2011-02-25 Thread Michael Stahl
On 24/02/2011 09:02, Yan Wu wrote: > Hi, > > I got an error when building svl on DEV300_m100, the error log is as > following: > > = > Building module svl > = > > Entering /cygdrive/f/DEV300_m100/svl/prj > > cd .. && make -s -r -j1 && make -s -r deliverlog > [ build DE