Page 1 of 1

Building in Home after clean install 24.07.1

Posted: Wed Sep 04, 2024 12:54 pm
by tsesani
I used to install os-generic-userland-devtools.
When I try to build now, I get some header file missing, like stddef.h or limits.h.
I could not build some go packages either that used cgo.

What packages are needed now?

Re: Building in Home after clean install 24.07.1

Posted: Sat Sep 07, 2024 10:12 pm
by ericbsd
From https://ghostbsd-documentation-portal.r ... n-ghostbsd, you have to do sudo pkg install -g 'GhostBSD*-dev'

Re: Building in Home after clean install 24.07.1

Posted: Mon Sep 09, 2024 10:09 am
by tsesani
Thank you, that worked.
I was not sure with the changes made in this release.