devkitPro / installer

383 stars 40 forks source link

semaphore.h missing #33

Closed clamtram closed 3 years ago

clamtram commented 3 years ago

Hi,

I'm a bit of a noob at this, but I have recently tried to run "make" on a software called "netslug" (an online local co-op emulator for wii Super MArio Bros). I am getting an error saying "ogc/semaphore.h: No such file or directory" as per below. I assume this is an issue with devkitPro, as the code would be using devkitPro to perform "make"? Others have had success with the "netslug" software but it was a few years ago so they could have used a different version?

Any help would be very much appreciated.

Cheers!

106350022-b2c65880-630d-11eb-92ae-307c1d508e69

WinterMute commented 3 years ago

devkitPro is a provider of tools and libraries not a software package.

This is most likely an issue with whatever you're trying to compile and not our tools unless of course youve somehow managed to not install libogc.

Upstream of the fork you're trying to build has been more recently updated than this. See https://github.com/Chadderz121/brainslug-wii

I'll have a look at correcting the Makefile there.

See https://github.com/Chadderz121/brainslug-wii/pull/13

clamtram commented 3 years ago

Thanks mate, much appreciated