Search Haskell Channel Logs

Saturday, February 25, 2017

#haskell channel featuring variable, geekosaur,

geekosaur 2017-02-25 16:24:23
yehl that's part of the confusion. you;re not the only one who I've seen with that
variable 2017-02-25 16:24:38
I should just install fbsd on this computer
variable 2017-02-25 16:24:40
but meh
geekosaur 2017-02-25 16:24:51
it thinks CLT is installed, but no /usr/include/stdio.h?
variable 2017-02-25 16:25:22
you're right
geekosaur 2017-02-25 16:25:23
historically xcode puts them under its SDKs dir, and CLT puts them (or links/copies) in /usr/include and /usr/lib as appropriate
variable 2017-02-25 16:25:30
CLT
geekosaur 2017-02-25 16:25:30
but something changed in xcode 8 / sierra
variable 2017-02-25 16:25:31
?
geekosaur 2017-02-25 16:25:35
command line tools
variable 2017-02-25 16:25:42
oh, right
variable 2017-02-25 16:25:51
I also have gcc installed from macports which makes that even more fun
variable 2017-02-25 16:26:00
going to try removing that
geekosaur 2017-02-25 16:26:16
that shouldn't matter too much since these files still have to come from the OS somehow (apple forbids other distribution)
variable 2017-02-25 16:26:17
... and that worked
geekosaur 2017-02-25 16:26:20
hm
geekosaur 2017-02-25 16:26:29
so somehow configured with bad defaults, I guess
geekosaur 2017-02-25 16:26:40
no idea...
variable 2017-02-25 16:27:41
thanks for the help
geekosaur 2017-02-25 16:27:58
although uninstalling shouldn;t have been necessary either, just path tweak or `sudo port select --set mp-gccSOMETHING none`
geekosaur 2017-02-25 16:28:18
(and then `hash -r`)
variable 2017-02-25 16:28:39
no worries; it just added confusion
variable 2017-02-25 16:28:51
and I don't need mp gcc; I use clang ayways :)