ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] IQ: grip-3.1.x build woes (ghttp.h)
@ 2003-08-15 10:41 Michael Shigorin
  2003-08-15 10:47 ` [sisyphus] " Alexey Tourbin
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2003-08-15 10:41 UTC (permalink / raw)
  To: sisyphus

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

	Здравствуйте.
Жаждущие grip-3.1+ (gtk2) приглашаются к разруливанию ситуации,
которая состоит в том, что у нас, в отличие от всех остальных
проверенных, ghttp.h лежит в /usr/include/gnome-1.0, а не в
/usr/include.

Попытка подсунуть в *FLAGS -I/usr/include/gnome-1.0 приводит к
цеплянию gnome.h оттуда, что приводит к оверляпсусам вкупе с
/usr/include/libgnome-2.0/libgnome/libgnome.h.

Что делать? (tm)

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

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

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

* [sisyphus] Re: IQ: grip-3.1.x build woes (ghttp.h)
  2003-08-15 10:41 [sisyphus] IQ: grip-3.1.x build woes (ghttp.h) Michael Shigorin
@ 2003-08-15 10:47 ` Alexey Tourbin
  2003-08-15 10:54   ` Alexey Tourbin
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Tourbin @ 2003-08-15 10:47 UTC (permalink / raw)
  To: sisyphus

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

On Fri, Aug 15, 2003 at 01:41:25PM +0300, Michael Shigorin wrote:
> 	Здравствуйте.
> Жаждущие grip-3.1+ (gtk2) приглашаются к разруливанию ситуации,
> которая состоит в том, что у нас, в отличие от всех остальных
> проверенных, ghttp.h лежит в /usr/include/gnome-1.0, а не в
> /usr/include.
> 
> Попытка подсунуть в *FLAGS -I/usr/include/gnome-1.0 приводит к
> цеплянию gnome.h оттуда, что приводит к оверляпсусам вкупе с
> /usr/include/libgnome-2.0/libgnome/libgnome.h.
> 
> Что делать? (tm)

cp -a /usr/include/gnome-1.0/ghttp* .
export CPPFLAGS=$PWD

? :)

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

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

* [sisyphus] Re: IQ: grip-3.1.x build woes (ghttp.h)
  2003-08-15 10:47 ` [sisyphus] " Alexey Tourbin
@ 2003-08-15 10:54   ` Alexey Tourbin
  2003-08-15 11:45     ` [sisyphus] u: grip-3.1.1-alt1 (was: IQ: grip-3.1.x build woes) Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Tourbin @ 2003-08-15 10:54 UTC (permalink / raw)
  To: sisyphus

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

On Fri, Aug 15, 2003 at 02:47:09PM +0400, Alexey Tourbin wrote:
> cp -a /usr/include/gnome-1.0/ghttp* .
> export CPPFLAGS=$PWD

CPPFLAGS=-I$PWD

I mean.  Or whatever...

> ? :)

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

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

* [sisyphus] u: grip-3.1.1-alt1 (was: IQ: grip-3.1.x build woes)
  2003-08-15 10:54   ` Alexey Tourbin
@ 2003-08-15 11:45     ` Michael Shigorin
  2003-08-15 13:24       ` [sisyphus] " Alexey Tourbin
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2003-08-15 11:45 UTC (permalink / raw)
  To: sisyphus; +Cc: incoming

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

On Fri, Aug 15, 2003 at 02:54:00PM +0400, Alexey Tourbin wrote:
> > cp -a /usr/include/gnome-1.0/ghttp* .
> > export CPPFLAGS=$PWD
> CPPFLAGS=-I$PWD I mean.  Or whatever...

Угу.  Ага! :)

Тогда grip-3.1.1-alt1 пошел в /i/S/BTE.

Если кому чем не понравится (будет хуже grip-3.0.x) -- пишите,
сделаем старый как grip1.

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

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

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

* [sisyphus] Re: u: grip-3.1.1-alt1 (was: IQ: grip-3.1.x build woes)
  2003-08-15 11:45     ` [sisyphus] u: grip-3.1.1-alt1 (was: IQ: grip-3.1.x build woes) Michael Shigorin
@ 2003-08-15 13:24       ` Alexey Tourbin
  2003-08-15 14:16         ` Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Tourbin @ 2003-08-15 13:24 UTC (permalink / raw)
  To: sisyphus

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

On Fri, Aug 15, 2003 at 02:45:48PM +0300, Michael Shigorin wrote:
> > > cp -a /usr/include/gnome-1.0/ghttp* .
> > > export CPPFLAGS=$PWD
> > CPPFLAGS=-I$PWD I mean.  Or whatever...
> 
> Угу.  Ага! :)

Кажется порядок опций -I имеет значение.  Так что попробуй
проконтролировать, что -I/usr/include/gnome-1.0 идёт последним, тогда
может быть и так соберётся.

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

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

* [sisyphus] Re: u: grip-3.1.1-alt1 (was: IQ: grip-3.1.x build woes)
  2003-08-15 13:24       ` [sisyphus] " Alexey Tourbin
@ 2003-08-15 14:16         ` Michael Shigorin
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Shigorin @ 2003-08-15 14:16 UTC (permalink / raw)
  To: sisyphus

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

On Fri, Aug 15, 2003 at 05:24:27PM +0400, Alexey Tourbin wrote:
> > > CPPFLAGS=-I$PWD I mean.  Or whatever...
> > Угу.  Ага! :)
> Кажется порядок опций -I имеет значение.  Так что попробуй
> проконтролировать, что -I/usr/include/gnome-1.0 идёт последним,

Не, сапог в бою надежней. :)

> тогда может быть и так соберётся.

Уже в incoming же ушло :)  Спасибо за растормаживающее.

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

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

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

end of thread, other threads:[~2003-08-15 14:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-15 10:41 [sisyphus] IQ: grip-3.1.x build woes (ghttp.h) Michael Shigorin
2003-08-15 10:47 ` [sisyphus] " Alexey Tourbin
2003-08-15 10:54   ` Alexey Tourbin
2003-08-15 11:45     ` [sisyphus] u: grip-3.1.1-alt1 (was: IQ: grip-3.1.x build woes) Michael Shigorin
2003-08-15 13:24       ` [sisyphus] " Alexey Tourbin
2003-08-15 14:16         ` Michael Shigorin

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