ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* Re: [sisyphus] klingvotranslator
  @ 2006-09-05 14:57 ` Damir Shayhutdinov
  2006-09-05 14:57   ` Шенцев Алексей Владимирович
  0 siblings, 1 reply; 11+ messages in thread
From: Damir Shayhutdinov @ 2006-09-05 14:57 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

> Скачал
> configure прошло.
Посмотрите, может он кеды не нашел, и в конфигуре ругнулся на это.

> а дальше вилы.
> make
> сначала предупреждения потом
>
> browser.cpp:66: error: invalid use of undefined type `struct
> KHTMLPartBrowserExtension'
> /usr/include/khtml_part.h:40: error: forward declaration of `struct
> KHTMLPartBrowserExtension'
> browser.cpp:67: error: invalid use of undefined type `struct
> KHTMLPartBrowserExtension'
> /usr/include/khtml_part.h:40: error: forward declaration of `struct

> Печально. Помогите разрулить. Штука -то полезная.
Очевидно, не включен нужный заголовочный файл. Смотрите выше, он
должен ругаться на то, что не может найти какой-то ".h" файл.
Если не ругается - значит надо включить нужный .h файл руками в browser.cpp.

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

* Re: [sisyphus] klingvotranslator
  2006-09-05 14:57 ` [sisyphus] klingvotranslator Damir Shayhutdinov
@ 2006-09-05 14:57   ` Шенцев Алексей Владимирович
  2006-09-05 15:15     ` Sergey V Turchin
    0 siblings, 2 replies; 11+ messages in thread
From: Шенцев Алексей Владимирович @ 2006-09-05 14:57 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 5 сентября 2006 18:57 Damir Shayhutdinov написал(a):
> Очевидно, не включен нужный заголовочный файл. Смотрите выше, он
> должен ругаться на то, что не может найти какой-то ".h" файл.
> Если не ругается - значит надо включить нужный .h файл руками в
> browser.cpp. _______________________________________________
Он не находит файл khtml_ext.h
-- 
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
ICQ: 271053845

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

* Re: [sisyphus] klingvotranslator
  2006-09-05 14:57   ` Шенцев Алексей Владимирович
@ 2006-09-05 15:15     ` Sergey V Turchin
  2006-09-05 15:21       ` Шенцев Алексей Владимирович
    1 sibling, 1 reply; 11+ messages in thread
From: Sergey V Turchin @ 2006-09-05 15:15 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Tuesday 05 September 2006 18:57, Шенцев Алексей Владимирович 
wrote:
> В сообщении от 5 сентября 2006 18:57 Damir Shayhutdinov 
написал(a):
> > Очевидно, не включен нужный заголовочный файл. Смотрите выше,
> > он должен ругаться на то, что не может найти какой-то ".h"
> > файл. Если не ругается - значит надо включить нужный .h файл
> > руками в browser.cpp.
> > _______________________________________________
>
> Он не находит файл khtml_ext.h
Он не пакуется. Возможно следует использовать классы из khtml_part.h

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

* Re: [sisyphus] klingvotranslator
  2006-09-05 15:15     ` Sergey V Turchin
@ 2006-09-05 15:21       ` Шенцев Алексей Владимирович
  2006-09-05 15:30         ` Led
  0 siblings, 1 reply; 11+ messages in thread
From: Шенцев Алексей Владимирович @ 2006-09-05 15:21 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 5 сентября 2006 19:15 Sergey V Turchin написал(a):
> Он не пакуется. 
Не пакуется khtml_ext.h ?
> Возможно следует использовать классы из khtml_part.h 
А какие? Вы в этом лучше разбираетесь. Ругань то идёт такая:

browser.cpp:28:23: error: khtml_ext.h: No such file or directory
browser.cpp: In member function 'void BrowserImpl::reconfigure()':
browser.cpp:66: error: invalid use of undefined type 'struct 
KHTMLPartBrowserExtension'
/usr/include/khtml_part.h:40: error: forward declaration of 'struct 
KHTMLPartBrowserExtension'
browser.cpp:67: error: invalid use of undefined type 'struct 
KHTMLPartBrowserExtension'
/usr/include/khtml_part.h:40: error: forward declaration of 'struct 
KHTMLPartBrowserExtension'


-- 
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
ICQ: 271053845

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

* Re: [sisyphus] klingvotranslator
  2006-09-05 15:21       ` Шенцев Алексей Владимирович
@ 2006-09-05 15:30         ` Led
  2006-09-05 15:35           ` Шенцев Алексей Владимирович
  0 siblings, 1 reply; 11+ messages in thread
From: Led @ 2006-09-05 15:30 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 5 сентября 2006 18:21 Шенцев Алексей Владимирович написал(a):
> В сообщении от 5 сентября 2006 19:15 Sergey V Turchin написал(a):
> > Он не пакуется.
>
> Не пакуется khtml_ext.h ?
>
> > Возможно следует использовать классы из khtml_part.h
>
> А какие? Вы в этом лучше разбираетесь. Ругань то идёт такая:
>
> browser.cpp:28:23: error: khtml_ext.h: No such file or directory
> browser.cpp: In member function 'void BrowserImpl::reconfigure()':
> browser.cpp:66: error: invalid use of undefined type 'struct
> KHTMLPartBrowserExtension'
> /usr/include/khtml_part.h:40: error: forward declaration of 'struct
> KHTMLPartBrowserExtension'
> browser.cpp:67: error: invalid use of undefined type 'struct
> KHTMLPartBrowserExtension'
> /usr/include/khtml_part.h:40: error: forward declaration of 'struct
> KHTMLPartBrowserExtension'

Да посмотрите комментарии на домашней страничке - там только об этом и пишут. 
У автора SUSE, почему SUSE пакует "насильно" khtml_ext.h (несмотря 
на "noinst_HEADERS = ... khtml_ext.h ..." в Makefile и почему автор 
использует его - непонятно...
-- 
Led.


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

* Re: [sisyphus] klingvotranslator
  2006-09-05 15:30         ` Led
@ 2006-09-05 15:35           ` Шенцев Алексей Владимирович
  2006-09-05 16:02             ` Sergey V Turchin
  0 siblings, 1 reply; 11+ messages in thread
From: Шенцев Алексей Владимирович @ 2006-09-05 15:35 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 5 сентября 2006 19:30 Led написал(a):
> Да посмотрите комментарии на домашней страничке - там только об этом и
> пишут. У автора SUSE, почему SUSE пакует "насильно" khtml_ext.h (несмотря
> на "noinst_HEADERS = ... khtml_ext.h ..." в Makefile и почему автор
> использует его - непонятно...
Да смотрел я это. Вопрос в том, как это обойти ...
-- 
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
ICQ: 271053845

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

* Re: [sisyphus] klingvotranslator
  2006-09-05 15:35           ` Шенцев Алексей Владимирович
@ 2006-09-05 16:02             ` Sergey V Turchin
  0 siblings, 0 replies; 11+ messages in thread
From: Sergey V Turchin @ 2006-09-05 16:02 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Tuesday 05 September 2006 19:35, Шенцев Алексей Владимирович 
wrote:

[...]
> Да смотрел я это. Вопрос в том, как это обойти ...
Просить автора не использовать khtml_ext.h или дергать из SVN по его 
совету. Только в последнем случае последствия неизвестны.

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

* Re: [sisyphus] klingvotranslator
  @ 2006-09-05 16:03       ` Sergey V Turchin
  2006-09-05 16:04         ` Led
  0 siblings, 1 reply; 11+ messages in thread
From: Sergey V Turchin @ 2006-09-05 16:03 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Tuesday 05 September 2006 19:22, Jose wrote:

[...]
> А что такого нужно поставить чтобы он нашелся ?
Нет такого пакета ни у кого и ни в одном дистрибутиве.

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

* Re: [sisyphus] klingvotranslator
  2006-09-05 16:03       ` Sergey V Turchin
@ 2006-09-05 16:04         ` Led
  2006-09-05 16:16           ` Sergey V Turchin
  0 siblings, 1 reply; 11+ messages in thread
From: Led @ 2006-09-05 16:04 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 5 сентября 2006 19:03 Sergey V Turchin написал(a):
> On Tuesday 05 September 2006 19:22, Jose wrote:
>
> [...]
>
> > А что такого нужно поставить чтобы он нашелся ?
>
> Нет такого пакета ни у кого и ни в одном дистрибутиве.

Ну всё же автор утверждает, что в SUSE оно есть...

-- 
Led.


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

* Re: [sisyphus] klingvotranslator
  2006-09-05 16:04         ` Led
@ 2006-09-05 16:16           ` Sergey V Turchin
  2006-09-05 16:38             ` Sergey V Turchin
  0 siblings, 1 reply; 11+ messages in thread
From: Sergey V Turchin @ 2006-09-05 16:16 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Tuesday 05 September 2006 20:04, Led wrote:

[...]
> Ну всё же автор утверждает, что в SUSE оно есть...
Не верю, спросил его на 
http://www.kde-apps.org/content/show.php?content=34070

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

* Re: [sisyphus] klingvotranslator
  2006-09-05 16:16           ` Sergey V Turchin
@ 2006-09-05 16:38             ` Sergey V Turchin
  0 siblings, 0 replies; 11+ messages in thread
From: Sergey V Turchin @ 2006-09-05 16:38 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Tuesday 05 September 2006 20:16, Sergey V Turchin wrote:
> On Tuesday 05 September 2006 20:04, Led wrote:
>
> [...]
> > Ну всё же автор утверждает, что в SUSE оно есть...
> Не верю, спросил его на
> http://www.kde-apps.org/content/show.php?content=34070
Проверил, нет его в SuSE. Написал там же.

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

end of thread, other threads:[~2006-09-05 16:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-05 14:57 ` [sisyphus] klingvotranslator Damir Shayhutdinov
2006-09-05 14:57   ` Шенцев Алексей Владимирович
2006-09-05 15:15     ` Sergey V Turchin
2006-09-05 15:21       ` Шенцев Алексей Владимирович
2006-09-05 15:30         ` Led
2006-09-05 15:35           ` Шенцев Алексей Владимирович
2006-09-05 16:02             ` Sergey V Turchin
2006-09-05 16:03       ` Sergey V Turchin
2006-09-05 16:04         ` Led
2006-09-05 16:16           ` Sergey V Turchin
2006-09-05 16:38             ` Sergey V Turchin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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