-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hello
I am trying to get meep to work on Linux Mint. Following this (NanoComp/meep#57 (comment)) comment, I have tried to build libctl from source. I run /configure without problems. However, when I run, make:
make
make all-recursive
make[1]: Entering directory '/home/cryo/libctl'
Making all in src
make[2]: Entering directory '/home/cryo/libctl/src'
make all-am
make[3]: Entering directory '/home/cryo/libctl/src'
make[3]: Leaving directory '/home/cryo/libctl/src'
make[2]: Leaving directory '/home/cryo/libctl/src'
Making all in utils
make[2]: Entering directory '/home/cryo/libctl/utils'
make[2]: *** No rule to make target 'geom-ctl-io.c', needed by 'all'. Stop.
make[2]: Leaving directory '/home/cryo/libctl/utils'
Makefile:471: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/cryo/libctl'
Makefile:379: recipe for target 'all' failed
make: *** [all] Error 2
Indeed there is no file named geom-ctl-io.c, only geom-ctl-io-defaults.c
How can I fix this?
Thank you