Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

add changes to allow building on cygwin builds #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KristofferC
Copy link
Member

I have a build on cygwin on Windows and encountered some problems. This seems to resolve it (can build SpecialFunctions.jl now).

Without the escape_string I got:

tar: C\:\\Users\\Kristoffer\\.julia\\packages\\SpecialFunctions\fvheQ\\deps\\usr: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

Without the --force-local I got

tar (child): Cannot connect to C: resolve failed

See https://stackoverflow.com/a/37996249.

@KristofferC
Copy link
Member Author

The macOS tar seems unhappy with this. Hmm.

@KristofferC
Copy link
Member Author

I also get Option --force-local is not supported with this PR in another terminal. Grr...

@staticfloat
Copy link
Member

We may be able to parse the output of tar --help for --force-local to optionally enable it?

visr pushed a commit to visr/BinaryProvider.jl that referenced this pull request May 10, 2019
* Fix a couple of stylistic oddities

* Use printstyled instead of print_with_color
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants