ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] VLC в Compact30
@ 2006-11-24 20:14 ss
  2006-11-24 20:18 ` Michael Shigorin
  2006-11-24 23:47 ` Pavlov Konstantin
  0 siblings, 2 replies; 6+ messages in thread
From: ss @ 2006-11-24 20:14 UTC (permalink / raw)
  To: Community

Кто-нибудь собирал VideoLanClient для Compact 3.0?
Если да, ткните ссылкой на rpm.
А то он собака из исходников не хочет.
Сначала ffmpeg-config ему левые ключи выдаёт,
потом с wxgtk косяки.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] VLC в Compact30
  2006-11-24 20:14 [Comm] VLC в Compact30 ss
@ 2006-11-24 20:18 ` Michael Shigorin
  2006-11-24 23:47 ` Pavlov Konstantin
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Shigorin @ 2006-11-24 20:18 UTC (permalink / raw)
  To: Community

On Fri, Nov 24, 2006 at 11:14:46PM +0300, ss wrote:
> Кто-нибудь собирал VideoLanClient для Compact 3.0?
> Если да, ткните ссылкой на rpm.

Большая развесистая борода зависимостей, причём вполне 
реальных... сам вот прекратил попытку бэкпорта kino свежего,
когда сборка libiec61883 потянула libraw1394 >= 1.2.0.
В смысле на выходных опять подумаю dist-upgrаde домашней
машинки, поскольку на рабочем буке всё вполне сполняет.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] VLC в Compact30
  2006-11-24 20:14 [Comm] VLC в Compact30 ss
  2006-11-24 20:18 ` Michael Shigorin
@ 2006-11-24 23:47 ` Pavlov Konstantin
  2006-11-28 17:20   ` ss
  1 sibling, 1 reply; 6+ messages in thread
From: Pavlov Konstantin @ 2006-11-24 23:47 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 659 bytes --]

On Friday 24 November 2006 23:14, ss wrote:
> Кто-нибудь собирал VideoLanClient для Compact 3.0?
> Если да, ткните ссылкой на rpm.
> А то он собака из исходников не хочет.
> Сначала ffmpeg-config ему левые ключи выдаёт,
> потом с wxgtk косяки.

По поводу ffmpeg-config:
sed -i 's/-lavcodec_pic -lavformat_pic -lavcodec_pic -lpostproc_pic -lavcodec_pic/-lavcodec -lavformat -lavcodec -lpostproc -lavcodec/' 
vlc-config

после ./configure.

Насчет wxgtk: покажите косяки, попробуем разобраться.

Насколько я знаю, VLC (кстати, какую версию вы собираете) успешно собирали для 
C30.

-- 
Pavlov Konstantin,
ALT Linux Team,
VideoLAN Team,
jid: thresh@altlinux.org

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] VLC в Compact30
  2006-11-24 23:47 ` Pavlov Konstantin
@ 2006-11-28 17:20   ` ss
  2006-11-28 19:55     ` Pavlov Konstantin
  0 siblings, 1 reply; 6+ messages in thread
From: ss @ 2006-11-28 17:20 UTC (permalink / raw)
  To: ALT Linux Community

