In file included from ./src/chrome/common/ipc_channel_posix.cc:5:
../../ipc/chromium/src/chrome/common/ipc_message.h:287: error: `struct IPC::Message::Header' is protected
../../ipc/chromium/src/chrome/common/ipc_channel_posix.h:82: error: within this context
./src/chrome/common/ipc_channel_posix.cc: In member function `bool IPC::Channel::ChannelImpl::ProcessIncomingMessages()':
../../ipc/chromium/src/chrome/common/ipc_message.h:305: error: `IPC::Message::Header* IPC::Message::header()' is protected
./src/chrome/common/ipc_channel_posix.cc:505: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:305: error: `IPC::Message::Header* IPC::Message::header()' is protected
./src/chrome/common/ipc_channel_posix.cc:508: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:305: error: `IPC::Message::Header* IPC::Message::header()' is protected
./src/chrome/common/ipc_channel_posix.cc:514: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:305: error: `IPC::Message::Header* IPC::Message::header()' is protected
./src/chrome/common/ipc_channel_posix.cc:524: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:325: error: `FileDescriptorSet* IPC::Message::file_descriptor_set()' is protected
./src/chrome/common/ipc_channel_posix.cc:535: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:305: error: `IPC::Message::Header* IPC::Message::header()' is protected
./src/chrome/common/ipc_channel_posix.cc:536: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:305: error: `IPC::Message::Header* IPC::Message::header()' is protected
./src/chrome/common/ipc_channel_posix.cc:537: error: within this context
./src/chrome/common/ipc_channel_posix.cc: In member function `bool IPC::Channel::ChannelImpl::ProcessOutgoingMessages()':
../../ipc/chromium/src/chrome/common/ipc_message.h:325: error: `FileDescriptorSet* IPC::Message::file_descriptor_set()' is protected
./src/chrome/common/ipc_channel_posix.cc:602: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:325: error: `FileDescriptorSet* IPC::Message::file_descriptor_set()' is protected
./src/chrome/common/ipc_channel_posix.cc:605: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:325: error: `FileDescriptorSet* IPC::Message::file_descriptor_set()' is protected
./src/chrome/common/ipc_channel_posix.cc:615: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:305: error: `IPC::Message::Header* IPC::Message::header()' is protected
./src/chrome/common/ipc_channel_posix.cc:619: error: within this context
../../ipc/chromium/src/chrome/common/ipc_message.h:325: error: `FileDescriptorSet* IPC::Message::file_descriptor_set()' is protected
./src/chrome/common/ipc_channel_posix.cc:624: error: within this context
>uname -srvpio
Linux 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64 GNU/Linux
Отсутствует
torched а готовый вариант Вас не устраивает?
.... кстати в репозитории уже 3.6.9
Добавлено 08-09-2010 19:32:08
x86_64
а,теперь всё понял ........
Отредактировано Крошка Ру (08-09-2010 19:30:35)
Отсутствует
Крошка Ру
а готовый вариант Вас не устраивает?
Судя по ядру это RHEL 4. Там всё настолько мохнатое (тот же GTK), что сборка от Mozilla вряд ли запустится.
Наверно можно попробовать поставить отсюда
Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.
Отсутствует
Крошка Ру
а готовый вариант Вас не устраивает?
Судя по ядру это RHEL 4. Там всё настолько мохнатое (тот же GTK), что сборка от Mozilla вряд ли запустится.
Наверно можно попробовать поставить отсюда
Готовый вариант требует новую ГТК. Я ее обновить не могу потому что рутового пароля нет.
Поэтому собрал ГТК у себя в хоуме. С новым ГТК ФФ нормально сконфигурился, а вот копмилится отказывается.
Отсутствует
Если добавить в .mozconfig
компиляция дальше идёт?
Добавлено 09-09-2010 10:31:37
И какой используется GCC?
Добавлено 09-09-2010 10:33:47
Также можно попробовать добавить:
Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.
Отсутствует
Если добавить в .mozconfig
компиляция дальше идёт?
Добавлено 09-09-2010 10:31:37
И какой используется GCC?Добавлено 09-09-2010 10:33:47
Также можно попробовать добавить:
>gcc --version
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-9)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ключи добавил. Это помогло, но не намного
sydney_audio_alsa.c: In function `sa_stream_open':
sydney_audio_alsa.c:136: warning: implicit declaration of function `snd_pcm_set_params'
sydney_audio_alsa.c: In function `sa_stream_write':
sydney_audio_alsa.c:199: warning: implicit declaration of function `snd_pcm_recover'
sydney_audio_alsa.c: In function `sa_stream_set_volume_abs':
sydney_audio_alsa.c:377: error: void value not ignored as it ought to be
sydney_audio_alsa.c: In function `sa_stream_get_volume_abs':
sydney_audio_alsa.c:420: error: void value not ignored as it ought to be
Отсутствует
torched
Отруби sydneyaudio:
ac_add_options --disable-ogg ac_add_options --disable-wave ac_add_options --disable-webm
Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.
Отсутствует
torched
Отруби sydneyaudio:Выделить кодКод:
ac_add_options --disable-ogg ac_add_options --disable-wave ac_add_options --disable-webm
Вообщем все получилось. ФФ собрался и запустился
но вопросы остались
1. что такое ipc? и можно ли без этого обойтись?
2. что такое sydneyaudio? и можного ли без этого обойтись?
по поводу второй проблемы надо, наверное, alsa-lib скомпилить
snd_pcm_set_params там в инклюдах находится
попробую это через неделю сделать.
Отсутствует
torched
что такое ipc? и можно ли без этого обойтись?
ipc это та штука, портированная из chrome, которая позволяет вынести плагины в отдельный процесс - http://www.chromium.org/developers/desi … munication. Без него не удастся запустить плагины в отдельном процессе, но это не смертельно.
2. что такое sydneyaudio? и можного ли без этого обойтись?
libsydneyaudio это часть xiph. Я так полагаю, без него возникнут проблемы с проигрыванием ogg и wave
Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.
Отсутствует