ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] ошибка при комплияции matplotlib
@ 2005-05-27 11:26 Alexey Morsov
  2005-05-27 11:29 ` Michael Isachenkov
  2005-05-27 11:32 ` Anton Gorlov
  0 siblings, 2 replies; 9+ messages in thread
From: Alexey Morsov @ 2005-05-27 11:26 UTC (permalink / raw)
  To: ALT Linux Community

Привет,

что может означать такое сообщение от компилятора:
...
building 'matplotlib._agg' extension
creating build/temp.linux-i686-2.3
creating build/temp.linux-i686-2.3/src
creating build/temp.linux-i686-2.3/agg22
creating build/temp.linux-i686-2.3/agg22/src
i586-alt-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -pipe -Wall 
-O2 -march=i586 -mcpu=i686 -fPIC -DPIC -D_GNU_SOURCE -fPIC 
-Iagg22/include -Isrc -Iswig -I/usr/include/python2.3 -c 
agg22/src/agg_trans_affine.cpp -o 
build/temp.linux-i686-2.3/agg22/src/agg_trans_affine.o
i586-alt-linux-gcc: installation problem, cannot exec `cc1plus': No such 
file or directory
error: command 'i586-alt-linux-gcc' failed with exit status 1

Что именно ему не хватает?


-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


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

* Re: [Comm] ошибка при комплияции matplotlib
  2005-05-27 11:26 [Comm] ошибка при комплияции matplotlib Alexey Morsov
@ 2005-05-27 11:29 ` Michael Isachenkov
  2005-05-27 12:29   ` Alexey Morsov
  2005-05-27 11:32 ` Anton Gorlov
  1 sibling, 1 reply; 9+ messages in thread
From: Michael Isachenkov @ 2005-05-27 11:29 UTC (permalink / raw)
  To: community

> ...
> building 'matplotlib._agg' extension
> creating build/temp.linux-i686-2.3
> creating build/temp.linux-i686-2.3/src
> creating build/temp.linux-i686-2.3/agg22
> creating build/temp.linux-i686-2.3/agg22/src
> i586-alt-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -pipe -Wall 
> -O2 -march=i586 -mcpu=i686 -fPIC -DPIC -D_GNU_SOURCE -fPIC 
> -Iagg22/include -Isrc -Iswig -I/usr/include/python2.3 -c 
> agg22/src/agg_trans_affine.cpp -o 
> build/temp.linux-i686-2.3/agg22/src/agg_trans_affine.o
> i586-alt-linux-gcc: installation problem, cannot exec `cc1plus': No such 
> file or directory
> error: command 'i586-alt-linux-gcc' failed with exit status 1
> 
> Что именно ему не хватает?

gccX.X-c++ той версии, которой собираете то, что собираете.

-- 
Best regards, Michael Isachenkov


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

* Re: [Comm] ошибка при комплияции matplotlib
  2005-05-27 11:26 [Comm] ошибка при комплияции matplotlib Alexey Morsov
  2005-05-27 11:29 ` Michael Isachenkov
@ 2005-05-27 11:32 ` Anton Gorlov
  2005-05-27 12:01   ` [Comm] ошибка при компл ияции matplotlib Michael Holzman
  1 sibling, 1 reply; 9+ messages in thread
From: Anton Gorlov @ 2005-05-27 11:32 UTC (permalink / raw)
  To: community

Здравствуйте, Alexey.

Вы писали 27 мая 2005 г., 15:26:36:

> i586-alt-linux-gcc: installation problem, cannot exec `cc1plus': No such
> file or directory
> error: command 'i586-alt-linux-gcc' failed with exit status 1
> Что именно ему не хватает?
похоже ему нужно нечто по имени cc1plus.
Что это не подскажу.. попробуйте apt-cache search cc1plus





-- 
С уважением,
 Anton                          mailto:Pnz.Stalker@mail.ru
                                     FIDO: 2:5059/37



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

* Re: [Comm] ошибка при компл ияции matplotlib
  2005-05-27 11:32 ` Anton Gorlov
@ 2005-05-27 12:01   ` Michael Holzman
  2005-05-27 12:13     ` Re[2]: " Anton Gorlov
  0 siblings, 1 reply; 9+ messages in thread
From: Michael Holzman @ 2005-05-27 12:01 UTC (permalink / raw)
  To: community

