>Форум Mozilla Россия http://forum.mozilla-russia.org/index.php >Разработка http://forum.mozilla-russia.org/viewforum.php?id=18 >Проблемы с компиляцие mozilla под windows http://forum.mozilla-russia.org/viewtopic.php?id=28586 |
alexander239 > 15-12-2008 20:11:29 |
Здараствуйте! Требуется собрать mozzila из исходников для Windows XP. bash: cd: c\Documents and Setting\"Здесь написаны всякие каракули": No such file or directory Если кто сталкивался с подобным или же всё таки смог каким либо образом получить из исходников рабочую компоновку, то поделитесь опытом..... пожалуйста.... ps: Ещё добавлю что всё выполнял на виртуальной машине с установленной на ней русифицированной версией Windows Xp Заранее благодарен.... |
Forest > 15-12-2008 20:14:51 |
alexander239
Похоже на проблемы с кодировками - как насчёт положить код куда-нибудь типа C:\MozCode?.. |
alexander239 > 15-12-2008 21:02:49 |
Так код исходника и лежит в корне диска C. make -f client.mk build_all а уже она и вызывает ошибку: bash: cd: c\Documents and Setting\"Здесь написаны всякие каракули": No such file or directory |
Forest > 15-12-2008 21:11:21 |
alexander239 15-12-2008 21:11:52
? |
alexander239 > 19-12-2008 19:57:00 |
Здравствуйте! Ошибка типа: РЕШЕНА! Оказалось достаточным создать нового пользователя с именем латинскими буквами (например alex) Но на этом проблемы не кончались..... Не смотря на то, что всё программное обеспечение (а именно Visual C++ 2008 Express Edition, Microsoft Windows Vista SDK, MozillaBuild) было установлено с официальных сайтов, процесс компиляции прервался сообщением: configure: error: This version of the MSVC compiler, 15.00.30729.01, is unsupported Ну что же, если знаете что с этим делать (только без шуток), то буду очень признателен..... |
Forest > 19-12-2008 21:17:02 |
alexander239
Наверное можно было просто перенести папку временных файлов из профиля пользователя.
Неплохо бы понять, что же конкретно запускается. |
Unghost > 19-12-2008 22:29:13 |
alexander239 |
alexander239 > 20-12-2008 02:46:49 |
Ой.... Приношу свои извинения за то что не упомянул раньше..... Необходимо собрать KompoZer Всё выполняю по инструкции http://www.nvu.com/Building_From_Source.php 20-12-2008 02:50:11 Проблемы возникли после ввода команды make -f client.mk build_all |
TLemur > 20-12-2008 06:28:10 |
alexander239 mozilla/.mozconfig в студию! |
alexander239 > 20-12-2008 11:15:15 |
Прошу любить и жаловать, содержание файла .mozconfig Выделить код Код:# sh # Build configuration script for LINUX # # See http://www.mozilla.org/build/unix.html for build instructions. # # Kaze: maybe the Nvu icon will stop showing off if these two lines are disabled... #export MOZILLA_OFFICIAL=1 #export BUILD_OFFICIAL=1 export MOZ_STANDALONE_COMPOSER=1 mk_add_options MOZ_STANDALONE_COMPOSER=1 # if you want don't want to use gcc and g or want to use # a specific version of the compilers, specify it in the # two following lines and uncomment them #export CC="gcc-3.0" #export CXX="g-3.0" # Uncomment the 3 following lines on Debian (this includes # Linspire) export OS_LIBS="-lc -lpthread" export CFLAGS="-DDEBIAN" export CXXFLAGS="-DDEBIAN" # Uncomment the two following lines on Linspire #export LINSPIRE=1 #mk_add_options LINSPIRE=1 # Uncomment the two following lines if you want the Site Manager # to use KDE mimetypes icons. Warning, experimental feature... # You may have to edit the following files # mozilla/composer/app/Makefile.in # mozilla/editor/libeditor/html/Makefile.in # mozilla/composer/src/* #export SITE_MANAGER_KDE_ICON_STYLE=1 #mk_add_options SITE_MANAGER_KDE_ICON_STYLE=1 # Uncomment and edit this line if you want to build # outside of the source tree mk_add_options MOZ_OBJDIR=../obj-kompozer # Comment out the following lines for a debug build ac_add_options --enable-optimize ac_add_options --disable-debug # You may need to uncomment and edit that line. On Linspire, # just uncomment it #ac_add_options --with-default-mozilla-five-home=/usr/lib/mozilla # Kaze was here ;-) ac_add_options --prefix=/usr # enable minimal profile support ac_add_options --disable-profilesharing ac_add_options --disable-profilelocking ac_add_options --enable-single-profile # You probably have nothing to change below that line ac_add_options --disable-svg ac_add_options --without-system-mng ac_add_options --without-system-png ac_add_options --disable-ldap ac_add_options --disable-mailnews ac_add_options --disable-installer ac_add_options --disable-activex ac_add_options --disable-activex-scripting ac_add_options --disable-tests ac_add_options --disable-oji ac_add_options --disable-necko-disk-cache ac_add_options --enable-extensions=wallet,xml-rpc,xmlextras,pref,universalchardet,spellcheck ac_add_options --enable-necko-protocols=http,ftp,file,jar,viewsource,res,data ac_add_options --disable-pedantic ac_add_options --disable-short-wchar ac_add_options --disable-xprint ac_add_options --enable-strip-libs ac_add_options --enable-crypto ac_add_options --disable-mathml ac_add_options --with-system-zlib ac_add_options --enable-toolkit=gtk2 ac_add_options --enable-default-toolkit=gtk2 ac_add_options --enable-xft ac_add_options --disable-freetype2 # Note: Only include icon for mac, windows and os2 ac_add_options --enable-image-decoders=default,-xbm Напомню ошибку: configure: error: This version of the MSVC compiler, 15.00.30729.01, is unsupported А также задачу: Необходимо собрать KompoZer под Windows Жду предложений..... |
banbot > 22-12-2008 10:14:40 |
alexander239
Идём на https://developer.mozilla.org/en/Window … requisites и читаем с каким компилятором собирается Gecko 1.7. 22-12-2008 10:18:54
|
alexander239 > 22-12-2008 18:43:44 |
Gecko 1.7 это прекрасно.... Но я рассчитываю на сборку которая будет использовать Gecko 1.9 А теперь не скромный вопрос ко всем... Есть ли на форуме люди, которым удалось скомпилировать mozilla из исходников? И ещё один вопрос /bin/sh: cygpath: command not found sh - это shell, а вот что за cygpath И что оно хочет непонятно?... |
TLemur > 23-12-2008 14:36:34 |
alexander239 Я компилировал Firefox. |
alexander239 > 24-12-2008 11:31:23 |
У кого-нибудь появились предложения по ошибке : /bin/sh: cygpath: command not found Жду.... |
banbot > 24-12-2008 21:43:38 |
alexander239
Cygwin не стоит. |
alexander239 > 25-12-2008 12:36:34 |
Большое спасибо banbot за подсказку! Установка Cygwin подала идею... В самом начале форума я упоминал набор установленных программ, так вот, установка MozillaBuild создает на диске директорию mozilla-build\msys\bin\ где находится куча exe-файлов таких как: bash.exe, sh.exe и т.д... Так вот, ошибку /bin/sh: cygpath: command not found удалось решить добавлением в директорию mozilla-build\msys\bin\ из директории с установленной Cygwin файлов: cygpath.exe На данный момент осталась проблема: configure: error: This version of the MSVC compiler, 15.00.30729.01, is unsupported Если появятся идей пишите! |
TLemur > 25-12-2008 12:44:01 |
alexander239 Увидел, что ты на форуме. 25-12-2008 12:46:11 |