-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Brl.Platform] "sys/sysctl.h" not found (on Ubuntu 22.04 LTS) #262
Comments
Another use mentioned the very same thing now - on a Linux Mint 21.1 I am running 21.1 too, A test code: Framework Brl.StandardIO
?MacOS
print "I am on a Mac"
?not MacOS
print "I am NOT on a Mac"
? printed "I am NOT on a Mac" for the second user (no feedback by the first - as he installed Ubuntu 18 meanwhile, where it works as it should). I let user 2 also try out this code:
which spit out (correctly):
|
Does MaxIDE still need Build Modules or is this a hangover from vanilla? Using it implies you have all dependencies for all third party modules installed even if you never use them (database.mod for example). |
William reported via discord:
and they raised an Q on stackoverflow:
https://askubuntu.com/questions/1457175/fatal-error-sys-sysctl-h-no-such-file-or-directory-compilation-error-why-this
Now ... they is using Ubuntu 22.04 lts -- so I would goess not "mac os".
The blamed LOC is:
PS: I cannot replicate that issue - simply installed Ubuntu 22.04 LTS in a VM and there it works flawless. They claimed to have done the very same on real hardware (... using the commands I gave and my "fetch ng"-script - as I did).
The text was updated successfully, but these errors were encountered: