I'm attempting install of pcb2gcode on Manjaro Arch. I have tried every PKGBUILD file I can find online, and nothing is working for me. I've explicitly installed multiple versions of gerbv package to try to fulfil the dependency, and rerun the pcb2gcode install each time... Every single time, I get the same output:
checking for glibmm... yes
checking for gdkmm... yes
checking for gerbv... no
configure: error: Package requirements (libgerbv >= 2.1.0) were not met:
Package dependency requirement 'libgerbv >= 2.1.0' could not be satisfied.
Package 'libgerbv' has version '', required version is '>= 2.1.0'
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables gerbv_CFLAGS
and gerbv_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
==> ERROR: A failure occurred in build().
Aborting...
At the time of this output, gerbv version 2.8.1 was installed, well above 2.1.0
I see that there are possible workarounds suggested (I assume these mean using ./configure to set the apparently unknown gerbv path, or environment variables that skip the version check altogether), but I just don't know how to implement them. Even if I did know how to set these variables... I don't know what value they should be set to.