Failure during make x11iraf on macOS Catalina #228
-
I'm getting this error when I try to make x11iraf.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
This is probably the same problem as in iraf-community/x11iraf#46: for some reason, the "brew" installs a newer |
Beta Was this translation helpful? Give feedback.
This is probably the same problem as in iraf-community/x11iraf#46: for some reason, the "brew" installs a newer
tcl.h
on/usr/local/include
, where it is found before the system's one/usr/include/tcl.h
. This newer header relies on a newer libtcl, which is however not in the path. There are two ways to fix this: Either you remove/usr/local/include/tcl.h
(or move if somewhere else), or add the path of the corresponding libtcl toLD_LIBRARY_PATH
. This is a bug in brew, which should be reported there.