Unable to build (rgblink) on Fedora 26 #207
Closed
Comments
|
Just so I'm clear: I don't expect anyone to fix Fedora here, but it's hard for me to fix it too since rgbds doesn't mention what versions it depends on! |
|
Seems unlikely to be outdated package versions. Someone in #gbdev successfully built v0.3.3 on CentOS 7 with the following dependency versions:
|
|
Two different |
|
Solved this… Somehow. I built a new flex toolchain. |
|
Just for the record, you're not the first one to have problems with flex and the differences there are between versions... I have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to build rgbds v0.3.3 on Fedora 26, but it seems to have trouble with
flex. The readme doesn't say anything about versions requirements of dependencies, but I have these installed:byacc-1.9.20170201-1.fc26.src.rpmflex-2.6.1-3.fc26.src.rpmlibpng-devseems to belibpng-1.6.28-2.fc26.src.rpmfrom the packagelibpng-develpkg-config --cflags libpngsays-I/usr/include/libpng16Building gives the following verbose error:
v0.2.5 and earlier successfully build, which makes sense, because that's also the version Fedora 26 has available in DNF. v0.3.0 gives the same error as above, except that the final line references
Makefile:98instead, and ditto for v0.3.1 and v0.32, but those referenceMakefile:108.The problem seems to be
rgblink. All targets are built OK except that one. When I try to justmake rgblink, the following error occurs:The problem here might just be a WONTFIX telling me that I need newer versions of the dependencies (although newer versions of
flexaren't all over the place), but it's hard to know what's required when there are no minimum version requirements anywhere in the docs.The text was updated successfully, but these errors were encountered: