conda-forge / cdt-builds

conda-forge cdt builds
BSD 3-Clause "New" or "Revised" License
4 stars 22 forks source link

libXft ? #67

Open smithsp opened 1 year ago

smithsp commented 1 year ago

Comment:

I am trying to use the libxft CDT in https://github.com/conda-forge/tk-feedstock/pull/40 . But it seems that something changed about this package because the xft variant (of that pull request) no longer seems to pick up the xft libraries. Your help would be greatly appreciated. On my local linux system, I attempted to stop the build process for tk right after the configure step to look around at the environment, and I haven't been able to find any xft libraries in the PREFIX or BUILD_PREFIX subdirectories.

smithsp commented 1 year ago

Per my comment at https://github.com/conda-forge/tk-feedstock/pull/40#issuecomment-1778777804 , it appears that the libxft cdt package is missing the X11/Xft/Xft.h file. If that is appropriate, then this issue can be closed.

isuruf commented 1 year ago

You need the libxft-devel pacakge. Please open an issue at https://github.com/conda-forge/cdt-builds

smithsp commented 1 year ago

@isuruf This issue is already here (on that repo you indicate), but with your instruction of which cdt needs to be added (thank you!), I think I can follow the instructions in the readme for this repo to add it.