NSG650 / Polaris

A WIP 64-bit UNIX-like kernel
Apache License 2.0
280 stars 13 forks source link

OSSAudioDev fails to compile #29

Open CoolSoulz opened 1 month ago

CoolSoulz commented 1 month ago

Describe the bug I was compiling Polaris, got to the make userspace-full step and I let it do its thing for a while. Now, I keep getting the error "/base_dir/sources/python/Modules/ossaudiodev.c:41:10: fatal error: sys/soundcard.h: No such file or directory

To Reproduce Steps to reproduce the behavior:

  1. Compile the rule userspace-full via make.
  2. Get to the stage where it compiles ossaudiodev
  3. See error

Expected behavior I expected for it to successfully compile ossaudiodev and continue Screenshots image

Environment (please complete the following information):

CoolSoulz commented 1 month ago

I can only do userspace-base but I want to do userspace-full

redmine4404 commented 1 month ago

did you clone the project recursively with all the sub modules ?

redmine4404 commented 1 month ago

after a little dinging it's happen on the python module, delete it from the recipe folder seem to avoid it's compilation and continue the command without error, however it's seem that tyrquake can't be compiled too so you have to also delete it.

CoolSoulz commented 1 month ago

okay thanks

CoolSoulz commented 1 month ago

@redmine4404 I can't find ossaudiodev python module in my Polaris/recipes directory, do you know where it is instead?

redmine4404 commented 1 month ago

You need to Delete the whole python module in Polaris/Recipe

CoolSoulz commented 1 month ago

Oh okay