Pavlov Konstantin wrote:
>
> По поводу ffmpeg-config:
> sed -i 's/-lavcodec_pic -lavformat_pic -lavcodec_pic -lpostproc_pic -lavcodec_pic/-lavcodec -lavformat -lavcodec -lpostproc -lavcodec/' 
> vlc-config
>
> после ./configure.
>
>   
Спасибо. Проблему с ffmpeg это решило.
> Насчет wxgtk: покажите косяки, попробуем разобраться.
>   
dialogs/fileinfo.cpp: In constructor
`wxvlc::FileInfo::FileInfo(intf_thread_t*, wxWindow*)':
dialogs/fileinfo.cpp:73: error: invalid use of undefined type `struct
wxNotebook'
/usr/include/wx/sizer.h:375: error: forward declaration of `struct
wxNotebook'
dialogs/fileinfo.cpp:77: error: no matching function for call to
`wxvlc::MetaDataPanel::MetaDataPanel(intf_thread_t*&, wxNotebook*&, bool)'
./dialogs/infopanels.hpp:34: note: candidates are:
wxvlc::MetaDataPanel::MetaDataPanel(const wxvlc::MetaDataPanel&)
./dialogs/infopanels.hpp:37: note:
wxvlc::MetaDataPanel::MetaDataPanel(intf_thread_t*, wxWindow*, bool)
dialogs/fileinfo.cpp:78: error: no matching function for call to
`wxvlc::AdvancedInfoPanel::AdvancedInfoPanel(intf_thread_t*&, wxNotebook*&)'
./dialogs/infopanels.hpp:79: note: candidates are:
wxvlc::AdvancedInfoPanel::AdvancedInfoPanel(const wxvlc::AdvancedInfoPanel&)
./dialogs/infopanels.hpp:82: note:
wxvlc::AdvancedInfoPanel::AdvancedInfoPanel(intf_thread_t*, wxWindow*)
dialogs/fileinfo.cpp:80: error: no matching function for call to
`wxvlc::InputStatsInfoPanel::InputStatsInfoPanel(intf_thread_t*&,
wxNotebook*&)'
./dialogs/infopanels.hpp:114: note: candidates are:
wxvlc::InputStatsInfoPanel::InputStatsInfoPanel(const
wxvlc::InputStatsInfoPanel&)
./dialogs/infopanels.hpp:117: note:
wxvlc::InputStatsInfoPanel::InputStatsInfoPanel(intf_thread_t*, wxWindow*)
dialogs/fileinfo.cpp:82: error: invalid use of undefined type `struct
wxNotebook'
/usr/include/wx/sizer.h:375: error: forward declaration of `struct
wxNotebook'
dialogs/fileinfo.cpp:83: error: invalid use of undefined type `struct
wxNotebook'
/usr/include/wx/sizer.h:375: error: forward declaration of `struct
wxNotebook'
dialogs/fileinfo.cpp:85: error: invalid use of undefined type `struct
wxNotebook'
/usr/include/wx/sizer.h:375: error: forward declaration of `struct
wxNotebook'
dialogs/fileinfo.cpp:93: error: no matching function for call to
`wxButton::wxButton(wxPanel*&, <anonymous enum>)'
/usr/include/wx/gtk/button.h:39: note: candidates are:
wxButton::wxButton(const wxButton&)
/usr/include/wx/gtk/button.h:47: note:
wxButton::wxButton(wxWindow*, wxWindowID, const wxString&, const
wxPoint&, const wxSize&, long int, const wxValidator&, const wxString&)
/usr/include/wx/gtk/button.h:41: note:                 wxButton::wxButton()
make[6]: *** [libwxwidgets_plugin_a-fileinfo.o] Ошибка 1



Я так понимаю, что к структуре wxNotebook сначала обращаются из
"fileinfo.cpp:73",
а только потом декларируют "sizer.h:375: error: forward declaration of
`struct wxNotebook'"?
Как сие можно исправить?

