Re: [dev] Need Help, Problem on building with MinGW.

2008-11-02 Thread Takashi Ono
Hi Cynthia,

In message [dev] Need Help, Problem on building with MinGW.,
Cynthia Qu wrote...
 hi,all
 
 I have met some problems when I am building OOo_SRC680_m247 with MinGW on 
 Windows XP. 
I just want to compile with mingw now. 
 
 I got the information here:
 http://tools.openoffice.org/dev_docs/build_windows_mingw.html

Welcome to mingw port world!

However, if you are willing to contribute to OOo community by writing some 
application 
fragment, mingw is not a good platform. If you are planning to do so on MS 
Windows, 
Microsoft Visual C++ is the standard tool. You can also use free Express 
version and 
you can find building instruction on Wiki pages.

I think the efforts by Volker on codeline 625 was abandoned and maybe the web 
page is 
obsolete. I am taking over the task on SRC680 and DEV300.

Please note that mingw may not substitute MS Visual C++ even if the port is 
completed. 
I am doing the port for checking code portability in windows native modules and 
for 
fearing Microsoft may discontinue providing free compiler in the future.

My effort on SRC680 is almost completed but I stopped it because we have 
switched to 
DEV300. My effort on DEV300 is also leaving a few build breakers.

You can find my draft build instructions here. It is for SRC680.

http://www.hkfreak.net/build_windows_mingw_tcsh.htm

Some required SDKs are too old and maybe you cannot get them.

I have not made instruction document for DEV300 as there is no documents for 
other 
platforms. You can find changed requirements for DEV300 in my following issue.

http://www.openoffice.org/issues/show_bug.cgi?id=88772

If you dare try build on mingw, the documents may be of some help.

Best Regards

Takashi Ono ([EMAIL PROTECTED])

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Need Help, Problem on building with MinGW.

2008-10-27 Thread Christian Lins
On 10/27/08 10:57, Cynthia Qu wrote:
 hi,all
 
 I have met some problems when I am building OOo_SRC680_m247 with MinGW on 
 Windows XP. I just want to compile with mingw now. 

Building OOo with MinGW is not easy and requires special tricks and
patches to succeed.
So, if you are unexperienced in building OOo try a clean Cygwin build
(which is also not simple) or better a Linux-build (e.g. Ubuntu (amd64))
which is in my opinion the best platform for start building OOo.

Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]