ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alexander Bokovoy <a.bokovoy@sam-solutions.net>
To: sisyphus@altlinux.ru
Subject: Re: [sisyphus] rupdmap in TeTeX
Date: Wed, 8 Jan 2003 13:01:54 +0200
Message-ID: <20030108110154.GF29338@sam-solutions.net> (raw)
In-Reply-To: <20030106145329.372cfc53.pem@rbcmail.ru>

On Mon, Jan 06, 2003 at 02:53:29PM +0600, Pyatnitskich Evgeniy wrote:
> Здравствуйте! У меня вопрос по TeTeX:
> 
> При сборке rupdmap ("альтернативной реализации утилиты updmap")
> вылезает вот это:
> 
> rupdmap.c: In function `main':
> rupdmap.c:991: warning: implicit declaration of function `rb_source_filename'
> rupdmap.c:991: warning: assignment makes pointer from integer without a cast
> /home/eugene/tmp/cc8LyrHU.o: In function `main':
> /home/eugene/tmp/cc8LyrHU.o(.text+0x142): undefined reference to `rb_source_filename'
> collect2: ld returned 1 exit status
> 
> Наверное, Ruby 1.6 виноват или чего-то не хватает? Или это у меня руки кривые?
Да, это 1.6 "виноват"
Поставьте в соответствующем месте в коде в оригинальном .rb-файле обертку:

#if RUBY_VERSION_CODE > 170
	ruby_sourcefile = rb_source_filename(argv[0]);
#else
	ruby_sourcefile = argv[0];
#endif

Я уже сделал соответствующее исправление, оно будет в новой сборке teTeX,
в том числе и для Мастера.
-- 
/ Alexander Bokovoy
---
QOTD:
	"I won't say he's untruthful, but his wife has to call the
	dog for dinner."


      reply	other threads:[~2003-01-08 11:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-06  8:53 Pyatnitskich Evgeniy
2003-01-08 11:01 ` Alexander Bokovoy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030108110154.GF29338@sam-solutions.net \
    --to=a.bokovoy@sam-solutions.net \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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