2024/04/23

Newest at the top

2024-04-23 22:26:16 +0200_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl) (Remote host closed the connection)
2024-04-23 22:26:07 +0200Square(~Square@user/square) (Ping timeout: 272 seconds)
2024-04-23 22:24:09 +0200sata(~sata@185.57.29.142)
2024-04-23 22:20:19 +0200waleee(~waleee@h-176-10-144-38.NA.cust.bahnhof.se)
2024-04-23 22:19:42 +0200Guest|10(~Guest|10@dynamic-095-114-003-052.95.114.pool.telefonica.de) (Quit: Connection closed)
2024-04-23 22:16:48 +0200peterbecich(~Thunderbi@47.229.123.186) (Ping timeout: 255 seconds)
2024-04-23 22:14:40 +0200waleee(~waleee@h-176-10-144-38.NA.cust.bahnhof.se) (Client Quit)
2024-04-23 22:14:06 +0200Nixkernal_(~Nixkernal@240.17.194.178.dynamic.wline.res.cust.swisscom.ch) (Ping timeout: 255 seconds)
2024-04-23 22:10:53 +0200waleee(~waleee@h-176-10-144-38.NA.cust.bahnhof.se)
2024-04-23 22:06:44 +0200infinity0(~infinity0@pwned.gg)
2024-04-23 22:05:39 +0200peterbecich(~Thunderbi@47.229.123.186)
2024-04-23 22:05:06 +0200sprout_sprout
2024-04-23 22:04:37 +0200infinity0(~infinity0@pwned.gg) (Remote host closed the connection)
2024-04-23 22:03:02 +0200Ptival(~ptival@64.16.51.186)
2024-04-23 22:02:55 +0200Ptival(~ptival@64.16.51.186) (Remote host closed the connection)
2024-04-23 22:02:42 +0200Ptival(~ptival@64.16.51.186)
2024-04-23 22:01:40 +0200zzz(~yin@user/zero)
2024-04-23 22:01:10 +0200yin(~yin@user/zero)
2024-04-23 22:01:07 +0200phaazonhadronized
2024-04-23 21:55:51 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2024-04-23 21:55:39 +0200Nixkernal(~Nixkernal@240.17.194.178.dynamic.wline.res.cust.swisscom.ch) (Ping timeout: 255 seconds)
2024-04-23 21:54:46 +0200Nixkernal_(~Nixkernal@240.17.194.178.dynamic.wline.res.cust.swisscom.ch)
2024-04-23 21:54:28 +0200zzz(~yin@user/zero) (Ping timeout: 260 seconds)
2024-04-23 21:53:16 +0200yin(~yin@user/zero) (Ping timeout: 246 seconds)
2024-04-23 21:51:51 +0200Guest11(~Guest11@pool-108-26-34-33.syrcny.east.verizon.net) (Client Quit)
2024-04-23 21:50:14 +0200dsrt^(~cd@c-98-242-74-66.hsd1.ga.comcast.net) (Remote host closed the connection)
2024-04-23 21:50:00 +0200 <sm> Guest|10: yes, perhaps so. You don't need the full Xcode IDE for haskell, that is a big app. Just the smaller https://mac.install.guide/commandlinetools .
2024-04-23 21:48:52 +0200Guest11(~Guest11@pool-108-26-34-33.syrcny.east.verizon.net)
2024-04-23 21:47:25 +0200Ptival(~ptival@64.16.51.186) (Ping timeout: 245 seconds)
2024-04-23 21:40:59 +0200yeitrafferin(~user@2a04:4540:720b:c200:f675:174e:dfd1:276b) (Quit: Leaving)
2024-04-23 21:39:38 +0200Ptival(~ptival@64.16.51.186)
2024-04-23 21:38:48 +0200mc47(~mc47@xmonad/TheMC47) (Read error: Connection reset by peer)
2024-04-23 21:38:43 +0200Ptival(~ptival@64.16.51.186) (Remote host closed the connection)
2024-04-23 21:35:56 +0200waleee(~waleee@h-176-10-144-38.NA.cust.bahnhof.se) (Quit: WeeChat 4.1.2)
2024-04-23 21:33:49 +0200chele(~chele@user/chele) (Remote host closed the connection)
2024-04-23 21:32:43 +0200ocra8(ocra8@user/ocra8)
2024-04-23 21:31:21 +0200tri(~tri@ool-18bbef1a.static.optonline.net) (Ping timeout: 255 seconds)
2024-04-23 21:30:59 +0200ocra8(ocra8@user/ocra8) (Quit: WeeChat 4.2.2)
2024-04-23 21:27:06 +0200tri(~tri@ool-18bbef1a.static.optonline.net)
2024-04-23 21:25:15 +0200 <Guest|10> I downloaded Xcode per the App Store but I assume that getting Xcode per terminal is the right choice? So I should delete the App Store Xcode and run the code
2024-04-23 21:24:59 +0200 <Ptival> so try running that command, and try to guess from the output (which I expect may be quite complicated...) whether it succeeded or failed, then if it looks like it succeeded, you can try the original command you got from the GHCup website again
2024-04-23 21:23:07 +0200 <Ptival> the above command `xcode-select --install` (assuming you understand how to get to a terminal). Then either this will have fixed things for you, or you may need a more aggressive cleanup of some system folders.
2024-04-23 21:23:07 +0200 <Ptival> GHCup is complaining that it does not know how to run your C compiler, which is needs to be able to do. On MacOS, Apple does all sorts of weird things to trick users into using clang when they call gcc. Overall, this means that you need to have their Xcode development environment properly set up for GHCup setup to work. It seems like you either don't have Xcode set up at all, or don't have it set up correctly. So a thing to try would be running
2024-04-23 21:22:22 +0200 <Guest|10> This: https://www.haskell.org/ghcup/
2024-04-23 21:21:06 +0200 <[exa]> Guest|10: which howto were you following?
2024-04-23 21:20:10 +0200 <Guest|10> I'm an absolute beginner, a little bit more information
2024-04-23 21:18:21 +0200 <Ptival> xcode-select --install
2024-04-23 21:18:10 +0200ft(~ft@p4fc2a20e.dip0.t-ipconnect.de)
2024-04-23 21:16:18 +0200 <Guest|10> What can I do?
2024-04-23 21:15:57 +0200Guest|10(~Guest|10@dynamic-095-114-003-052.95.114.pool.telefonica.de)