Skip to content

Libraries do not compile properly #18

@christiancasey

Description

@christiancasey

After finally getting cruncher to compile properly after much difficulty (it does not work on all systems, despite what the docs say), I then tried to compile the libraries. It seems to work fine for nouns, but when it gets to verbs everything falls apart. Here is the error I'm seeing (on a late-2013 MBP with Mojave):

cat stemsrc/vbs.latin.bas stemsrc/vbs.latin.irreg stemsrc/vbs.latin stemsrc/vbs.irreg stemsrc/vbs.mpi | \
	    perl -pe 's/([a-z])([aei])_v[ \t]+perfstem/$1\t$2vperf/g;' > \
	    conjfile
cat: stemsrc/vbs.mpi: No such file or directory
do_conj -L
make: *** [stemind/vbind] Abort trap: 6
christiansmbp2:Latin christiancasey$ 

I believe the problem is that my system lacks something that it needs, but I can't seem to figure out what it is. It could also have something to do with my workaround for the problem with Flex (see my response to another issue for details). The error message: Abort trap: 6 is wildly unhelpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions