It's me again,
I've been trying to install retroarch for a while now so I can run the pocketsnes package in the AUR under it. I keep getting this error, however:
$this->bbcode_second_pass_code('', '
/opt/vc/include/interface/vmcs_host/vcgencmd.h:33:27: fatal error: vchost_config.h: No such file or directory
compilation terminated.
make: *** [gfx/context/vc_egl_ctx.o] Error 1
')
I've tried editing the PKGBUILD (beyond just adding 'armv6h' where it is needed) by adding arguments for make, in particular I'm looking for how to add the appropriate vchost_config.h library to CFLAGS. As far as the internet has told me, this is something that others have experienced and editing their CFLAGS fixed it because apparently the library is being looked for in the wrong location. Regardless, I appear to be doing something wrong and I'm not sure what. If anyone can offer me any insight I would really appreciate it.
--Wes