I was following the instructions on the wiki to build dosemu from source and got this meson error when configuring fdpp:
subprojects/libfdpp/meson.build:132:5: ERROR: custom_target keyword argument 'depends' was of type array[LocalProgram] but should have been array[BuildTarget | CustomTarget | CustomTargetIndex]
I think it's trying to tell me that I need to install thunk_gen, but I didn't because the docs said:
fdpp also requires thunk-gen, but if you still haven't installed it, don't worry
So I guess this error is unexpected?
I was following the instructions on the wiki to build dosemu from source and got this meson error when configuring
fdpp:I think it's trying to tell me that I need to install
thunk_gen, but I didn't because the docs said:So I guess this error is unexpected?