[dev] problem building comphelper on MIPS

2010-01-07 Thread Yan Wu
Hi, I got a problem while building comphelper on OOO320_m8( MIPS platform and Fedora 10, GCC 4.2.3 ). The errors are as following: Compiling: comphelper/source/container/enumerablemap.cxx g++ -fmessage-length=0 -c -Os -fno-strict-aliasing -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 -I.

[www-dev] building svl failed

2011-02-24 Thread Yan Wu
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 DEP ] SRS:svl/res [ build DEP ] LNK:Library/ifsstorage.lib [ build

[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

[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 work The

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

2011-03-02 Thread Yan Wu
On 3/2/11, Yan Wu wuyan.oo...@gmail.com 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

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