all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: FCC <Ferhun.Caner@upc.es>
Subject: Re: compjuga-mode
Date: Thu, 11 Sep 2003 11:10:16 +0300	[thread overview]
Message-ID: <bjpalb$9ih$1@defalla.upc.es> (raw)
In-Reply-To: <yoijk78gdylr.fsf@frealaf.dd.chalmers.se>

Hello Johan,

I did follow the instructions in compjuga.el. When I invoke 
compjuga-conjugate-verb, emacs prompts:
infinitivo:
When I enter a word at the prompt, I get the following error message:
compjuga-conjugate-verb: Searching for program: no such file or 
directory, compjuga
I guess this is because the engine behind emacs that is supposed to find 
the word and its conjugations is missing. From the compjuga site I could 
download the source files (compjuga.c, compjuga.h, test-data-file.c, 
Makefile, check_data.pl, create_data.pl, etc.). Makefile is like this:

# Makefile --
# Created: Nov. 13, 1998    (dmg@csg.uwaterloo.ca)
# Revised:
# Copyright 1998 Daniel M. German (dmg@csg.uwaterloo.ca)
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 675 Mass Ave, Cambridge, MA 02139, USA.
#
# $Id: Makefile,v 1.1 1998/11/18 21:50:43 dmg Exp $
#

# Change the path of this file to suit your needs
DATAFILE=C:/compjuga-0.1/compjuga.dat


VERSION=0.1


.SUFFIXES:

OBJS=
EXES=test-data-file compjuga
HEADERS=compjuga.h

CC=gcc.exe
CFLAGS=-O
XTRACFLAGS=-Wall -pipe -I. -DVERSION=$(VERSION) -DNDEBUG
LDFLAGS=
XTRALDFLAGS=-L. -lgdbm


all: $(EXES) $(DATAFILE)

$(OBJS): $(HEADERS)



%.o: %.c $(HEADERS)
	$(CC) -c $(CPPFLAGS) $(CFLAGS) $(XTRACFLAGS) $<

%: %.o $(LIB)
	$(CC) -o $@ $< $(LDFLAGS) $(XTRALDFLAGS)

$(DATAFILE): data/ver.fam data/verbs.txt
	./create_data.pl	$(DATAFILE)


install: $(EXES)

.PHONY:	clean distclean
distclean clean:
	-rm -f *.o *.s *~ core a.out $(LIB) $(EXES)

dist:
	(rm -f /tmp/ChangeLog ./ChangeLog; \
	rcs2log > /tmp/ChangeLog; \
	cd /tmp; \
	rm -rf /tmp/apmd-$(VERSION); \
	cvs export -fNd apmd-$(VERSION) -r HEAD apmd; \
	cd apmd-$(VERSION); \
	mv ../ChangeLog .; \
	find -type d | xargs chmod 755; \
	find -type f | xargs chmod 644; \
	find -type d | xargs chown root:root; \
	find -type f | xargs chown root:root; \
	cd ..; \
	tar cvvf apmd-$(VERSION).tar apmd-$(VERSION); \
	gzip -9f apmd-$(VERSION).tar; \
	cp -p apmd-$(VERSION)/LSM apmd-$(VERSION).lsm; \
	cp -p apmd-$(VERSION)/ANNOUNCE apmd-$(VERSION).Announce; \
	echo Done.)

Except the dist: part, I would be happy if someone actually convert the 
all these commands into commands that I can type at the command prompt.

Thanks,

Ferhun.

Johan Bockgård wrote:
> FCC <Ferhun.Caner@upc.es> writes:
> 
> 
>>I am trying to get this compjuga-mode running under Emacs21.3 on
>>Windows XP. I have downloaded the source from
>>http://feff.phys.washington.edu/~ravel/software/compjuga/
>>since there were no binaries for Windows platform.
> 
> 
> There are no "binaries".
> 
> You don't need the Makefile.
> Follow the Installation instructions in compjuga.el
> 

      reply	other threads:[~2003-09-11  8:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-10 20:42 compjuga-mode FCC
2003-09-10 23:15 ` compjuga-mode Johan Bockgård
2003-09-11  8:10   ` FCC [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='bjpalb$9ih$1@defalla.upc.es' \
    --to=ferhun.caner@upc.es \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.