We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
itcl can not be installed into a tree where itcl is already installed because it fails to deal with the directories that are already present:
itcl
mkdir /var/folders/ll/34nyr16s1w5_3m896tr29cvr0000gn/T/starconf-565/star/lib/iwidgets4.0.1 mkdir /var/folders/ll/34nyr16s1w5_3m896tr29cvr0000gn/T/starconf-565/star/lib/iwidgets4.0.1/scripts mkdir /var/folders/ll/34nyr16s1w5_3m896tr29cvr0000gn/T/starconf-565/star/lib/iwidgets4.0.1/demos mkdir /var/folders/ll/34nyr16s1w5_3m896tr29cvr0000gn/T/starconf-565/star/lib/iwidgets4.0.1/demos/images mkdir /var/folders/ll/34nyr16s1w5_3m896tr29cvr0000gn/T/starconf-565/star/lib/iwidgets4.0.1/demos/html cp: cannot overwrite directory /star/./lib/iwidgets with non-directory ./lib/iwidgets Installation of component /star/manifests/itcl failed
The only solution is to remove the iwidgets directory and re run make install.
make install
The text was updated successfully, but these errors were encountered:
VTK has the same problem.
Sorry, something went wrong.
pwdraper
No branches or pull requests
itcl
can not be installed into a tree whereitcl
is already installed because it fails to deal with the directories that are already present:The only solution is to remove the iwidgets directory and re run
make install
.The text was updated successfully, but these errors were encountered: