patch-Python-2.3.4.patch patch-allocacleanup-SRC680_m149 patch-backtrace patch-bridges patch-config_office+set_soenv.in patch-epm+epm-3.7.patch patch-icu+icu-2.6.patch patch-instsetoo patch-jvmfwk+distributions+OpenOfficeorg+makefile.mk patch-jvmfwk+plugins+sunmajor+pluginlib+sunversion.cxx patch-libxmlsec+makefile.mk patch-psprint+source+fontmanager+parseAFM.cxx patch-rsc+source+rscpp+makefile.mk patch-sdkoo patch-solenv+inc+unxfbsdi.mk
svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch revision 109008where 109008 is the revision of gcc, we can check this value at http://gcc.gnu.org/viewcvs/branches/gcc-4_1-branch/ . Then we build newest version of make. First, checking out gnu make is:
export CVS_RSH="ssh" cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/make co makeand as root, then compile gmake
# cp /usr/local/bin/aclocal19 /usr/local/bin/aclocalroot # cp /usr/local/bin/automake19 /usr/local/bin/automake # exit % autoreconf259 -s -i % ./configure --disable-nls % gmakesome errors occured but finally i got `make'.
committed ooo-build to FBSD ports cvsrepo. I figure out why it failed yesterday; ccache corrupted. It was the my first experience to ccache outputs invalide data. I flashed 12G(!) of caches. after that, ooo-build build for me. Asked several person about licensing issues of kinput2. kinput2 is not maintained anymore, and lisence of MacIM patches are not clear. Digged VBA stuffs. E-mail from t_ono san about alloca issue. I think porting OOo to mingw requires additional hack for compilers. This is the same for FBSD. start build m143 on FBSD, Windows, and MacOSX. Installed sshd for Windows. cygterm is very hard for me to play with. now I can ssh to Windows machine. Confortable.
_ I temporary disable this blog since someone spams comments...
% cp jvmfwk/plugins/sunmajor/pluginlib/JREProperties.java . % gcj -C JREProperties.java % gij JREProperties Abort (core dumped) % /usr/local/jdk1.4.2/bin/java JREProperties 106 97 118 97 ...however, compiled with gcj it works!
% gcj -o foo --main=JREProperties JREProperties.java % ./foo 112 97 116 104 46 115 101...Current issues: I also add --disable-qadevooo in configure line. ooo-build 140.1 build failed at binfilter. disabling binfilter and try full build.
I will provide packages for 2.0.1, pjanik:) no one seems to be intersted in providing them! I also know eric 's decision but I don't know why he decided to do so.
MacOSX Panther : builds fine without additonal patches. build log is available at ftp://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/2.0m142/log.all.20051128.bz2 some packages are also uploaded. FreeBSD : builds fine and committed to ports cvs repo. Disabled TSUKKOMI(comments).
_ Pavel invited me to participate OOoPlanet. and Martin Kretzschmar really added myself. YABUKI, yukiharu kindly told me how to enable rss.
_ Started build of m142 on FreeBSD 6.0, and MacOSX/Panther. In this build, I should check we can use Python; see #i56955# . Many people helped this issue.
_ I thank you all!
_ RSS enabled. Yabuki-san told me how to create index.rdf and now it seems to be okay.
_ Now I found a very good theme to do some commits for OOo. (1) I installed X.org for my machine at my home. Usually I had been building OOo without X :) (2) re-compiled SRC680m137 based ooo-build and see the source codes. (3) Go http://go-ooo.org/wiki/index.php/VBA for other useful stuffs.
ooo bits : --disable-shared doesn't work for me; but compiles smoothly some parts. so we must do ldconfig -m beforehand, otherwise build fails at icu project, since this overrides LD_LIBRARY_PATH. Even though you can proceed a bit, you will also be caught by changes between gcc-4.0 and 4.1. Sparcmoz had already noticed about it : see http://www.openoffice.org/issues/show_bug.cgi?id=58141 for details. But you cannot compile OOo with gcc-4.1. See dev@porting.oo.o but currently ML is down due to worm. BTW: python was broken by myself, but should I make a cws for it? Who should take care of it? patch is there and it will sure work. QA process is very tedious. Ask Martin H for integration.
_ ooo-build for FreeBSD: tried to improve a bit. icon switch etc. I found other stuffs at ooo-build, bin/*. Esp bin/unpack is important. Other patches might also be important. Should invesitigate more.
_ ooo-build for Windows: found several problems and they had already noiced about it.
_ MacOSX stuffs: build completed for m141+Panther. not uploaded yet. there had been several masterfixes so I made a tar ball as OOo_2.0m141-1_source.tar.bz2. esp for gcc-3.3 issues. Hope someone will port ooo-build for MacOSX :)