Unix and Mac compilers download location

This is a discussion / support forum for the Hugo programming language by Kent Tessman. Hugo is a powerful programming language for making text games / interactive fiction with multimedia support.

Hugo download links: https://www.generalcoffee.com/hugo
Roody Yogurt's Hugo Blog: https://notdeadhugo.blogspot.com
The Hugor interpreter by RealNC: http://ifwiki.org/index.php/Hugor

Moderators: Ice Cream Jonsey, joltcountry

Roody_Yogurt
Posts: 2251
Joined: Mon Apr 29, 2002 6:23 pm
Location: Milwaukee

Re: Unix and Mac compilers download location

Post by Roody_Yogurt »

Chris Spiegel, Gargoyle developer guy, has recently submitted several arm64-related updates to the Gargoyle project.

Here is his github page:
https://github.com/cspiegel

Maybe ask him to look at it?

Roody_Yogurt
Posts: 2251
Joined: Mon Apr 29, 2002 6:23 pm
Location: Milwaukee

Re: Unix and Mac compilers download location

Post by Roody_Yogurt »

ICJ away from home wrote: Fri Feb 14, 2025 1:22 pm I tried to compile it, but it did not work.

Code: Select all

"_wtimeout", referenced from:
      _hugo_timewait in hegcc.old: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [he] Error 1
make: *** [all] Error 2[/code[
[/quote]

It seems _wtimeout is a call to curses, so now I'm thinking that possibly your work computer doesn't have curses installed.

Roody_Yogurt
Posts: 2251
Joined: Mon Apr 29, 2002 6:23 pm
Location: Milwaukee

Re: Unix and Mac compilers download location

Post by Roody_Yogurt »

Whoops, pretend I didn't mess that up.

User avatar
Ice Cream Jonsey
Posts: 30144
Joined: Sat Apr 27, 2002 2:44 pm
Location: Colorado
Contact:

Re: Unix and Mac compilers download location

Post by Ice Cream Jonsey »

Sorry, I didn't see your email! I wanted to double check but I haven't had a chance to yet.
the dark and gritty...Ice Cream Jonsey!

Roody_Yogurt
Posts: 2251
Joined: Mon Apr 29, 2002 6:23 pm
Location: Milwaukee

Re: Unix and Mac compilers download location

Post by Roody_Yogurt »

My reasoning is this- I googled "timeout"/"wtimeout" and "arm64" together. I would think that if curses had incompatible functions and that those were some of them, there would be some google hits verifying that (even if my google-fu when it comes to Linux-y things is pretty hit and miss). When no such hits came up, it made me think, well, maybe it's a lack of installation or the installation itself (googling "curses" and "arm64" mainly brings up information on installing the right version).

Anyhow, sorry to harp on this. Recently, I've been in a mood where I have wanted to find answers for all of the mysteries from weeks past before I go seek out new problems myself.

Post Reply