initCommon(); $template->displayHeader(); ?>

14. Ανάπτυξη λογισμικού

[Υπόδειξη] Τελευταίες σημειώσεις κυκλοφορίας στον Ιστό

Αυτές οι σημειώσεις κυκλοφορίας μπορεί να έχουν λάβει ενημερώσεις. Για να δείτε τις τελευταίες σημειώσεις κυκλοφορίας για το Fedora, επισκεφτείτε το:

http://docs.fedoraproject.org/release-notes/

Αυτή η ενότητα καλύπτει διάφορα εργαλεία ανάπτυξης λογισμικού.

14.1. Εργαλεία

14.1.1. Συλλογή μεταγλωττιστή GCC

Αυτή η έκδοση του Fedora έχει χτιστεί με το GCC 4.3.0, το οποίο συμπεριλαμβάνεται στη διανομή.

Για περισσότερες πληροφορίες για τον GCC 4.3, ανατρέξτε στο:

http://gcc.gnu.org/gcc-4.3/

14.1.1.1. Δημιουργία κώδικα

Starting with gcc-4.1.2-25 and glibc-2.6.90-14 , the -D_FORTIFY_SOURCE=2 option protects not only C code, but also C++. There have been several security issues already which would not have been exploitable if this checking was in place earlier. Refer to this announcement:

https://www.redhat.com/archives/fedora-devel-announce/2007-September/msg00015.html for more details.

14.1.2. Eclipse

This release of Fedora includes Fedora Eclipse, based on the Eclipse SDK version 3.3.2. The 3.3.x series of releases has a "New and Noteworthy" page, and release notes specific to 3.3.2 are also available.

The Eclipse SDK is known variously as "the Eclipse Platform," "the Eclipse IDE," and "Eclipse." The Eclipse SDK is the foundation for the combined release of twenty-one Eclipse projects under the Callisto combined release umbrella:

http://www.eclipse.org/europa

Some of the Europa projects are included in Fedora:

Άλλα έργα Eclipse που διατίθενται στο Fedora περιλαμβάνουν:

Βοήθεια στο να υπάρξουν πιο πολλά έργα που έχουν πακεταριστεί και δοκιμαστεί με το GCJ είναι πάντα ευπρόσδεκτη. Επικοινωνήστε με τους ενδιαφερόμενους μέσω της λίστας fedora-devel-java-list ή μέσω του καναλιού #fedora-java στο freenode.

http://www.redhat.com/mailman/listinfo/fedora-devel-java-list/

Fedora also includes plugins and features that are particularly useful to FLOSS hackers, ChangeLog editing with eclipse-changelog , and Bugzilla interaction with eclipse-mylyn-bugzilla . Our CDT package, eclipse-cdt , includes a snapshot release of work to integrate with the GNU Autotools. There is also eclipse-rpm-editor for editing RPM specfiles.

Οι τελευταίες πληροφορίες που είναι σχετικές με αυτά τα έργα μπορούν να βρεθούν στην σελίδα του έργου Fedora Eclipse:

http://sourceware.org/eclipse/

14.1.2.1. Non-packaged Plugins and Features

Fedora Eclipse allows non-root users to make use of the Update Manager functionality for installing non-packaged plugins and features. Such plugins are installed in the user's home directory under the .eclipse directory.

14.1.2.2. Upgrading from Fedora 8

Users upgrading from Fedora 8 should be aware that cached content in their home directory may not be flushed properly (see Eclipse bug #215034). To work around this issue, run Eclipse from a terminal with the -clean option. Note: this only needs to be done once.

14.1.2.3. 64-bit Java Runtime Environments and JNI

Do not try to run Fedora's x86_64 Eclipse packages on Sun's 32-bit JRE. They will fail. Either switch to a 64-bit proprietary JRE, or, if available, install the 32-bit version of the packages. To install a 32-bit version, run the following command (SWT is given as an example):

yum install libswt3-gtk2.i386

Επίσης, οι βιβλιοθήκες 32-bit JNI που συμπεριλαμβάνονται από προεπιλογή στα συστήματα ppc64 δεν εκτελούνται με ένα JRE 64-bit. Για να εγκαταστήσετε την έκδοση 64-bit, χρησιμοποιήστε την ακόλουθη εντολή:

yum install package_name.ppc64
displayFooter('$Date: 2008/05/12 21:31:55 $'); ?>