Re: Track0001:Build fail on formula-core-rework branch 05/24/2013.

2013-05-28 Thread leo2013
Okay.Thanks,and now I have changed to another branch named "feature/calc-group-interpreter" and build it pass. -- View this message in context: http://nabble.documentfoundation.org/Track0001-Build-fail-on-formula-core-rework-branch-05-24-2013-on-SUSE12-3-tp4057562p4058238.html Sent from the De

Track0001:Build fail on formula-core-rework branch 05/24/2013.

2013-05-23 Thread leo2013
git show commit c982a228c02cd1c0fededa3191f1fabd1ce44d53 Author: Kohei Yoshida Date: Wed May 22 21:07:31 2013 -0400 .. cat autogen.input --disable-odk .. make .. [build CXX] desktop/source/app/app.cxx [build CXX] desktop/source/app/appfirststart.cxx [build CXX] desktop/source/app/app

Build libreoffice error for xml2 on windows7.

2013-05-19 Thread leo2013
These days, I'm trying to build the libreoffice on windows7(sp1,x64). I referenced to the wiki: https://wiki.documentfoundation.org/Development/BuildingOnWindows I download some software accoring to the wiki site: https://wiki.documentfoundation.org/Development/Windows_Build_Dependencies 1.windows

How to build libreoffice source codes on windows ?

2013-05-13 Thread leo2013
I saw that there is windows version of the libreoffice. But there are a lot of dependent packages in linux to build the source codes. So I want to know what will be prepared and how to build the libreoffice source codes on windows ? -- View this message in context: http://nabble.documentfound

How can I obtain the data stored in variables of Calc ?

2013-05-13 Thread leo2013
There are two cases which I meet normally. One is creating one or more new data-sheets in one workbook, and then fill some data into the cells of these data-sheets; the other is opening one *.xlsx (or *.xls,*.slsm,*.xls) file with a amount of data which have been in data-sheets of this file alread

Re: How to remake a modified source codes, not the first time, based on source codes core which has been made successfully?

2013-05-05 Thread leo2013
I checked again and found that: using the "make module-name", for example, If I modify the module named "desktop", I will use: xxx/core> make desktop And it shows as below: === xxx/core>* make desktop* cd xxx/core/desktop && /usr/bin/make -j 4 -rs [build DEP] LNK:Executable/soff

Re: How to remake a modified source codes, not the first time, based on source codes core which has been made successfully?

2013-05-04 Thread leo2013
It works now, Thank you for your kind suggestions! -- View this message in context: http://nabble.documentfoundation.org/How-to-remake-a-modified-source-codes-not-the-first-time-based-on-source-codes-core-which-has-been-m-tp4053499p4053690.html Sent from the Dev mailing list archive at Nabble.

Re: How to remake a modified source codes, not the first time, based on source codes core which has been made successfully?

2013-05-03 Thread leo2013
I have done "make dev-install" after "make" when I updated one file's source codes. But no effect on the results as I expected. -- View this message in context: http://nabble.documentfoundation.org/How-to-remake-a-modified-source-codes-not-the-first-time-based-on-source-codes-core-which-has-be

Re: How to remake a modified source codes, not the first time, based on source codes core which has been made successfully?

2013-05-03 Thread leo2013
I have done "make dev-install" after "make" when I updated one file's source codes. But no effect on the results as I expected. -- View this message in context: http://nabble.documentfoundation.org/How-to-remake-a-modified-source-codes-not-the-first-time-based-on-source-codes-core-which-has-be

How to remake a modified source codes,not the first time,based on source codes core which has been made successfully?

2013-05-03 Thread leo2013
I went to the website: http://www.libreoffice.org/developers-2/ And $ git clone http://anongit.freedesktop.org/git/libreoffice/core.git Did as "Build and Run It": = sudo zypper si -d libreoffice # for OpenSUSE 12.