On 5/27/05, Anton Gorlov <Pnz.Stalker@mail.ru> wrote:
> > i586-alt-linux-gcc: installation problem, cannot exec `cc1plus': No such
> > file or directory
> > error: command 'i586-alt-linux-gcc' failed with exit status 1
> > Что именно ему не хватает?
> похоже ему нужно нечто по имени cc1plus.
> Что это не подскажу.. попробуйте apt-cache search cc1plus
У меня это выглядит вот так:
# rpm -ql gcc3.2-c++-3.2.3-alt3 | grep cc1plus
/usr/lib/gcc-lib/i586-alt-linux/3.2.3/cc1plus

Если я правильно понимаю, это С/С++  препроцессор.

-- 
Regards,
    Michael Holzman

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

* Re[2]: [Comm] ошибка при компл ияции matplotlib
  2005-05-27 12:01   ` [Comm] ошибка при компл ияции matplotlib Michael Holzman
@ 2005-05-27 12:13     ` Anton Gorlov
  0 siblings, 0 replies; 9+ messages in thread
From: Anton Gorlov @ 2005-05-27 12:13 UTC (permalink / raw)
  To: community

Здравствуйте, Michael.

Вы писали 27 мая 2005 г., 16:01:46:

>> > i586-alt-linux-gcc: installation problem, cannot exec `cc1plus': No such
>> > file or directory
>> > error: command 'i586-alt-linux-gcc' failed with exit status 1
>> > Что именно ему не хватает?
>> похоже ему нужно нечто по имени cc1plus.
>> Что это не подскажу.. попробуйте apt-cache search cc1plus
> У меня это выглядит вот так:
> # rpm -ql gcc3.2-c++-3.2.3-alt3 | grep cc1plus
> /usr/lib/gcc-lib/i586-alt-linux/3.2.3/cc1plus
> Если я правильно понимаю, это С/С++  препроцессор.
ага.




-- 
С уважением,
 Anton                          mailto:Pnz.Stalker@mail.ru
                                     FIDO: 2:5059/37



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

* Re: [Comm] ошибка при комплияции matplotlib
  2005-05-27 11:29 ` Michael Isachenkov
@ 2005-05-27 12:29   ` Alexey Morsov
  2005-05-27 12:35     ` Michael Isachenkov
  2005-05-27 12:41     ` Alexey Rusakov
  0 siblings, 2 replies; 9+ messages in thread
From: Alexey Morsov @ 2005-05-27 12:29 UTC (permalink / raw)
  To: community


Michael Isachenkov wrote:

> 
> gccX.X-c++ той версии, которой собираете то, что собираете.
Е..... теперь вообще
In file included from src/_nc_backend_agg.cpp:17:
src/ft2font.h:37: error: syntax error before `&' token
src/ft2font.h:43: error: syntax error before `&' token
src/ft2font.h:84: error: 'FT_Face' is used as a type, but is not defined 
as a type.
src/ft2font.h:85: error: 'FT_Matrix' is used as a type, but is not 
defined as a type.
src/ft2font.h:86: error: 'FT_Vector' is used as a type, but is not 
defined as a type.
src/ft2font.h:87: error: 'FT_Error' is used as a type, but is not 
defined as a type.
src/ft2font.h:88: error: `FT_Glyph' was not declared in this scope
src/ft2font.h:88: error: template argument 1 is invalid
src/ft2font.h:88: error: template argument 2 is invalid
src/ft2font.h:88: error: ISO C++ forbids declaration of `glyphs' with no 
type
src/ft2font.h:89: error: `FT_Vector' was not declared in this scope
src/ft2font.h:89: error: template argument 1 is invalid
src/ft2font.h:89: error: template argument 2 is invalid
src/ft2font.h:89: error: ISO C++ forbids declaration of `pos' with no type
src/ft2font.h:95: error: syntax error before `)' token
src/ft2font.h:96: error: `FT_Bitmap' was not declared in this scope
src/ft2font.h:96: error: `bitmap' was not declared in this scope
src/ft2font.h:96: error: `FT_Int' was not declared in this scope
src/ft2font.h:96: error: syntax error before `,' token

Это уже к аффтару?

-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


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

* Re: [Comm] ошибка при комплияции matplotlib
  2005-05-27 12:29   ` Alexey Morsov
@ 2005-05-27 12:35     ` Michael Isachenkov
  2005-05-27 12:41     ` Alexey Rusakov
  1 sibling, 0 replies; 9+ messages in thread
