I was attempting to compile an application and to my disappointment found that 'Meson' does not appear to be functioning correctly in VoidPup64-22.02-240907.iso
From memory it did working correctly in an earlier build.
Any ideas?
Moderators: peebee, Forum moderators
I was attempting to compile an application and to my disappointment found that 'Meson' does not appear to be functioning correctly in VoidPup64-22.02-240907.iso
From memory it did working correctly in an earlier build.
Any ideas?
Okay, reverted back to the DevX from VoidPup64-22.02-240825.iso
This gives you the Glade GUI icon when loading up the DevX.
Then you can install it directly in terminal
vpm i meson
This can happen if you replace void's Python with a different version of Python or one built with different paths, because Python modules are tied to a particular version of Python. If devx has modules for Python version x but main SFS has Python y, if won't work as well.