ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Andrei Protasovitski" <andrei.protasovitski@gmail.com>
To: "ALT Linux Sisyphus discussion list" <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Не могу собрать SXEmacs
Date: Wed, 21 Mar 2007 15:46:30 +0300
Message-ID: <25d777680703210546h225b1444x4ac6eb55a464f12a@mail.gmail.com> (raw)
In-Reply-To: <75e139a00703210528r1adad9d7x484abad4ad3a977d@mail.gmail.com>

Доброго здоровья!

21.03.07, Slava Semushin<slava.semushin@gmail.com> написал(а):
> > Какие Makefile'ы? У меня их еще нету, их configure создает. Т.е. не
> > создает, а затыкается на том сообщении, которое я написал. Т.е. там
> > есть два: Makefile.am и Makefile.in - но это же не они.
> Они-они. Правьте Makefile.am

Так, а теперь на кошках. Есть такой Makefile:

===========================
CFLAGS += -Xc -g -DTOOLTALK
EMACSHOME = ../../..
EMACSLIBDIR = $(EMACSHOME)/editor/src
EMACSINCLUDEDIR = $(EMACSHOME)/editor/src
MOTIFHOME = /opt/SUNWmotif

CPPFLAGS += -I$(OPENWINHOME)/include
LDFLAGS +=  -L$(OPENWINHOME)/lib -R$(OPENWINHOME)/lib

CPPFLAGS += -I$(MOTIFHOME)/include
LDFLAGS += -L$(MOTIFHOME)/lib -R$(MOTIFHOME)/lib

CPPFLAGS += -I$(EMACSINCLUDEDIR)
LDFLAGS += -L$(EMACSLIBDIR)

LDFLAGS += -R$(OPENWINHOME)/lib:$(EMACSLIBDIR) -g

TM_OBJS = test-ew-motif.o
TXL_OBJS = test-ew-xlib.o
MOTIF_LIBS = -Bstatic -lextcli_Xm -Bdynamic -lXm -lXt -ltt -lX11 -lgen -lm
XLIB_LIBS = -Bstatic -lextcli_Xlib -Bdynamic -ltt -lX11 -lgen -lm

all: test-ew-motif

test-ew-motif: $(TM_OBJS)
        $(CC) -o $@ $(LDFLAGS) $(TM_OBJS) $(MOTIF_LIBS)

test-ew-xlib: $(TXL_OBJS)
        $(CC) -o $@ $(LDFLAGS) $(TXL_OBJS) $(XLIB_LIBS)
===========================

Что в нем лечить?

-- 
Andrei Protasovitski
< andrei[dot]protasovitski[at]gmail[dot]com >
Pinsk, Belarus

  reply	other threads:[~2007-03-21 12:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-21  9:20 Andrei Protasovitski
2007-03-21  9:27 ` Eugene Ostapets
2007-03-21 10:14   ` Andrei Protasovitski
2007-03-21 10:19     ` Slava Semushin
2007-03-21 10:52       ` Andrei Protasovitski
2007-03-21 10:59         ` Slava Semushin
2007-03-21 12:24           ` Andrei Protasovitski
2007-03-21 12:28             ` Slava Semushin
2007-03-21 12:46               ` Andrei Protasovitski [this message]
2007-03-21 12:51                 ` Slava Semushin
2007-03-21 14:55                   ` Andrei Protasovitski

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=25d777680703210546h225b1444x4ac6eb55a464f12a@mail.gmail.com \
    --to=andrei.protasovitski@gmail.com \
    --cc=sisyphus@lists.altlinux.org \
    /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