Difference between revisions of "OOo Fedora Build"
Minicheong (talk | contribs) (→Configuring The Source) |
m |
||
Line 4: | Line 4: | ||
** [http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org "Building OpenOffice.org"] | ** [http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org "Building OpenOffice.org"] | ||
− | {| border="1 | + | {| border="1" |
|+ CDOT Computer Status - Who is working where | |+ CDOT Computer Status - Who is working where | ||
|- | |- | ||
Line 15: | Line 15: | ||
| Fardad (irc:fardad) || Ireland || <Fill in this> || Distcc: Done | | Fardad (irc:fardad) || Ireland || <Fill in this> || Distcc: Done | ||
|- | |- | ||
− | | Daeseon Moon (irc:daeseon) || Germany || Building | + | | Daeseon Moon (irc:daeseon) || Germany || Building OOo || Distcc: Done |
+ | |- | ||
+ | | [[User:Tiago|Tiago]] (IRC: Kamots) || Germany || Building OOo || Regular Build: in progress | ||
|- | |- | ||
| [[User:Minicheong|Frankie]] (IRC: Mini_Cheong) || Liberia || <b>Built in Process</b> <br/> Started: Jan 30 - 9:41pm || Distcc: Done <br/> OOo: Checked Out <br/> Complete: configure <br/> Complete: bootstrap | | [[User:Minicheong|Frankie]] (IRC: Mini_Cheong) || Liberia || <b>Built in Process</b> <br/> Started: Jan 30 - 9:41pm || Distcc: Done <br/> OOo: Checked Out <br/> Complete: configure <br/> Complete: bootstrap |
Revision as of 22:07, 30 January 2009
Contents
Openoffice.org Fedora Build
Student Name | CDOT Computer Name | Operation | Status |
---|---|---|---|
Bartosz (irc:BartB) | Australia | <Fill in this> | Distcc: Done |
Fardad (irc:fardad) | Hong Kong | <Fill in this> | Distcc: Done |
Fardad (irc:fardad) | Ireland | <Fill in this> | Distcc: Done |
Daeseon Moon (irc:daeseon) | Germany | Building OOo | Distcc: Done |
Tiago (IRC: Kamots) | Germany | Building OOo | Regular Build: in progress |
Frankie (IRC: Mini_Cheong) | Liberia | Built in Process Started: Jan 30 - 9:41pm |
Distcc: Done OOo: Checked Out Complete: configure Complete: bootstrap |
Getting the Source
Use:
svn co http://svn.services.openoffice.org/ooo/tags/DEV300_m40
to checkout the source. Make sure you are using http instead of svn, if you are checking the source out in Seneca.
Setting C and C++ compilers
Configuring The Source
Configuring error is different for every machine.
Here is some errors and fixes for it. (Processor type do matter here)
Issues | Solutions |
---|---|
no cups/cups.h | yum install cups-devel |
no JDK installed | yum install java-1.7.0-icedtea-devel.x86_64 |
no gperf | yum install gperf.x86_64 |
no Ant | yum install ant.x86_64 |