1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. MacGeneral

Beiträge von MacGeneral

  • Firefox 1.0.1 G4 optimiert auf deutsch *brauche Hilfe*

    • MacGeneral
    • 30. November 2005 um 15:26

    ok, mal eine sehr doofe Frage...

    ich hat ne Weile aufgehört Firefox zu kompilieren, und ich hab keine Ahnung wo sich momentan die Sprachdateien befinden... hab mal ein bischen im CVS herumgeschaut, aber nix gefunden...

    du hast mir damals das

    Code
    2. cvs co -r FIREFOX_1_0_RELEASE mozilla/client.mk mozilla/browser/config 
    3. export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/l10n 
    4. cvs co -r AVIARY_1_0_20040515_BRANCH mozilla/toolkit/locales 
    5. cvs co -r AVIARY_1_0_20040515_BRANCH mozilla/browser/locales

    angegeben... woher kann ich aber rausfinden, welches das aktuelle Verzeichnis für die (deutschen) Dateien von 1.5 sind?

  • Firefox 1.0.1 G4 optimiert auf deutsch *brauche Hilfe*

    • MacGeneral
    • 9. März 2005 um 20:26

    Habs hingekriegt!

    Irgendwas stimmt(e ?) mit dem CVS nicht...

    wenn ich von dem 1.0.1 Source.tgz ausgehend ohne CVS Abgleich kompiliere, tut es ohne Probleme* ;)

    PS: firefox.macgeneral.de


    *=davor habe ich die komplette Source vom CVS bezogen...

  • Firefox 1.0.1 G4 optimiert auf deutsch *brauche Hilfe*

    • MacGeneral
    • 7. März 2005 um 20:38

    Ich brauch nochmal dringend deine Hilfe:

    Code
    /usr/bin/perl -I/Users/macgeneral/Mozilla/mozilla/config /Users/macgeneral/Mozilla/mozilla/config/build-list.pl ../../../../dist/include/xremoteservice/.headerlist nsIXRemoteService.h
    make[3]: *** No rule to make target `export'.  Stop.
    make[2]: *** [tier_9] Error 2
    make[1]: *** [default] Error 2
    make: *** [build] Error 2

    Das ist das einzige, was bei 8 Kompilierversuchen heute rauskam!

    Ich mach alles gleich wie beim letzten Mal... keine Ahnung was falsch ist!!!

    Hier noch mal meine Kompilierschritte:

    Code
    1. cd ~/Mozilla/
    2. cp mozconfigG4 ~/.mozconfig (ersetzt nur die Mozconfig)
    3. export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
    4. cvs login
    5. cvs checkout -r AVIARY_1_0_20040515_BRANCH mozilla/client.mk mozilla/browser/config
    6. export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/l10n
    7. cvs login
    8. cvs checkout -r AVIARY_1_0_20040515_BRANCH mozilla/toolkit/locales
    9. cvs checkout -r AVIARY_1_0_20040515_BRANCH mozilla/browser/locales
    10. cd mozilla/
    11. make -f client.mk checkout
    12. make -f client.mk build
    13. cd firefox_g4/xpinstall/packager/ (dazu kommts gar nicht mehr)
    Alles anzeigen

    PS: gibt es egtl. einen gelockten CVS 1.0.1 Teil? (bzw. ist AVIARY_1_0_20040515_BRANCH gelockt?)

  • Firefox 1.0.1 G4 optimiert auf deutsch *brauche Hilfe*

    • MacGeneral
    • 2. März 2005 um 21:54

    Es tut!!!

    Vielen Dank für die Hilfe!!!

    (powerbook meinte, dass er deine Threads als Vorbild hatte!)

    ;)

    gut einen Mac-Firefox-Profi im Forum zu haben :D

  • Firefox 1.0.1 G4 optimiert auf deutsch *brauche Hilfe*

    • MacGeneral
    • 2. März 2005 um 19:43

    erstmal Vielen Dank!

    Ich werds gleich mal ausprobieren... ;)

  • Firefox 1.0.1 G4 optimiert auf deutsch *brauche Hilfe*

    • MacGeneral
    • 1. März 2005 um 01:59

    Hallo,

    ich versuch gerade verzweifelt eine G4 optimierte Version (wie Powerbook) zu machen.

    Der einzige Unterschied ist, dass ich den Build mit der deutschen Lokalisierung machen will...

    meine .mozconfig sieht wie folgt aus:

    Code
    mk_add_options MOZ_CO_PROJECT=browser
    ac_add_options --enable-application=browser
    
    
    # adding German localization
    mk_add_options MOZ_CO_LOCALES="en-US de-DE de-DE"
    ac_add_options --enable-ui-locale=de-DE
    
    
    # Build faster on dual processor computers
    # mk_add_options MOZ_MAKE_FLAGS=-j2
    
    
    ac_add_options --enable-strip
    ac_add_options --enable-static
    ac_add_options --enable-pthreads
    ac_add_options --enable-prebinding
    ac_add_options --enable-optimize="-O3 -faltivec -mcpu=7450 -mtune=7450 -mpowerpc -mpowerpc-gfxopt"
    
    
    ac_add_options --disable-debug
    ac_add_options --disable-tests
    ac_add_options --disable-shared
    
    
    ac_add_options --without-system-png
    ac_add_options --without-system-mng
    ac_add_options --without-system-nspr
    ac_add_options --without-system-zlib
    ac_add_options --without-system-jpeg
    Alles anzeigen

    und sie tut auch (ohne Lokalisierung) einwandfrei!

    Aber sobald ich die Zeilen (wie hier und hier beschrieben...)

    Code
    mk_add_options MOZ_CO_LOCALES="en-US de-DE de-DE"
    ac_add_options --enable-ui-locale=de-DE

    hinzufüge wirds kritisch...

    Mein Build Vorgang sieht wie folgt aus:

    Code
    1. export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
    2. cvs co -r FIREFOX_1_0_RELEASE mozilla/client.mk mozilla/browser/config
    3. cvs checkout mozilla/toolkit/locales
    4. cvs checkout mozilla/browser/locales
    
    
    dann cd mozilla/
    5. make -f client.mk checkout
    6. make -f client.mk build

    und nach 1h und 30 min kommt dann folgende Fehlermeldung:

    Zitat


    *** No rule to make target `/Users/macgeneral/Mozilla/mozilla/browser/locales/de-DE/firefox-l10n.js', needed by `export'. Stop.
    make[3]: *** [export] Error 2
    make[2]: *** [tier_99] Error 2
    make[1]: *** [default] Error 2

    Mir ist aufgefallen, dass er zwar beim cvs checkout die Ordnerstruktur anlegt, die Ordner aber keinen Inhalt enthalten!

    Mach ich was falsch, oder gibt es die deutsche Lokalisierung nicht via CVS?

    (das Problem ist, dass man unter OSX das Language Pack nicht nachträglich draufmachen kann!)


    PS: Ich kompiliere das ganze unter MacOS X 10.3.8 mit den xcode tools und den sonstigen Programmen, die zum kompilieren benötigt werden!!!


    Ich brauch eure Hilfe! Danke!

Unterstütze uns!

Jährlich (2025)

92,9 %

92,9% (604,17 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon