Archiconda / build-tools

necessary build tools for the archiconda distribution
BSD 2-Clause "Simplified" License
284 stars 50 forks source link

building tk #21

Open hmaarrfk opened 5 years ago

hmaarrfk commented 5 years ago

Do I need to install dev libraries to compile tk???

I keep failing with

make: *** [Makefile:1134: tkTextBTree.o] Error 1
make: *** [Makefile:1137: tkTextDisp.o] Error 1
make: *** [Makefile:1140: tkTextImage.o] Error 1
make: *** [Makefile:1143: tkTextIndex.o] Error 1
make: *** [Makefile:1146: tkTextMark.o] Error 1
In file included from /root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tkPort.h:21:0,
                 from /root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tkInt.h:19,
                 from /root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tkMain.c:32:
/root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tk.h:96:13: fatal error: X11/Xlib.h: No such file or directory
 #   include <X11/Xlib.h>
             ^~~~~~~~~~~~
compilation terminated.
In file included from /root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tkPort.h:21:0,
                 from /root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tkInt.h:19,
                 from /root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tkBind.c:15:
/root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tk.h:96:13: fatal error: X11/Xlib.h: No such file or directory
 #   include <X11/Xlib.h>
             ^~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:999: tkMain.o] Error 1
In file included from /root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tkPort.h:21:0,
                 from /root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tkInt.h:19,
                 from /root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tkArgv.c:14:
/root/archiconda3/conda-bld/tk_1547479430536/work/tk8.6.9/unix/../generic/tk.h:96:13: fatal error: X11/Xlib.h: No such file or directory
 #   include <X11/Xlib.h>

https://app.shippable.com/github/Archiconda/tk-feedstock/runs/9/1/console