> Насколько я знаю, VLC (кстати, какую версию вы собираете) успешно собирали для  C30.
>   
У меня vlc-0.8.5



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] VLC в Compact30
  2006-11-28 17:20   ` ss
@ 2006-11-28 19:55     ` Pavlov Konstantin
  2006-11-29 10:19       ` ss
  0 siblings, 1 reply; 6+ messages in thread
From: Pavlov Konstantin @ 2006-11-28 19:55 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 3063 bytes --]

On Tuesday 28 November 2006 20:20, ss wrote:

> > Насчет wxgtk: покажите косяки, попробуем разобраться.
>
> dialogs/fileinfo.cpp: In constructor
> `wxvlc::FileInfo::FileInfo(intf_thread_t*, wxWindow*)':
> dialogs/fileinfo.cpp:73: error: invalid use of undefined type `struct
> wxNotebook'
> /usr/include/wx/sizer.h:375: error: forward declaration of `struct
> wxNotebook'
> dialogs/fileinfo.cpp:77: error: no matching function for call to
> `wxvlc::MetaDataPanel::MetaDataPanel(intf_thread_t*&, wxNotebook*&, bool)'
> ./dialogs/infopanels.hpp:34: note: candidates are:
> wxvlc::MetaDataPanel::MetaDataPanel(const wxvlc::MetaDataPanel&)
> ./dialogs/infopanels.hpp:37: note:
> wxvlc::MetaDataPanel::MetaDataPanel(intf_thread_t*, wxWindow*, bool)
> dialogs/fileinfo.cpp:78: error: no matching function for call to
> `wxvlc::AdvancedInfoPanel::AdvancedInfoPanel(intf_thread_t*&,
> wxNotebook*&)' ./dialogs/infopanels.hpp:79: note: candidates are:
> wxvlc::AdvancedInfoPanel::AdvancedInfoPanel(const
> wxvlc::AdvancedInfoPanel&) ./dialogs/infopanels.hpp:82: note:
> wxvlc::AdvancedInfoPanel::AdvancedInfoPanel(intf_thread_t*, wxWindow*)
> dialogs/fileinfo.cpp:80: error: no matching function for call to
> `wxvlc::InputStatsInfoPanel::InputStatsInfoPanel(intf_thread_t*&,
> wxNotebook*&)'
> ./dialogs/infopanels.hpp:114: note: candidates are:
> wxvlc::InputStatsInfoPanel::InputStatsInfoPanel(const
> wxvlc::InputStatsInfoPanel&)
> ./dialogs/infopanels.hpp:117: note:
> wxvlc::InputStatsInfoPanel::InputStatsInfoPanel(intf_thread_t*, wxWindow*)
> dialogs/fileinfo.cpp:82: error: invalid use of undefined type `struct
> wxNotebook'
> /usr/include/wx/sizer.h:375: error: forward declaration of `struct
> wxNotebook'
> dialogs/fileinfo.cpp:83: error: invalid use of undefined type `struct
> wxNotebook'
> /usr/include/wx/sizer.h:375: error: forward declaration of `struct
> wxNotebook'
> dialogs/fileinfo.cpp:85: error: invalid use of undefined type `struct
> wxNotebook'
> /usr/include/wx/sizer.h:375: error: forward declaration of `struct
> wxNotebook'
> dialogs/fileinfo.cpp:93: error: no matching function for call to
> `wxButton::wxButton(wxPanel*&, <anonymous enum>)'
> /usr/include/wx/gtk/button.h:39: note: candidates are:
> wxButton::wxButton(const wxButton&)
> /usr/include/wx/gtk/button.h:47: note:
> wxButton::wxButton(wxWindow*, wxWindowID, const wxString&, const
> wxPoint&, const wxSize&, long int, const wxValidator&, const wxString&)
> /usr/include/wx/gtk/button.h:41: note:                 wxButton::wxButton()
> make[6]: *** [libwxwidgets_plugin_a-fileinfo.o] Ошибка 1
>
>
>
> Я так понимаю, что к структуре wxNotebook сначала обращаются из
> "fileinfo.cpp:73",
> а только потом декларируют "sizer.h:375: error: forward declaration of
> `struct wxNotebook'"?
> Как сие можно исправить?

Ужос какой-то. Скорее всего, несовместимая версия wxGTK. Вы с какой собираете?
В любом случае лучше всего с wxGTK2u.

-- 
Pavlov Konstantin,
ALT Linux Team,
VideoLAN Team,
jid: thresh@altlinux.org

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] VLC в Compact30
  2006-11-28 19:55     ` Pavlov Konstantin
@ 2006-11-29 10:19       ` ss
  0 siblings, 0 replies; 6+ messages in thread
From: ss @ 2006-11-29 10:19 UTC (permalink / raw)
  To: ALT Linux Community

Pavlov Konstantin wrote:
> Ужос какой-то. Скорее всего, несовместимая версия wxGTK. Вы с какой собираете?
> В любом случае лучше всего с wxGTK2u.
>
>   
Спасибо за совет, vlc собрался после удаления wxGTK-devel и установки 
wxGTK2u-devel.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-11-29 10:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-24 20:14 [Comm] VLC в Compact30 ss
2006-11-24 20:18 ` Michael Shigorin
2006-11-24 23:47 ` Pavlov Konstantin
2006-11-28 17:20   ` ss
2006-11-28 19:55     ` Pavlov Konstantin
2006-11-29 10:19       ` ss

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git