From: Michael Isachenkov @ 2005-05-27 12:35 UTC (permalink / raw)
  To: community

> Это уже к аффтару?

Или попробовать другой gcc...

-- 
Best regards, Michael Isachenkov


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

* Re: [Comm] ошибка при комплияции matplotlib
  2005-05-27 12:29   ` Alexey Morsov
  2005-05-27 12:35     ` Michael Isachenkov
@ 2005-05-27 12:41     ` Alexey Rusakov
  2005-05-27 14:58       ` Alexey Morsov
  1 sibling, 1 reply; 9+ messages in thread
From: Alexey Rusakov @ 2005-05-27 12:41 UTC (permalink / raw)
  To: community

On 27.05.2005 16:29, Alexey Morsov wrote:
> 
> Michael Isachenkov wrote:
> 
>>
>> gccX.X-c++ той версии, которой собираете то, что собираете.
> Е..... теперь вообще
> In file included from src/_nc_backend_agg.cpp:17:
> src/ft2font.h:37: error: syntax error before `&' token
> src/ft2font.h:43: error: syntax error before `&' token
> src/ft2font.h:84: error: 'FT_Face' is used as a type, but is not defined 
> as a type.
> src/ft2font.h:85: error: 'FT_Matrix' is used as a type, but is not 
> defined as a type.
> src/ft2font.h:86: error: 'FT_Vector' is used as a type, but is not 
> defined as a type.
> src/ft2font.h:87: error: 'FT_Error' is used as a type, but is not 
> defined as a type.
> src/ft2font.h:88: error: `FT_Glyph' was not declared in this scope
> src/ft2font.h:88: error: template argument 1 is invalid
> src/ft2font.h:88: error: template argument 2 is invalid
> src/ft2font.h:88: error: ISO C++ forbids declaration of `glyphs' with no 
> type
> src/ft2font.h:89: error: `FT_Vector' was not declared in this scope
> src/ft2font.h:89: error: template argument 1 is invalid
> src/ft2font.h:89: error: template argument 2 is invalid
> src/ft2font.h:89: error: ISO C++ forbids declaration of `pos' with no type
> src/ft2font.h:95: error: syntax error before `)' token
> src/ft2font.h:96: error: `FT_Bitmap' was not declared in this scope
> src/ft2font.h:96: error: `bitmap' was not declared in this scope
> src/ft2font.h:96: error: `FT_Int' was not declared in this scope
> src/ft2font.h:96: error: syntax error before `,' token
> 
> Это уже к аффтару?
Могут не сходиться версии использумых заголовочных файлов с тем, что 
требуется. Может в исходниках быть пропущено включение какого-то файла. 
Покажите эту 37-строку в src/ft2font.h, возможно, станет яснее.

-- 
   Alexey "Ktirf" Rusakov


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

* Re: [Comm] ошибка при комплияции matplotlib
  2005-05-27 12:41     ` Alexey Rusakov
@ 2005-05-27 14:58       ` Alexey Morsov
  0 siblings, 0 replies; 9+ messages in thread
From: Alexey Morsov @ 2005-05-27 14:58 UTC (permalink / raw)
  To: community


Alexey Rusakov wrote:

> Могут не сходиться версии использумых заголовочных файлов с тем, что 
> требуется. Может в исходниках быть пропущено включение какого-то файла. 
> Покажите эту 37-строку в src/ft2font.h, возможно, станет яснее.

class Glyph : public Py::PythonExtension<Glyph> {
public:
   Glyph( const FT_Face&, const FT_Glyph&, size_t);
^^^^^^^^^^^^^^^^^^^^^^ 37-ая

Мне это ничего не гвоорит :( Не силен я в cpp тем более в связке с Питоном

-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


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

end of thread, other threads:[~2005-05-27 14:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-27 11:26 [Comm] ошибка при комплияции matplotlib Alexey Morsov
2005-05-27 11:29 ` Michael Isachenkov
2005-05-27 12:29   ` Alexey Morsov
2005-05-27 12:35     ` Michael Isachenkov
2005-05-27 12:41     ` Alexey Rusakov
2005-05-27 14:58       ` Alexey Morsov
2005-05-27 11:32 ` Anton Gorlov
2005-05-27 12:01   ` [Comm] ошибка при компл ияции matplotlib Michael Holzman
2005-05-27 12:13     ` Re[2]: " Anton Gorlov

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